public static enum TransformElement.OperationEnum extends Enum<TransformElement.OperationEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
TransformElement.OperationEnum.Adapter |
| Enum Constant and Description |
|---|
CARDINALITY |
DEFAULT |
REMOVE |
SHIFT |
SORT |
| Modifier and Type | Method and Description |
|---|---|
static TransformElement.OperationEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TransformElement.OperationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformElement.OperationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformElement.OperationEnum SHIFT
public static final TransformElement.OperationEnum DEFAULT
public static final TransformElement.OperationEnum REMOVE
public static final TransformElement.OperationEnum SORT
public static final TransformElement.OperationEnum CARDINALITY
public static TransformElement.OperationEnum[] values()
for (TransformElement.OperationEnum c : TransformElement.OperationEnum.values()) System.out.println(c);
public static TransformElement.OperationEnum 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 getValue()
public String toString()
toString in class Enum<TransformElement.OperationEnum>public static TransformElement.OperationEnum fromValue(String text)
Copyright © 2018. All rights reserved.