Package org.w3.xlink
Class TypeType
- Object
-
- AbstractEnumerator
-
- TypeType
-
- All Implemented Interfaces:
Serializable,Enumerator
public final class TypeType extends AbstractEnumeratorA representation of the literals of the enumeration 'Type Type', and utility methods for working with them.- See Also:
XlinkPackage.getTypeType(), Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intARCThe 'Arc' literal value.static TypeTypeARC_LITERALThe 'Arc' literal object.static intEXTENDEDThe 'Extended' literal value.static TypeTypeEXTENDED_LITERALThe 'Extended' literal object.static intLOCATORThe 'Locator' literal value.static TypeTypeLOCATOR_LITERALThe 'Locator' literal object.static intRESOURCEThe 'Resource' literal value.static TypeTypeRESOURCE_LITERALThe 'Resource' literal object.static intSIMPLEThe 'Simple' literal value.static TypeTypeSIMPLE_LITERALThe 'Simple' literal object.static intTITLEThe 'Title' literal value.static TypeTypeTITLE_LITERALThe 'Title' literal object.static ListVALUESA public read-only list of all the 'Type Type' enumerators.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeTypeget(int value)Returns the 'Type Type' literal with the specified integer value.static TypeTypeget(String literal)Returns the 'Type Type' literal with the specified literal value.static TypeTypegetByName(String name)Returns the 'Type Type' literal with the specified name.
-
-
-
Field Detail
-
SIMPLE
public static final int SIMPLE
The 'Simple' literal value.If the meaning of 'Simple' literal object isn't clear, there really should be more of a description here...
- See Also:
SIMPLE_LITERAL, Constant Field Values
-
EXTENDED
public static final int EXTENDED
The 'Extended' literal value.If the meaning of 'Extended' literal object isn't clear, there really should be more of a description here...
- See Also:
EXTENDED_LITERAL, Constant Field Values
-
TITLE
public static final int TITLE
The 'Title' literal value.If the meaning of 'Title' literal object isn't clear, there really should be more of a description here...
- See Also:
TITLE_LITERAL, Constant Field Values
-
RESOURCE
public static final int RESOURCE
The 'Resource' literal value.If the meaning of 'Resource' literal object isn't clear, there really should be more of a description here...
- See Also:
RESOURCE_LITERAL, Constant Field Values
-
LOCATOR
public static final int LOCATOR
The 'Locator' literal value.If the meaning of 'Locator' literal object isn't clear, there really should be more of a description here...
- See Also:
LOCATOR_LITERAL, Constant Field Values
-
ARC
public static final int ARC
The 'Arc' literal value.If the meaning of 'Arc' literal object isn't clear, there really should be more of a description here...
- See Also:
ARC_LITERAL, Constant Field Values
-
SIMPLE_LITERAL
public static final TypeType SIMPLE_LITERAL
The 'Simple' literal object.- See Also:
SIMPLE
-
EXTENDED_LITERAL
public static final TypeType EXTENDED_LITERAL
The 'Extended' literal object.- See Also:
EXTENDED
-
TITLE_LITERAL
public static final TypeType TITLE_LITERAL
The 'Title' literal object.- See Also:
TITLE
-
RESOURCE_LITERAL
public static final TypeType RESOURCE_LITERAL
The 'Resource' literal object.- See Also:
RESOURCE
-
LOCATOR_LITERAL
public static final TypeType LOCATOR_LITERAL
The 'Locator' literal object.- See Also:
LOCATOR
-
VALUES
public static final List VALUES
A public read-only list of all the 'Type Type' enumerators.
-
-
Method Detail
-
get
public static TypeType get(String literal)
Returns the 'Type Type' literal with the specified literal value.
-
getByName
public static TypeType getByName(String name)
Returns the 'Type Type' literal with the specified name.
-
get
public static TypeType get(int value)
Returns the 'Type Type' literal with the specified integer value.
-
-