Enum CursorType
- All Implemented Interfaces:
Serializable
,Comparable<CursorType>
,java.lang.constant.Constable
,org.eclipse.emf.common.util.Enumerator
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'Auto' literal object.The 'Crosshair' literal object.The 'Custom' literal object.The 'Default' literal object.The 'EResize' literal object.The 'Move' literal object.The 'NE Resize' literal object.The 'NResize' literal object.The 'NW Resize' literal object.The 'Pointer' literal object.The 'SE Resize' literal object.The 'SResize' literal object.The 'SW Resize' literal object.The 'Text' literal object.The 'Wait' literal object.The 'WResize' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Auto' literal value.static final int
The 'Crosshair' literal value.static final int
The 'Custom' literal value.static final int
The 'Default' literal value.static final int
The 'EResize' literal value.static final int
The 'Move' literal value.static final int
The 'NE Resize' literal value.static final int
The 'NResize' literal value.static final int
The 'NW Resize' literal value.static final int
The 'Pointer' literal value.static final int
The 'SE Resize' literal value.static final int
The 'SResize' literal value.static final int
The 'SW Resize' literal value.static final int
The 'Text' literal value.static final List<CursorType>
A public read-only list of all the 'Cursor Type' enumerators.static final int
The 'Wait' literal value.static final int
The 'WResize' literal value. -
Method Summary
Modifier and TypeMethodDescriptionstatic CursorType
get
(int value) Returns the 'Cursor Type' literal with the specified integer value.static CursorType
Returns the 'Cursor Type' literal with the specified literal value.static CursorType
Returns the 'Cursor Type' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static CursorType
Returns the enum constant of this type with the specified name.static CursorType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
AUTO
The 'Auto' literal object.- See Also:
-
CROSSHAIR
The 'Crosshair' literal object.- See Also:
-
DEFAULT
The 'Default' literal object.- See Also:
-
POINTER
The 'Pointer' literal object.- See Also:
-
MOVE
The 'Move' literal object.- See Also:
-
TEXT
The 'Text' literal object.- See Also:
-
WAIT
The 'Wait' literal object.- See Also:
-
ERESIZE
The 'EResize' literal object.- See Also:
-
NE_RESIZE
The 'NE Resize' literal object.- See Also:
-
NW_RESIZE
The 'NW Resize' literal object.- See Also:
-
NRESIZE
The 'NResize' literal object.- See Also:
-
SE_RESIZE
The 'SE Resize' literal object.- See Also:
-
SW_RESIZE
The 'SW Resize' literal object.- See Also:
-
SRESIZE
The 'SResize' literal object.- See Also:
-
WRESIZE
The 'WResize' literal object.- See Also:
-
CUSTOM
The 'Custom' literal object.- See Also:
-
-
Field Details
-
AUTO_VALUE
public static final int AUTO_VALUEThe 'Auto' literal value.If the meaning of 'Auto' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CROSSHAIR_VALUE
public static final int CROSSHAIR_VALUEThe 'Crosshair' literal value.If the meaning of 'Crosshair' literal object isn't clear, there really should be more of a description here...
- See Also:
-
DEFAULT_VALUE
public static final int DEFAULT_VALUEThe 'Default' literal value.If the meaning of 'Default' literal object isn't clear, there really should be more of a description here...
- See Also:
-
POINTER_VALUE
public static final int POINTER_VALUEThe 'Pointer' literal value.If the meaning of 'Pointer' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MOVE_VALUE
public static final int MOVE_VALUEThe 'Move' literal value.If the meaning of 'Move' literal object isn't clear, there really should be more of a description here...
- See Also:
-
TEXT_VALUE
public static final int TEXT_VALUEThe 'Text' literal value.If the meaning of 'Text' literal object isn't clear, there really should be more of a description here...
- See Also:
-
WAIT_VALUE
public static final int WAIT_VALUEThe 'Wait' literal value.If the meaning of 'Wait' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ERESIZE_VALUE
public static final int ERESIZE_VALUEThe 'EResize' literal value.If the meaning of 'EResize' literal object isn't clear, there really should be more of a description here...
- See Also:
-
NE_RESIZE_VALUE
public static final int NE_RESIZE_VALUEThe 'NE Resize' literal value.If the meaning of 'NE Resize' literal object isn't clear, there really should be more of a description here...
- See Also:
-
NW_RESIZE_VALUE
public static final int NW_RESIZE_VALUEThe 'NW Resize' literal value.If the meaning of 'NW Resize' literal object isn't clear, there really should be more of a description here...
- See Also:
-
NRESIZE_VALUE
public static final int NRESIZE_VALUEThe 'NResize' literal value.If the meaning of 'NResize' literal object isn't clear, there really should be more of a description here...
- See Also:
-
SE_RESIZE_VALUE
public static final int SE_RESIZE_VALUEThe 'SE Resize' literal value.If the meaning of 'SE Resize' literal object isn't clear, there really should be more of a description here...
- See Also:
-
SW_RESIZE_VALUE
public static final int SW_RESIZE_VALUEThe 'SW Resize' literal value.If the meaning of 'SW Resize' literal object isn't clear, there really should be more of a description here...
- See Also:
-
SRESIZE_VALUE
public static final int SRESIZE_VALUEThe 'SResize' literal value.If the meaning of 'SResize' literal object isn't clear, there really should be more of a description here...
- See Also:
-
WRESIZE_VALUE
public static final int WRESIZE_VALUEThe 'WResize' literal value.If the meaning of 'WResize' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CUSTOM_VALUE
public static final int CUSTOM_VALUEThe 'Custom' literal value.If the meaning of 'Custom' literal object isn't clear, there really should be more of a description here...
- See Also:
-
VALUES
A public read-only list of all the 'Cursor Type' enumerators.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Returns the 'Cursor Type' literal with the specified literal value. -
getByName
Returns the 'Cursor Type' literal with the specified name. -
get
Returns the 'Cursor Type' literal with the specified integer value. -
getValue
public int getValue()- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<CursorType>
-