|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TopicNameIF
PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
This interface is also used for 'variant' elements in the XTM 1.0 syntax, when extended by the VariantNameIF interface.
Method Summary | |
---|---|
TopicIF |
getTopic()
PUBLIC: Gets the topic to which this topic name belongs. |
java.lang.String |
getValue()
PUBLIC: Gets the value of this topic name. |
java.util.Collection<VariantNameIF> |
getVariants()
PUBLIC: Gets the variant names of the topic named by this topic name. |
void |
setValue(java.lang.String name)
PUBLIC: Sets the value of this topic name. |
Methods inherited from interface net.ontopia.topicmaps.core.ScopedIF |
---|
addTheme, getScope, removeTheme |
Methods inherited from interface net.ontopia.topicmaps.core.TypedIF |
---|
getType, setType |
Methods inherited from interface net.ontopia.topicmaps.core.ReifiableIF |
---|
getReifier, setReifier |
Methods inherited from interface net.ontopia.topicmaps.core.TMObjectIF |
---|
addItemIdentifier, getItemIdentifiers, getObjectId, getTopicMap, isReadOnly, remove, removeItemIdentifier |
Method Detail |
---|
TopicIF getTopic()
java.lang.String getValue()
void setValue(java.lang.String name)
name
- A string which is the value of this topic name.java.util.Collection<VariantNameIF> getVariants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |