public static enum UnaryOperation.Operator extends Enum<UnaryOperation.Operator>
Enum Constant and Description |
---|
IS_EMPTY |
Modifier and Type | Method and Description |
---|---|
static UnaryOperation.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryOperation.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnaryOperation.Operator IS_EMPTY
public static UnaryOperation.Operator[] values()
for (UnaryOperation.Operator c : UnaryOperation.Operator.values()) System.out.println(c);
public static UnaryOperation.Operator 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 © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.