Package com.imc.iss.groovy.valueDomain
Class ValueDomain
java.lang.Object
com.imc.iss.groovy.valueDomain.ValueDomain
This is a class representing an ValueDomain for use by groovy scripts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTo get the AdditionalInfo of a value domain for the attribute.To get the Comment of a value domain for the attribute.getId()To get the ID of a value domain for the attribute.getLabel()To get the Label of a value domain for the attribute.To get the ObjectName of a value domain for the attribute.To get the RichTextDescription of a value domain for the attribute.intTo get the SequenceID of a value domain for the attribute.To get the SymbolicValueThumbnail of a value domain for the attribute.getUri()To get the Uri of a value domain for the attribute.voidsetAdditionalInfo(String additionalInfo) sets the AdditionalInfo for the value domain attribute
-
Constructor Details
-
ValueDomain
public ValueDomain() -
ValueDomain
-
-
Method Details
-
getAdditionalInfo
To get the AdditionalInfo of a value domain for the attribute.- Returns:
- The AdditionalInfo of the value domain as Object.
-
getComment
To get the Comment of a value domain for the attribute.- Returns:
- The Comment of the value domain as String.
-
getId
To get the ID of a value domain for the attribute.- Returns:
- The ID of the value domain as String.
-
getLabel
To get the Label of a value domain for the attribute.- Returns:
- The Label of the value domain as String.
-
getObjectName
To get the ObjectName of a value domain for the attribute.- Returns:
- The ObjectName of the value domain as String.
-
getRichTextDescription
To get the RichTextDescription of a value domain for the attribute.- Returns:
- The RichTextDescription of the value domain as Object.
-
getSequenceID
public int getSequenceID()To get the SequenceID of a value domain for the attribute.- Returns:
- The SequenceID of the value domain as int.
-
getSymbolicValueThumbnail
To get the SymbolicValueThumbnail of a value domain for the attribute.- Returns:
- The SymbolicValueThumbnail of the value domain as String.
-
getUri
To get the Uri of a value domain for the attribute.- Returns:
- The Uri of the value domain as String.
-
setAdditionalInfo
sets the AdditionalInfo for the value domain attribute- Parameters:
additionalInfo- as Object. The additionalInfo will set the value domain attribute.
-