|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TypeType>
org.w3._1999.xlink.TypeType
public enum TypeType
A representation of the literals of the enumeration 'Type Type', and utility methods for working with them.
XlinkPackage.getTypeType()
extendedMetaData | = | name='type_._type' |
Enum Constant Summary | |
---|---|
ARC
The 'Arc' literal object. |
|
EXTENDED
The 'Extended' literal object. |
|
LOCATOR
The 'Locator' literal object. |
|
SIMPLE
The 'Simple' literal object. |
Field Summary | |
---|---|
static int |
ARC_VALUE
The 'Arc' literal value. |
static int |
EXTENDED_VALUE
The 'Extended' literal value. |
static int |
LOCATOR_VALUE
The 'Locator' literal value. |
static int |
SIMPLE_VALUE
The 'Simple' literal value. |
static List<TypeType> |
VALUES
A public read-only list of all the 'Type Type' enumerators. |
Method Summary | |
---|---|
static TypeType |
get(int value)
Returns the 'Type Type' literal with the specified integer value. |
static TypeType |
get(String literal)
Returns the 'Type Type' literal with the specified literal value. |
static TypeType |
getByName(String name)
Returns the 'Type Type' literal with the specified name. |
String |
getLiteral()
|
String |
getName()
|
int |
getValue()
|
String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static TypeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TypeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TypeType SIMPLE
SIMPLE_VALUE
public static final TypeType EXTENDED
EXTENDED_VALUE
public static final TypeType LOCATOR
LOCATOR_VALUE
public static final TypeType ARC
ARC_VALUE
Field Detail |
---|
public static final int SIMPLE_VALUE
If the meaning of 'Simple' literal object isn't clear, there really should be more of a description here...
SIMPLE
,
Constant Field Valuesname | = | simple |
public static final int EXTENDED_VALUE
If the meaning of 'Extended' literal object isn't clear, there really should be more of a description here...
EXTENDED
,
Constant Field Valuesname | = | extended |
public static final int LOCATOR_VALUE
If the meaning of 'Locator' literal object isn't clear, there really should be more of a description here...
LOCATOR
,
Constant Field Valuesname | = | locator |
public static final int ARC_VALUE
If the meaning of 'Arc' literal object isn't clear, there really should be more of a description here...
ARC
,
Constant Field Valuesname | = | arc |
public static final List<TypeType> VALUES
Method Detail |
---|
public static TypeType[] values()
for (TypeType c : TypeType.values()) System.out.println(c);
public static TypeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static TypeType get(String literal)
public static TypeType getByName(String name)
public static TypeType get(int value)
public int getValue()
getValue
in interface Enumerator
public String getName()
getName
in interface Enumerator
public String getLiteral()
getLiteral
in interface Enumerator
public String toString()
toString
in class Enum<TypeType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |