public static enum PropertyMap.IMEMode extends Enum<PropertyMap.IMEMode> implements PropertyMap.EnumValue
Enum Constant and Description |
---|
ALPHA |
ALPHAFULL |
DISABLE |
HANGUL |
HANGULFULL |
HIRAGANA |
KATAKANA |
KATAKANAHALF |
NOCONTROL |
OFF |
ON |
Modifier and Type | Method and Description |
---|---|
Byte |
getValue() |
String |
toString() |
static PropertyMap.IMEMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyMap.IMEMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyMap.IMEMode NOCONTROL
public static final PropertyMap.IMEMode ON
public static final PropertyMap.IMEMode OFF
public static final PropertyMap.IMEMode DISABLE
public static final PropertyMap.IMEMode HIRAGANA
public static final PropertyMap.IMEMode KATAKANA
public static final PropertyMap.IMEMode KATAKANAHALF
public static final PropertyMap.IMEMode ALPHAFULL
public static final PropertyMap.IMEMode ALPHA
public static final PropertyMap.IMEMode HANGULFULL
public static final PropertyMap.IMEMode HANGUL
public static PropertyMap.IMEMode[] values()
for (PropertyMap.IMEMode c : PropertyMap.IMEMode.values()) System.out.println(c);
public static PropertyMap.IMEMode 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 nullpublic Byte getValue()
getValue
in interface PropertyMap.EnumValue
public String toString()
toString
in class Enum<PropertyMap.IMEMode>
Copyright © 2005–2024 OpenHMS. All rights reserved.