public interface IValue
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IValue object allows to read attribute values of a value
as well as accessing child items and related items.
Item type constant: "gm.crmdocumentationmodule.value"| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Returns the code of the value.
|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the value.
|
java.lang.String |
getID()
Returns the id of the value.
|
java.lang.String |
getIDandCode()
Returns the id and code of the value.
|
java.lang.String |
getLabel()
Returns the label of the value.
|
IListofValues |
getParentListofValues()
Returns the parent list of values.
|
boolean |
hasListofValuesParent()
Returns whether this value has a parent of type list of values.
|
getAncestorObjects, getAttribute_asParagraphList, getAttribute_asSingleLine, getAttribute_asTimestamp_MilliSecondsSince_01_01_1970, getAttribute, getChildObjects, getChildObjects, getChildObjectsOfTypeRank, getChildObjectsWithCategory, getChildObjectsWithCategory, getChildObjectsWithDefaultCategory, getChildObjectsWithDefaultCategory, getChildrenIDPrefix, getLinkedModelElements, getObjectType, getParentObject, getRelatedLOObjects, getRelatedLOObjects, getRelatedLOObjectsWithCategory, getRelatedLOObjectsWithCategory, getRelatedLOObjectsWithDefaultCategory, getRelatedLOObjectsWithDefaultCategory, getRelatedMDObjects, getRelatedMDObjects, getRelatedMDObjectsWithCategory, getRelatedMDObjectsWithCategory, getRelatedMDObjectsWithDefaultCategory, getRelatedMDObjectsWithDefaultCategory, getUniqueIdentifier, isLinkedToAnyModelElement, toRecordgetImage, getPNGFile, getSVGFile, getWMFFilegetCategoryID, getCategoryLabel, getDateTimeProperty_MilliSecondsSince_01_01_1970, getFileProperty, getFileProperty, getFilePropertyAsBase64StringList, getFilePropertyAsFileName, getFilePropertyAsFileName, getFilePropertyAsRawStringList, getFilePropertyAsStringList, getPropertyAsString, getPropertyAsStringArray, getPropertyAsStringList, hasCustomPropertyValues, hasDefaultCategory, hasPropertyValue, readImageInfoOfFilePropertygetCommitVersion, getCreationDate_MilliSecondsSince_01_01_1970, getCreationDate, getCreator, getDateOfLastModification_MilliSecondsSince_01_01_1970, getDateOfLastModification, getDisplayName, getLastModifier, getModificationCount, getProjectUniqueIdentifier, getTypeID, getTypeName, toRecordjava.lang.String getID()
java.lang.String getCode()
java.lang.String getLabel()
java.util.List<java.lang.String> getDescription()
java.lang.String getIDandCode()
boolean hasListofValuesParent()
IListofValues getParentListofValues()