public static enum ToleratedUpdateError.CmdType extends Enum<ToleratedUpdateError.CmdType>
| Modifier and Type | Method and Description |
|---|---|
static ToleratedUpdateError.CmdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToleratedUpdateError.CmdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToleratedUpdateError.CmdType ADD
public static final ToleratedUpdateError.CmdType DELID
public static final ToleratedUpdateError.CmdType DELQ
public static ToleratedUpdateError.CmdType[] values()
for (ToleratedUpdateError.CmdType c : ToleratedUpdateError.CmdType.values()) System.out.println(c);
public static ToleratedUpdateError.CmdType 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 © 2000-2016 Apache Software Foundation. All Rights Reserved.