public interface INamedElement
null
for the property value.IDatapool
,
IDatapoolEquivalenceClass
,
IDatapoolVariable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Accessor for the description associated with the element.
|
java.lang.String |
getId()
Accessor method for the GUID for the element.
|
java.lang.String |
getName()
Accessor method for the name of the element.
|
java.lang.String getId()
null
is returned if no GUID has been defined for the element.java.lang.String getName()
null
is returned if no name has been defined for the element.java.lang.String getDescription()
null
is returned if no description has been associated
with the element.