public enum DescriptorOperation extends Enum<DescriptorOperation>
Modifier and Type | Method and Description |
---|---|
String |
getOperation() |
static DescriptorOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorOperation AND
public static final DescriptorOperation OR
public static DescriptorOperation[] values()
for (DescriptorOperation c : DescriptorOperation.values()) System.out.println(c);
public static DescriptorOperation 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 getOperation()
Copyright © 2016 SAPERION AG. All rights reserved.