|
||||||||||
| 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. |
String |
getValue()
PUBLIC: Gets the value of this topic name. |
Collection<VariantNameIF> |
getVariants()
PUBLIC: Gets the variant names of the topic named by this topic name. |
void |
setValue(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()
String getValue()
void setValue(String name)
name - A string which is the value of this topic name.Collection<VariantNameIF> getVariants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||