public static enum UCharacter.IndicConjunctBreak extends Enum<UCharacter.IndicConjunctBreak>
UProperty.INDIC_CONJUNCT_BREAK
Modifier and Type | Method and Description |
---|---|
static UCharacter.IndicConjunctBreak |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UCharacter.IndicConjunctBreak[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UCharacter.IndicConjunctBreak NONE
public static final UCharacter.IndicConjunctBreak CONSONANT
public static final UCharacter.IndicConjunctBreak EXTEND
public static final UCharacter.IndicConjunctBreak LINKER
public static UCharacter.IndicConjunctBreak[] values()
for (UCharacter.IndicConjunctBreak c : UCharacter.IndicConjunctBreak.values()) System.out.println(c);
public static UCharacter.IndicConjunctBreak 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 nullCopyright © 2016 Unicode, Inc. and others.