Enum Class UnderlineStyle
- All Implemented Interfaces:
- Serializable,- Comparable<UnderlineStyle>,- Constable,- org.eclipse.emf.common.util.Enumerator
public enum UnderlineStyle
extends Enum<UnderlineStyle>
implements org.eclipse.emf.common.util.Enumerator
 A representation of the literals of the enumeration 'Underline Style',
 and utility methods for working with them.
- Since:
- 0.10
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe 'UNDERLINE DOUBLE' literal object.The 'UNDERLINE ERROR' literal object.The 'UNDERLINE SINGLE' literal object.The 'UNDERLINE SQUIGGLE' literal object.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe 'UNDERLINE DOUBLE' literal value.static final intThe 'UNDERLINE ERROR' literal value.static final intThe 'UNDERLINE SINGLE' literal value.static final intThe 'UNDERLINE SQUIGGLE' literal value.static final List<UnderlineStyle>A public read-only list of all the 'Underline Style' enumerators.
- 
Method SummaryModifier and TypeMethodDescriptionstatic UnderlineStyleget(int value) Returns the 'Underline Style' literal with the specified integer value.static UnderlineStyleReturns the 'Underline Style' literal with the specified literal value.static UnderlineStyleReturns the 'Underline Style' literal with the specified name.getName()intgetValue()toString()Returns the literal value of the enumerator, which is its string representation.static UnderlineStyleReturns the enum constant of this class with the specified name.static UnderlineStyle[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
UNDERLINE_SINGLEThe 'UNDERLINE SINGLE' literal object.- See Also:
 
- 
UNDERLINE_DOUBLEThe 'UNDERLINE DOUBLE' literal object.- See Also:
 
- 
UNDERLINE_ERRORThe 'UNDERLINE ERROR' literal object.- See Also:
 
- 
UNDERLINE_SQUIGGLEThe 'UNDERLINE SQUIGGLE' literal object.- See Also:
 
 
- 
- 
Field Details- 
UNDERLINE_SINGLE_VALUEpublic static final int UNDERLINE_SINGLE_VALUEThe 'UNDERLINE SINGLE' literal value.If the meaning of 'UNDERLINE SINGLE' literal object isn't clear, there really should be more of a description here... - See Also:
 
- 
UNDERLINE_DOUBLE_VALUEpublic static final int UNDERLINE_DOUBLE_VALUEThe 'UNDERLINE DOUBLE' literal value.If the meaning of 'UNDERLINE DOUBLE' literal object isn't clear, there really should be more of a description here... - See Also:
 
- 
UNDERLINE_ERROR_VALUEpublic static final int UNDERLINE_ERROR_VALUEThe 'UNDERLINE ERROR' literal value.If the meaning of 'UNDERLINE ERROR' literal object isn't clear, there really should be more of a description here... - See Also:
 
- 
UNDERLINE_SQUIGGLE_VALUEpublic static final int UNDERLINE_SQUIGGLE_VALUEThe 'UNDERLINE SQUIGGLE' literal value.If the meaning of 'UNDERLINE SQUIGGLE' literal object isn't clear, there really should be more of a description here... - See Also:
 
- 
VALUESA public read-only list of all the 'Underline 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 'Underline Style' literal with the specified literal value.
- 
getByNameReturns the 'Underline Style' literal with the specified name.
- 
getReturns the 'Underline 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.- Overrides:
- toStringin class- Enum<UnderlineStyle>
 
 
-