public enum DictionarySectionRole extends Enum<DictionarySectionRole>
Modifier and Type | Method and Description |
---|---|
static DictionarySectionRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DictionarySectionRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DictionarySectionRole SUBJECT
public static final DictionarySectionRole PREDICATE
public static final DictionarySectionRole OBJECT
public static final DictionarySectionRole SHARED
public static DictionarySectionRole[] values()
for (DictionarySectionRole c : DictionarySectionRole.values()) System.out.println(c);
public static DictionarySectionRole 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 nullCopyright © 2020 DataWeb Research. All rights reserved.