public enum ScopeKey extends Enum<ScopeKey> implements IsKey_String
comparator| Modifier and Type | Method and Description |
|---|---|
String |
_value()
Returns the value of an IS category.
|
Object |
getDescription()
Returns the description of an object.
|
String |
toString() |
static ScopeKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfcreate, create, create, keyCAT_TO_VALUE, CAT_TO_VALUESTRING, GET_VALUE, GET_VALUESTRING, toLogpublic static final ScopeKey ABOVE
public static final ScopeKey SELF
public static final ScopeKey BELOW
public static ScopeKey[] values()
for (ScopeKey c : ScopeKey.values()) System.out.println(c);
public static ScopeKey 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 Object getDescription()
HasDescriptiongetDescription in interface HasDescriptionpublic String _value()
CategoryWithValue_value in interface CategoryWithValue_value in interface IsKey_StringCopyright © 2010–2015. All rights reserved.