Package com.sodius.mdw.metamodel.excel
Enum FontCharSet
- java.lang.Object
-
- java.lang.Enum<FontCharSet>
-
- com.sodius.mdw.metamodel.excel.FontCharSet
-
- All Implemented Interfaces:
Serializable
,Comparable<FontCharSet>
,org.eclipse.emf.common.util.Enumerator
public enum FontCharSet extends Enum<FontCharSet> implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Font Char Set', and utility methods for working with them.- See Also:
ExcelPackage.getFontCharSet()
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANSI_LITERAL
The 'Ansi' literal object.ARABIC_LITERAL
The 'Arabic' literal object.BALTIC_LITERAL
The 'Baltic' literal object.CHINESE_LITERAL
The 'Chinese' literal object.DEFAULT_LITERAL
The 'Default' literal object.EAST_EUROPE_LITERAL
The 'East Europe' literal object.GB_LITERAL
The 'Gb' literal object.GREEK_LITERAL
The 'Greek' literal object.HANGEUL_LITERAL
The 'Hangeul' literal object.HEBREW_LITERAL
The 'Hebrew' literal object.JOHAB_LITERAL
The 'Johab' literal object.MAC_LITERAL
The 'Mac' literal object.OEM_LITERAL
The 'Oem' literal object.RUSSIAN_LITERAL
The 'Russian' literal object.SHIFTJIS_LITERAL
The 'Shiftjis' literal object.SYMBOL_LITERAL
The 'Symbol' literal object.THAI_LITERAL
The 'Thai' literal object.TURKISH_LITERAL
The 'Turkish' literal object.VIETNAMESE_LITERAL
The 'Vietnamese' literal object.
-
Field Summary
Fields Modifier and Type Field Description static int
ANSI
The 'Ansi' literal value.static int
ARABIC
The 'Arabic' literal value.static int
BALTIC
The 'Baltic' literal value.static int
CHINESE
The 'Chinese' literal value.static int
DEFAULT
The 'Default' literal value.static int
EAST_EUROPE
The 'East Europe' literal value.static int
GB
The 'Gb' literal value.static int
GREEK
The 'Greek' literal value.static int
HANGEUL
The 'Hangeul' literal value.static int
HEBREW
The 'Hebrew' literal value.static int
JOHAB
The 'Johab' literal value.static int
MAC
The 'Mac' literal value.static int
OEM
The 'Oem' literal value.static int
RUSSIAN
The 'Russian' literal value.static int
SHIFTJIS
The 'Shiftjis' literal value.static int
SYMBOL
The 'Symbol' literal value.static int
THAI
The 'Thai' literal value.static int
TURKISH
The 'Turkish' literal value.static List<FontCharSet>
VALUES
A public read-only list of all the 'Font Char Set' enumerators.static int
VIETNAMESE
The 'Vietnamese' literal value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FontCharSet
get(int value)
Returns the 'Font Char Set' literal with the specified integer value.static FontCharSet
get(String literal)
Returns the 'Font Char Set' literal with the specified literal value.static FontCharSet
getByName(String name)
Returns the 'Font Char Set' literal with the specified name.String
getLiteral()
String
getName()
int
getValue()
String
toString()
Returns the literal value of the enumerator, which is its string representation.static FontCharSet
valueOf(String name)
Returns the enum constant of this type with the specified name.static FontCharSet[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ANSI_LITERAL
public static final FontCharSet ANSI_LITERAL
The 'Ansi' literal object.- See Also:
ANSI
-
DEFAULT_LITERAL
public static final FontCharSet DEFAULT_LITERAL
The 'Default' literal object.- See Also:
DEFAULT
-
SYMBOL_LITERAL
public static final FontCharSet SYMBOL_LITERAL
The 'Symbol' literal object.- See Also:
SYMBOL
-
ARABIC_LITERAL
public static final FontCharSet ARABIC_LITERAL
The 'Arabic' literal object.- See Also:
ARABIC
-
BALTIC_LITERAL
public static final FontCharSet BALTIC_LITERAL
The 'Baltic' literal object.- See Also:
BALTIC
-
CHINESE_LITERAL
public static final FontCharSet CHINESE_LITERAL
The 'Chinese' literal object.- See Also:
CHINESE
-
EAST_EUROPE_LITERAL
public static final FontCharSet EAST_EUROPE_LITERAL
The 'East Europe' literal object.- See Also:
EAST_EUROPE
-
GB_LITERAL
public static final FontCharSet GB_LITERAL
The 'Gb' literal object.- See Also:
GB
-
GREEK_LITERAL
public static final FontCharSet GREEK_LITERAL
The 'Greek' literal object.- See Also:
GREEK
-
HANGEUL_LITERAL
public static final FontCharSet HANGEUL_LITERAL
The 'Hangeul' literal object.- See Also:
HANGEUL
-
HEBREW_LITERAL
public static final FontCharSet HEBREW_LITERAL
The 'Hebrew' literal object.- See Also:
HEBREW
-
JOHAB_LITERAL
public static final FontCharSet JOHAB_LITERAL
The 'Johab' literal object.- See Also:
JOHAB
-
MAC_LITERAL
public static final FontCharSet MAC_LITERAL
The 'Mac' literal object.- See Also:
MAC
-
OEM_LITERAL
public static final FontCharSet OEM_LITERAL
The 'Oem' literal object.- See Also:
OEM
-
RUSSIAN_LITERAL
public static final FontCharSet RUSSIAN_LITERAL
The 'Russian' literal object.- See Also:
RUSSIAN
-
SHIFTJIS_LITERAL
public static final FontCharSet SHIFTJIS_LITERAL
The 'Shiftjis' literal object.- See Also:
SHIFTJIS
-
THAI_LITERAL
public static final FontCharSet THAI_LITERAL
The 'Thai' literal object.- See Also:
THAI
-
TURKISH_LITERAL
public static final FontCharSet TURKISH_LITERAL
The 'Turkish' literal object.- See Also:
TURKISH
-
VIETNAMESE_LITERAL
public static final FontCharSet VIETNAMESE_LITERAL
The 'Vietnamese' literal object.- See Also:
VIETNAMESE
-
-
Field Detail
-
ANSI
public static final int ANSI
The 'Ansi' literal value.- See Also:
ANSI_LITERAL
, Constant Field Values
-
DEFAULT
public static final int DEFAULT
The 'Default' literal value.- See Also:
DEFAULT_LITERAL
, Constant Field Values
-
SYMBOL
public static final int SYMBOL
The 'Symbol' literal value.- See Also:
SYMBOL_LITERAL
, Constant Field Values
-
ARABIC
public static final int ARABIC
The 'Arabic' literal value.- See Also:
ARABIC_LITERAL
, Constant Field Values
-
BALTIC
public static final int BALTIC
The 'Baltic' literal value.- See Also:
BALTIC_LITERAL
, Constant Field Values
-
CHINESE
public static final int CHINESE
The 'Chinese' literal value.- See Also:
CHINESE_LITERAL
, Constant Field Values
-
EAST_EUROPE
public static final int EAST_EUROPE
The 'East Europe' literal value.- See Also:
EAST_EUROPE_LITERAL
, Constant Field Values
-
GB
public static final int GB
The 'Gb' literal value.- See Also:
GB_LITERAL
, Constant Field Values
-
GREEK
public static final int GREEK
The 'Greek' literal value.- See Also:
GREEK_LITERAL
, Constant Field Values
-
HANGEUL
public static final int HANGEUL
The 'Hangeul' literal value.- See Also:
HANGEUL_LITERAL
, Constant Field Values
-
HEBREW
public static final int HEBREW
The 'Hebrew' literal value.- See Also:
HEBREW_LITERAL
, Constant Field Values
-
JOHAB
public static final int JOHAB
The 'Johab' literal value.- See Also:
JOHAB_LITERAL
, Constant Field Values
-
MAC
public static final int MAC
The 'Mac' literal value.- See Also:
MAC_LITERAL
, Constant Field Values
-
OEM
public static final int OEM
The 'Oem' literal value.- See Also:
OEM_LITERAL
, Constant Field Values
-
RUSSIAN
public static final int RUSSIAN
The 'Russian' literal value.- See Also:
RUSSIAN_LITERAL
, Constant Field Values
-
SHIFTJIS
public static final int SHIFTJIS
The 'Shiftjis' literal value.- See Also:
SHIFTJIS_LITERAL
, Constant Field Values
-
THAI
public static final int THAI
The 'Thai' literal value.- See Also:
THAI_LITERAL
, Constant Field Values
-
TURKISH
public static final int TURKISH
The 'Turkish' literal value.- See Also:
TURKISH_LITERAL
, Constant Field Values
-
VIETNAMESE
public static final int VIETNAMESE
The 'Vietnamese' literal value.- See Also:
VIETNAMESE_LITERAL
, Constant Field Values
-
VALUES
public static final List<FontCharSet> VALUES
A public read-only list of all the 'Font Char Set' enumerators.
-
-
Method Detail
-
values
public static FontCharSet[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (FontCharSet c : FontCharSet.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FontCharSet valueOf(String name)
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
public static FontCharSet get(String literal)
Returns the 'Font Char Set' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
public static FontCharSet getByName(String name)
Returns the 'Font Char Set' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
public static FontCharSet get(int value)
Returns the 'Font Char Set' 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
public String getName()
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
public String getLiteral()
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
public String toString()
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<FontCharSet>
-
-