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_LITERALThe 'Ansi' literal object.ARABIC_LITERALThe 'Arabic' literal object.BALTIC_LITERALThe 'Baltic' literal object.CHINESE_LITERALThe 'Chinese' literal object.DEFAULT_LITERALThe 'Default' literal object.EAST_EUROPE_LITERALThe 'East Europe' literal object.GB_LITERALThe 'Gb' literal object.GREEK_LITERALThe 'Greek' literal object.HANGEUL_LITERALThe 'Hangeul' literal object.HEBREW_LITERALThe 'Hebrew' literal object.JOHAB_LITERALThe 'Johab' literal object.MAC_LITERALThe 'Mac' literal object.OEM_LITERALThe 'Oem' literal object.RUSSIAN_LITERALThe 'Russian' literal object.SHIFTJIS_LITERALThe 'Shiftjis' literal object.SYMBOL_LITERALThe 'Symbol' literal object.THAI_LITERALThe 'Thai' literal object.TURKISH_LITERALThe 'Turkish' literal object.VIETNAMESE_LITERALThe 'Vietnamese' literal object.
-
Field Summary
Fields Modifier and Type Field Description static intANSIThe 'Ansi' literal value.static intARABICThe 'Arabic' literal value.static intBALTICThe 'Baltic' literal value.static intCHINESEThe 'Chinese' literal value.static intDEFAULTThe 'Default' literal value.static intEAST_EUROPEThe 'East Europe' literal value.static intGBThe 'Gb' literal value.static intGREEKThe 'Greek' literal value.static intHANGEULThe 'Hangeul' literal value.static intHEBREWThe 'Hebrew' literal value.static intJOHABThe 'Johab' literal value.static intMACThe 'Mac' literal value.static intOEMThe 'Oem' literal value.static intRUSSIANThe 'Russian' literal value.static intSHIFTJISThe 'Shiftjis' literal value.static intSYMBOLThe 'Symbol' literal value.static intTHAIThe 'Thai' literal value.static intTURKISHThe 'Turkish' literal value.static List<FontCharSet>VALUESA public read-only list of all the 'Font Char Set' enumerators.static intVIETNAMESEThe 'Vietnamese' literal value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FontCharSetget(int value)Returns the 'Font Char Set' literal with the specified integer value.static FontCharSetget(String literal)Returns the 'Font Char Set' literal with the specified literal value.static FontCharSetgetByName(String name)Returns the 'Font Char Set' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static FontCharSetvalueOf(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:
getValuein interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
public String getLiteral()
- Specified by:
getLiteralin interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
public String toString()
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toStringin classEnum<FontCharSet>
-
-