public static enum IsScopedID.PropAttributes extends Enum<IsScopedID.PropAttributes> implements IsAttributeKey
| Enum Constant and Description |
|---|
SYMBOL_TYPE
Type of the symbol represented by an element of the scoped name
|
comparator| Modifier and Type | Method and Description |
|---|---|
String |
_value()
Returns the value of an IS category.
|
String |
getDescription()
Returns the description of an object.
|
static IsScopedID.PropAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsScopedID.PropAttributes[] |
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, toString, valueOfcreate, create, createkeyCAT_TO_VALUE, CAT_TO_VALUESTRING, GET_VALUE, GET_VALUESTRING, toLogpublic static final IsScopedID.PropAttributes SYMBOL_TYPE
public static IsScopedID.PropAttributes[] values()
for (IsScopedID.PropAttributes c : IsScopedID.PropAttributes.values()) System.out.println(c);
public static IsScopedID.PropAttributes 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 getDescription()
HasDescriptiongetDescription in interface HasDescriptionpublic String _value()
CategoryWithValue_value in interface CategoryWithValue_value in interface IsKey_StringCopyright © 2010–2015. All rights reserved.