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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Arc' literal value.static final TypeType
The 'Arc' literal object.static final int
The 'Extended' literal value.static final TypeType
The 'Extended' literal object.static final int
The 'Locator' literal value.static final TypeType
The 'Locator' literal object.static final int
The 'Resource' literal value.static final TypeType
The 'Resource' literal object.static final int
The 'Simple' literal value.static final TypeType
The 'Simple' literal object.static final int
The 'Title' literal value.static final TypeType
The 'Title' literal object.static final List
A public read-only list of all the 'Type Type' enumerators. -
Method Summary
Methods inherited from class AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
-
Field Details
-
SIMPLE
public static final int SIMPLEThe 'Simple' literal value.If the meaning of 'Simple' literal object isn't clear, there really should be more of a description here...
- See Also:
-
EXTENDED
public static final int EXTENDEDThe 'Extended' literal value.If the meaning of 'Extended' literal object isn't clear, there really should be more of a description here...
- See Also:
-
TITLE
public static final int TITLEThe 'Title' literal value.If the meaning of 'Title' literal object isn't clear, there really should be more of a description here...
- See Also:
-
RESOURCE
public static final int RESOURCEThe 'Resource' literal value.If the meaning of 'Resource' literal object isn't clear, there really should be more of a description here...
- See Also:
-
LOCATOR
public static final int LOCATORThe 'Locator' literal value.If the meaning of 'Locator' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ARC
public static final int ARCThe 'Arc' literal value.If the meaning of 'Arc' literal object isn't clear, there really should be more of a description here...
- See Also:
-
SIMPLE_LITERAL
The 'Simple' literal object.- See Also:
-
EXTENDED_LITERAL
The 'Extended' literal object.- See Also:
-
TITLE_LITERAL
The 'Title' literal object.- See Also:
-
RESOURCE_LITERAL
The 'Resource' literal object.- See Also:
-
LOCATOR_LITERAL
The 'Locator' literal object.- See Also:
-
ARC_LITERAL
The 'Arc' literal object.- See Also:
-
VALUES
A public read-only list of all the 'Type Type' enumerators.
-
-
Method Details
-
get
Returns the 'Type Type' literal with the specified literal value. -
getByName
Returns the 'Type Type' literal with the specified name. -
get
Returns the 'Type Type' literal with the specified integer value.
-