public static enum PropertyMap.IMESentenceMode extends Enum<PropertyMap.IMESentenceMode> implements PropertyMap.EnumValue
| Modifier and Type | Method and Description |
|---|---|
Byte |
getValue() |
String |
toString() |
static PropertyMap.IMESentenceMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyMap.IMESentenceMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyMap.IMESentenceMode NORMAL
public static final PropertyMap.IMESentenceMode PLURAL
public static final PropertyMap.IMESentenceMode SPEAKING
public static final PropertyMap.IMESentenceMode NONE
public static PropertyMap.IMESentenceMode[] values()
for (PropertyMap.IMESentenceMode c : PropertyMap.IMESentenceMode.values()) System.out.println(c);
public static PropertyMap.IMESentenceMode 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.EnumValuepublic String toString()
toString in class Enum<PropertyMap.IMESentenceMode>Copyright © 2005–2025 OpenHMS. All rights reserved.