Package org.w3.xlink
Class ShowType
Object
AbstractEnumerator
ShowType
- All Implemented Interfaces:
Serializable
,Enumerator
public final class ShowType
extends AbstractEnumerator
A representation of the literals of the enumeration 'Show Type',
and utility methods for working with them.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Embed' literal value.static final ShowType
The 'Embed' literal object.static final int
The 'New' literal value.static final ShowType
The 'New' literal object.static final int
The 'None' literal value.static final ShowType
The 'None' literal object.static final int
The 'Other' literal value.static final ShowType
The 'Other' literal object.static final int
The 'Replace' literal value.static final ShowType
The 'Replace' literal object.static final List
A public read-only list of all the 'Show Type' enumerators. -
Method Summary
Methods inherited from class AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
-
Field Details
-
NEW
public static final int NEWThe 'New' literal value.If the meaning of 'New' literal object isn't clear, there really should be more of a description here...
- See Also:
-
REPLACE
public static final int REPLACEThe 'Replace' literal value.If the meaning of 'Replace' literal object isn't clear, there really should be more of a description here...
- See Also:
-
EMBED
public static final int EMBEDThe 'Embed' literal value.If the meaning of 'Embed' literal object isn't clear, there really should be more of a description here...
- See Also:
-
OTHER
public static final int OTHERThe 'Other' literal value.If the meaning of 'Other' literal object isn't clear, there really should be more of a description here...
- See Also:
-
NONE
public static final int NONEThe 'None' literal value.If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
- See Also:
-
NEW_LITERAL
The 'New' literal object.- See Also:
-
REPLACE_LITERAL
The 'Replace' literal object.- See Also:
-
EMBED_LITERAL
The 'Embed' literal object.- See Also:
-
OTHER_LITERAL
The 'Other' literal object.- See Also:
-
NONE_LITERAL
The 'None' literal object.- See Also:
-
VALUES
A public read-only list of all the 'Show Type' enumerators.
-
-
Method Details
-
get
Returns the 'Show Type' literal with the specified literal value. -
getByName
Returns the 'Show Type' literal with the specified name. -
get
Returns the 'Show Type' literal with the specified integer value.
-