Interface MVariantName
-
- All Superinterfaces:
MTMObject
,NameIF
,ReifiableIF
,ScopedIF
,TMObjectIF
,VariantNameIF
public interface MVariantName extends MTMObject, VariantNameIF
-
-
Field Summary
-
Fields inherited from interface net.ontopia.topicmaps.core.ReifiableIF
EVENT_SET_REIFIER
-
Fields inherited from interface net.ontopia.topicmaps.core.TMObjectIF
EVENT_ADD_ITEMIDENTIFIER, EVENT_REMOVE_ITEMIDENTIFIER, MSG_NULL_ARGUMENT
-
Fields inherited from interface net.ontopia.topicmaps.core.VariantNameIF
EVENT_ADD_THEME, EVENT_ADDED, EVENT_REMOVE_THEME, EVENT_REMOVED, EVENT_SET_DATATYPE, EVENT_SET_VALUE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reader
getReader()
PUBLIC: Returns a Reader that allows you to stream the string representation of this variant.-
Methods inherited from interface net.ontopia.topicmaps.core.ReifiableIF
getReifier, setReifier
-
Methods inherited from interface net.ontopia.topicmaps.core.ScopedIF
addTheme, getScope, removeTheme
-
Methods inherited from interface net.ontopia.topicmaps.core.TMObjectIF
addItemIdentifier, getItemIdentifiers, getObjectId, getTopicMap, isReadOnly, remove, removeItemIdentifier
-
Methods inherited from interface net.ontopia.topicmaps.core.VariantNameIF
getDataType, getLength, getLocator, getTopicName, getValue, setLocator, setReader, setValue, setValue
-
-
-
-
Method Detail
-
getReader
Reader getReader()
Description copied from interface:VariantNameIF
PUBLIC: Returns a Reader that allows you to stream the string representation of this variant. Values of all sizes are supported by this method.- Specified by:
getReader
in interfaceVariantNameIF
-
-