| Enum Constant and Description |
|---|
ASCII |
Emoji |
Restricted |
Script |
| Modifier and Type | Method and Description |
|---|---|
static GroupKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupKind Script
public static final GroupKind Restricted
public static final GroupKind ASCII
public static final GroupKind Emoji
public static GroupKind[] values()
for (GroupKind c : GroupKind.values()) System.out.println(c);
public static GroupKind 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 null