public interface TopicNameIF extends NameIF, ScopedIF, TypedIF, ReifiableIF
Modifier and Type | Field and Description |
---|---|
static String |
EVENT_ADD_THEME |
static String |
EVENT_ADD_VARIANT |
static String |
EVENT_ADDED |
static String |
EVENT_REMOVE_THEME |
static String |
EVENT_REMOVE_VARIANT |
static String |
EVENT_REMOVED |
static String |
EVENT_SET_TYPE |
static String |
EVENT_SET_VALUE |
EVENT_SET_REIFIER
EVENT_ADD_ITEMIDENTIFIER, EVENT_REMOVE_ITEMIDENTIFIER, MSG_NULL_ARGUMENT
Modifier and Type | Method and Description |
---|---|
Collection<VariantNameIF> |
getVariants()
PUBLIC: Gets the variant names of the topic named by this
topic name.
|
addTheme, getScope, removeTheme
getReifier, setReifier
addItemIdentifier, getItemIdentifiers, getObjectId, getTopicMap, isReadOnly, remove, removeItemIdentifier
static final String EVENT_ADDED
static final String EVENT_REMOVED
static final String EVENT_SET_TYPE
static final String EVENT_SET_VALUE
static final String EVENT_ADD_VARIANT
static final String EVENT_REMOVE_VARIANT
static final String EVENT_ADD_THEME
static final String EVENT_REMOVE_THEME
Collection<VariantNameIF> getVariants()