Package org.w3.xlink
Class TypeType
- Object
-
- AbstractEnumerator
-
- TypeType
-
- All Implemented Interfaces:
Serializable
,Enumerator
public final class TypeType extends AbstractEnumerator
A 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 int
ARC
The 'Arc' literal value.static TypeType
ARC_LITERAL
The 'Arc' literal object.static int
EXTENDED
The 'Extended' literal value.static TypeType
EXTENDED_LITERAL
The 'Extended' literal object.static int
LOCATOR
The 'Locator' literal value.static TypeType
LOCATOR_LITERAL
The 'Locator' literal object.static int
RESOURCE
The 'Resource' literal value.static TypeType
RESOURCE_LITERAL
The 'Resource' literal object.static int
SIMPLE
The 'Simple' literal value.static TypeType
SIMPLE_LITERAL
The 'Simple' literal object.static int
TITLE
The 'Title' literal value.static TypeType
TITLE_LITERAL
The 'Title' literal object.static List
VALUES
A public read-only list of all the 'Type Type' enumerators.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-