Enum MarkerType
- All Implemented Interfaces:
Serializable
,Comparable<MarkerType>
,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 'Box' literal object.The 'Circle' literal object.The 'Column' literal object.The 'Cross' literal object.The 'Crosshair' literal object.The 'Diamond' literal object.The 'Ellipse' literal object.The 'Four Diamonds' literal object.The 'Hexagon' literal object.The 'Icon' literal object.The 'Nabla' literal object.The 'Rectangle' literal object.The 'Semi Circle' literal object.The 'Star' literal object.The 'Triangle' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Box' literal value.static final int
The 'Circle' literal value.static final int
The 'Column' literal value.static final int
The 'Cross' literal value.static final int
The 'Crosshair' literal value.static final int
The 'Diamond' literal value.static final int
The 'Ellipse' literal value.static final int
The 'Four Diamonds' literal value.static final int
The 'Hexagon' literal value.static final int
The 'Icon' literal value.static final int
The 'Nabla' literal value.static final int
The 'Rectangle' literal value.static final int
The 'Semi Circle' literal value.static final int
The 'Star' literal value.static final int
The 'Triangle' literal value.static final List<MarkerType>
A public read-only list of all the 'Marker Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic MarkerType
get
(int value) Returns the 'Marker Type' literal with the specified integer value.static MarkerType
Returns the 'Marker Type' literal with the specified literal value.static MarkerType
Returns the 'Marker Type' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static MarkerType
Returns the enum constant of this type with the specified name.static MarkerType[]
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
-
CROSSHAIR_LITERAL
The 'Crosshair' literal object.If the meaning of 'Crosshair' literal object isn't clear, there really should be more of a description here...
- See Also:
-
TRIANGLE_LITERAL
The 'Triangle' literal object.If the meaning of 'Triangle' literal object isn't clear, there really should be more of a description here...
- See Also:
-
BOX_LITERAL
The 'Box' literal object.If the meaning of 'Box' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CIRCLE_LITERAL
The 'Circle' literal object.If the meaning of 'Circle' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ICON_LITERAL
The 'Icon' literal object.- See Also:
-
NABLA_LITERAL
The 'Nabla' literal object.- See Also:
-
DIAMOND_LITERAL
The 'Diamond' literal object.- See Also:
-
FOUR_DIAMONDS_LITERAL
The 'Four Diamonds' literal object.- See Also:
-
ELLIPSE_LITERAL
The 'Ellipse' literal object.- See Also:
-
SEMI_CIRCLE_LITERAL
The 'Semi Circle' literal object.- See Also:
-
HEXAGON_LITERAL
The 'Hexagon' literal object.- See Also:
-
RECTANGLE_LITERAL
The 'Rectangle' literal object.- See Also:
-
STAR_LITERAL
The 'Star' literal object.- See Also:
-
COLUMN_LITERAL
The 'Column' literal object.- See Also:
-
CROSS_LITERAL
The 'Cross' literal object.- See Also:
-
-
Field Details
-
CROSSHAIR
public static final int CROSSHAIRThe 'Crosshair' literal value.- See Also:
-
TRIANGLE
public static final int TRIANGLEThe 'Triangle' literal value.- See Also:
-
BOX
public static final int BOXThe 'Box' literal value.- See Also:
-
CIRCLE
public static final int CIRCLEThe 'Circle' literal value.- See Also:
-
ICON
public static final int ICONThe 'Icon' literal value.If the meaning of 'Icon' literal object isn't clear, there really should be more of a description here...
- See Also:
-
NABLA
public static final int NABLAThe 'Nabla' literal value.If the meaning of 'Nabla' literal object isn't clear, there really should be more of a description here...
- See Also:
-
DIAMOND
public static final int DIAMONDThe 'Diamond' literal value.If the meaning of 'Diamond' literal object isn't clear, there really should be more of a description here...
- See Also:
-
FOUR_DIAMONDS
public static final int FOUR_DIAMONDSThe 'Four Diamonds' literal value.If the meaning of 'Four Diamonds' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ELLIPSE
public static final int ELLIPSEThe 'Ellipse' literal value.If the meaning of 'Ellipse' literal object isn't clear, there really should be more of a description here...
- See Also:
-
SEMI_CIRCLE
public static final int SEMI_CIRCLEThe 'Semi Circle' literal value.If the meaning of 'Semi Circle' literal object isn't clear, there really should be more of a description here...
- See Also:
-
HEXAGON
public static final int HEXAGONThe 'Hexagon' literal value.If the meaning of 'Hexagon' literal object isn't clear, there really should be more of a description here...
- See Also:
-
RECTANGLE
public static final int RECTANGLEThe 'Rectangle' literal value.If the meaning of 'Rectangle' literal object isn't clear, there really should be more of a description here...
- See Also:
-
STAR
public static final int STARThe 'Star' literal value.If the meaning of 'Star' literal object isn't clear, there really should be more of a description here...
- See Also:
-
COLUMN
public static final int COLUMNThe 'Column' literal value.If the meaning of 'Column' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CROSS
public static final int CROSSThe 'Cross' literal value.If the meaning of 'Cross' 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 'Marker 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 'Marker Type' literal with the specified literal value. -
getByName
Returns the 'Marker Type' literal with the specified name. -
get
Returns the 'Marker 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<MarkerType>
-