public class ValueDomain extends Object
Constructor and Description |
---|
ValueDomain() |
ValueDomain(String id,
String uri,
String objectName,
int sequenceID,
String symbolicValueThumbnail,
String label,
String comment,
Object richTextDescription,
String additionalInfo) |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalInfo()
To get the AdditionalInfo of a value domain for the attribute.
|
String |
getComment()
To get the Comment of a value domain for the attribute.
|
String |
getId()
To get the ID of a value domain for the attribute.
|
String |
getLabel()
To get the Label of a value domain for the attribute.
|
String |
getObjectName()
To get the ObjectName of a value domain for the attribute.
|
Object |
getRichTextDescription()
To get the RichTextDescription of a value domain for the attribute.
|
int |
getSequenceID()
To get the SequenceID of a value domain for the attribute.
|
String |
getSymbolicValueThumbnail()
To get the SymbolicValueThumbnail of a value domain for the attribute.
|
String |
getUri()
To get the Uri of a value domain for the attribute.
|
void |
setAdditionalInfo(String additionalInfo)
sets the AdditionalInfo for the value domain attribute
|
public String getAdditionalInfo()
public String getComment()
public String getId()
public String getLabel()
public String getObjectName()
public Object getRichTextDescription()
public int getSequenceID()
public String getSymbolicValueThumbnail()
public String getUri()
public void setAdditionalInfo(String additionalInfo)
additionalInfo
- as Object. The additionalInfo will set the value
domain attribute.