public enum MSPlatformSpecificId extends Enum<MSPlatformSpecificId>
Represents Microsoft platform PlatformSpecificId enumeration.
Enum Constant and Description |
---|
Big5
Big5 MS MSPlatformSpecificId.
|
Johab
Johab MS MSPlatformSpecificId.
|
PRC
PRC MS MSPlatformSpecificId.
|
Reserved1
Reserved1 MS MSPlatformSpecificId.
|
Reserved2
Reserved2 MS MSPlatformSpecificId.
|
Reserved3
Reserved3 MS MSPlatformSpecificId.
|
ShiftJIS
ShiftJIS MS MSPlatformSpecificId.
|
Symbol
Symbol MS MSPlatformSpecificId.
|
Unicode_BMP_UCS2
Unicode BMP (UCS2) MS PlatformSpecificId.
|
Unicode_UCS4
Unicode_UCS4 MS MSPlatformSpecificId.
|
Wansung
Wansung MS MSPlatformSpecificId.
|
Modifier and Type | Method and Description |
---|---|
static MSPlatformSpecificId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MSPlatformSpecificId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MSPlatformSpecificId Symbol
Symbol MS MSPlatformSpecificId.
public static final MSPlatformSpecificId Unicode_BMP_UCS2
Unicode BMP (UCS2) MS PlatformSpecificId.
public static final MSPlatformSpecificId ShiftJIS
ShiftJIS MS MSPlatformSpecificId.
public static final MSPlatformSpecificId PRC
PRC MS MSPlatformSpecificId.
public static final MSPlatformSpecificId Big5
Big5 MS MSPlatformSpecificId.
public static final MSPlatformSpecificId Wansung
Wansung MS MSPlatformSpecificId.
public static final MSPlatformSpecificId Johab
Johab MS MSPlatformSpecificId.
public static final MSPlatformSpecificId Reserved1
Reserved1 MS MSPlatformSpecificId.
public static final MSPlatformSpecificId Reserved2
Reserved2 MS MSPlatformSpecificId.
public static final MSPlatformSpecificId Reserved3
Reserved3 MS MSPlatformSpecificId.
public static final MSPlatformSpecificId Unicode_UCS4
Unicode_UCS4 MS MSPlatformSpecificId.
public static MSPlatformSpecificId[] values()
for (MSPlatformSpecificId c : MSPlatformSpecificId.values()) System.out.println(c);
public static MSPlatformSpecificId valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null