Enum Class LineStyle
- All Implemented Interfaces:
- Serializable,- Comparable<LineStyle>,- Constable,- org.eclipse.emf.common.util.Enumerator
 A representation of the literals of the enumeration 'Line Style',
 and utility methods for working with them.
 
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe 'DASH' literal object.The 'DASHDOT' literal object.The 'DASHDOTDOT' literal object.The 'DOT' literal object.The 'SOLID' literal object.The 'UNSPECIFIED' literal object.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe 'DASH' literal value.static final intThe 'DASHDOT' literal value.static final intThe 'DASHDOTDOT' literal value.static final intThe 'DOT' literal value.static final intThe 'SOLID' literal value.static final intThe 'UNSPECIFIED' literal value.A public read-only list of all the 'Line Style' enumerators.
- 
Method SummaryModifier and TypeMethodDescriptionstatic LineStyleget(int value) Returns the 'Line Style' literal with the specified integer value.static LineStyleReturns the 'Line Style' literal with the specified literal value.static LineStyleReturns the 'Line Style' literal with the specified name.getName()intgetValue()toString()Returns the literal value of the enumerator, which is its string representation.static LineStyleReturns the enum constant of this class with the specified name.static LineStyle[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
SOLIDThe 'SOLID' literal object.- See Also:
 
- 
DASHThe 'DASH' literal object.- See Also:
 
- 
DASHDOTThe 'DASHDOT' literal object.- See Also:
 
- 
DASHDOTDOTThe 'DASHDOTDOT' literal object.- See Also:
 
- 
DOTThe 'DOT' literal object.- See Also:
 
- 
UNSPECIFIEDThe 'UNSPECIFIED' literal object.- See Also:
 
 
- 
- 
Field Details- 
SOLID_VALUEpublic static final int SOLID_VALUEThe 'SOLID' literal value.If the meaning of 'SOLID' literal object isn't clear, there really should be more of a description here... - See Also:
 
- 
DASH_VALUEpublic static final int DASH_VALUEThe 'DASH' literal value.If the meaning of 'DASH' literal object isn't clear, there really should be more of a description here... - See Also:
 
- 
DASHDOT_VALUEpublic static final int DASHDOT_VALUEThe 'DASHDOT' literal value.If the meaning of 'DASHDOT' literal object isn't clear, there really should be more of a description here... - See Also:
 
- 
DASHDOTDOT_VALUEpublic static final int DASHDOTDOT_VALUEThe 'DASHDOTDOT' literal value.If the meaning of 'DASHDOTDOT' literal object isn't clear, there really should be more of a description here... - See Also:
 
- 
DOT_VALUEpublic static final int DOT_VALUEThe 'DOT' literal value.If the meaning of 'DOT' literal object isn't clear, there really should be more of a description here... - See Also:
 
- 
UNSPECIFIED_VALUEpublic static final int UNSPECIFIED_VALUEThe 'UNSPECIFIED' literal value.If the meaning of 'UNSPECIFIED' literal object isn't clear, there really should be more of a description here... - See Also:
 
- 
VALUESA public read-only list of all the 'Line Style' enumerators.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getReturns the 'Line Style' literal with the specified literal value.
- 
getByNameReturns the 'Line Style' literal with the specified name.
- 
getReturns the 'Line Style' literal with the specified integer value.
- 
getValuepublic int getValue()- Specified by:
- getValuein interface- org.eclipse.emf.common.util.Enumerator
 
- 
getName- Specified by:
- getNamein interface- org.eclipse.emf.common.util.Enumerator
 
- 
getLiteral- Specified by:
- getLiteralin interface- org.eclipse.emf.common.util.Enumerator
 
- 
toStringReturns the literal value of the enumerator, which is its string representation.
 
-