public enum TopicMapPreferencesOntology extends Enum<TopicMapPreferencesOntology>
Enum Constant and Description |
---|
CHILD |
PARENT |
PARENTCHILD |
PREFERENCE |
PREFERENCEPROPERTY |
SYSTEMROOT |
Modifier and Type | Method and Description |
---|---|
LocatorIF |
getLocator() |
String |
getPostfix() |
static EnumMap<TopicMapPreferencesOntology,TopicIF> |
loadOntology(TopicMapIF topicmap) |
static EnumMap<TopicMapPreferencesOntology,TopicIF> |
loadOntology(TopicMapIF topicmap,
boolean forceCreate) |
TopicIF |
t(TopicMapIF tm) |
static TopicMapPreferencesOntology |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicMapPreferencesOntology[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopicMapPreferencesOntology PREFERENCE
public static final TopicMapPreferencesOntology PREFERENCEPROPERTY
public static final TopicMapPreferencesOntology PARENTCHILD
public static final TopicMapPreferencesOntology PARENT
public static final TopicMapPreferencesOntology CHILD
public static final TopicMapPreferencesOntology SYSTEMROOT
public static final String PREFIX
public static TopicMapPreferencesOntology[] values()
for (TopicMapPreferencesOntology c : TopicMapPreferencesOntology.values()) System.out.println(c);
public static TopicMapPreferencesOntology valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getPostfix()
public LocatorIF getLocator()
public TopicIF t(TopicMapIF tm)
public static EnumMap<TopicMapPreferencesOntology,TopicIF> loadOntology(TopicMapIF topicmap)
public static EnumMap<TopicMapPreferencesOntology,TopicIF> loadOntology(TopicMapIF topicmap, boolean forceCreate)