protected static enum TextUtils.PartType extends java.lang.Enum<TextUtils.PartType>
| Modifier and Type | Method and Description |
|---|---|
static TextUtils.PartType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextUtils.PartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextUtils.PartType w
public static final TextUtils.PartType d
public static final TextUtils.PartType h
public static final TextUtils.PartType m
public static final TextUtils.PartType s
public static final TextUtils.PartType ms
public static TextUtils.PartType[] values()
for (TextUtils.PartType c : TextUtils.PartType.values()) System.out.println(c);
public static TextUtils.PartType 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