Enum Class IV8Style
- All Implemented Interfaces:
Serializable
,Comparable<IV8Style>
,Constable
,org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'IV8 Style',
and utility methods for working with them.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'EAuto Edit Bkgrnd Color' literal object.The 'EAuto Edit Text Color' literal object.The 'EAuto Edit Text Font' literal object.The 'EAuto Footer Text Font' literal object.The 'EAuto Header Text Font' literal object.The 'EAuto Text Font' literal object.The 'EBorder Color' literal object.The 'EForm Bkgrnd Color' literal object.The 'EForm Text Color' literal object.The 'EText Font' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'EAuto Edit Bkgrnd Color' literal value.static final int
The 'EAuto Edit Text Color' literal value.static final int
The 'EAuto Edit Text Font' literal value.static final int
The 'EAuto Footer Text Font' literal value.static final int
The 'EAuto Header Text Font' literal value.static final int
The 'EAuto Text Font' literal value.static final int
The 'EBorder Color' literal value.static final int
The 'EForm Bkgrnd Color' literal value.static final int
The 'EForm Text Color' literal value.static final int
The 'EText Font' literal value.A public read-only list of all the 'IV8 Style' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic IV8Style
get
(int value) Returns the 'IV8 Style' literal with the specified integer value.static IV8Style
Returns the 'IV8 Style' literal with the specified literal value.static IV8Style
Returns the 'IV8 Style' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static IV8Style
Returns the enum constant of this class with the specified name.static IV8Style[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ETEXT_FONT
The 'EText Font' literal object.- See Also:
-
EBORDER_COLOR
The 'EBorder Color' literal object.- See Also:
-
EFORM_BKGRND_COLOR
The 'EForm Bkgrnd Color' literal object.- See Also:
-
EFORM_TEXT_COLOR
The 'EForm Text Color' literal object.- See Also:
-
EAUTO_TEXT_FONT
The 'EAuto Text Font' literal object.- See Also:
-
EAUTO_EDIT_TEXT_COLOR
The 'EAuto Edit Text Color' literal object.- See Also:
-
EAUTO_EDIT_BKGRND_COLOR
The 'EAuto Edit Bkgrnd Color' literal object.- See Also:
-
EAUTO_HEADER_TEXT_FONT
The 'EAuto Header Text Font' literal object.- See Also:
-
EAUTO_EDIT_TEXT_FONT
The 'EAuto Edit Text Font' literal object.- See Also:
-
EAUTO_FOOTER_TEXT_FONT
The 'EAuto Footer Text Font' literal object.- See Also:
-
-
Field Details
-
ETEXT_FONT_VALUE
public static final int ETEXT_FONT_VALUEThe 'EText Font' literal value.- See Also:
-
EBORDER_COLOR_VALUE
public static final int EBORDER_COLOR_VALUEThe 'EBorder Color' literal value.- See Also:
-
EFORM_BKGRND_COLOR_VALUE
public static final int EFORM_BKGRND_COLOR_VALUEThe 'EForm Bkgrnd Color' literal value.- See Also:
-
EFORM_TEXT_COLOR_VALUE
public static final int EFORM_TEXT_COLOR_VALUEThe 'EForm Text Color' literal value.- See Also:
-
EAUTO_TEXT_FONT_VALUE
public static final int EAUTO_TEXT_FONT_VALUEThe 'EAuto Text Font' literal value.- See Also:
-
EAUTO_EDIT_TEXT_COLOR_VALUE
public static final int EAUTO_EDIT_TEXT_COLOR_VALUEThe 'EAuto Edit Text Color' literal value.- See Also:
-
EAUTO_EDIT_BKGRND_COLOR_VALUE
public static final int EAUTO_EDIT_BKGRND_COLOR_VALUEThe 'EAuto Edit Bkgrnd Color' literal value.- See Also:
-
EAUTO_HEADER_TEXT_FONT_VALUE
public static final int EAUTO_HEADER_TEXT_FONT_VALUEThe 'EAuto Header Text Font' literal value.- See Also:
-
EAUTO_EDIT_TEXT_FONT_VALUE
public static final int EAUTO_EDIT_TEXT_FONT_VALUEThe 'EAuto Edit Text Font' literal value.- See Also:
-
EAUTO_FOOTER_TEXT_FONT_VALUE
public static final int EAUTO_FOOTER_TEXT_FONT_VALUEThe 'EAuto Footer Text Font' literal value.- See Also:
-
VALUES
A public read-only list of all the 'IV8 Style' enumerators.
-
-
Method Details
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException
- if the argument is null
-
get
Returns the 'IV8 Style' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'IV8 Style' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'IV8 Style' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
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.
-