public interface NameIF extends TMObjectIF
EVENT_ADD_ITEMIDENTIFIER, EVENT_REMOVE_ITEMIDENTIFIER, MSG_NULL_ARGUMENT
Modifier and Type | Method and Description |
---|---|
TopicIF |
getTopic()
PUBLIC: Gets the topic to which this name belongs.
|
String |
getValue()
PUBLIC: Gets the value of this name.
|
void |
setValue(String name)
PUBLIC: Sets the value of this topic name.
|
addItemIdentifier, getItemIdentifiers, getObjectId, getTopicMap, isReadOnly, remove, removeItemIdentifier
TopicIF getTopic()
String getValue()
void setValue(String name)
name
- A string which is the value of this topic name.