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