public static enum Operation.Deprecated extends Enum<Operation.Deprecated>
| Modifier and Type | Method and Description |
|---|---|
static Operation.Deprecated |
fromValue(String value) |
String |
toString() |
String |
value() |
static Operation.Deprecated |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.Deprecated[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Operation.Deprecated TRUE
public static final Operation.Deprecated FALSE
public static Operation.Deprecated[] values()
for (Operation.Deprecated c : Operation.Deprecated.values()) System.out.println(c);
public static Operation.Deprecated 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 nullpublic String toString()
toString in class Enum<Operation.Deprecated>public String value()
public static Operation.Deprecated fromValue(String value)
Copyright © 2011–2017 Red Hat. All rights reserved.