public static enum Normalizer.Form extends java.lang.Enum<Normalizer.Form>
Modifier and Type | Method and Description |
---|---|
boolean |
isCanonical() |
boolean |
isCompatibility() |
boolean |
isComposition() |
static Normalizer.Form |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Normalizer.Form[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Normalizer.Form D
public static final Normalizer.Form C
public static final Normalizer.Form KD
public static final Normalizer.Form KC
public static Normalizer.Form[] values()
for (Normalizer.Form c : Normalizer.Form.values()) System.out.println(c);
public static Normalizer.Form valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isCompatibility()
public boolean isCanonical()
public boolean isComposition()
Copyright © 2010 - 2020 Adobe. All Rights Reserved