| Package | Description |
|---|---|
| com.factern.model |
| Modifier and Type | Method and Description |
|---|---|
static TransformElement.OperationEnum |
TransformElement.OperationEnum.fromValue(String text) |
TransformElement.OperationEnum |
TransformElement.getOperation()
Get operation
|
TransformElement.OperationEnum |
TransformElement.OperationEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TransformElement.OperationEnum |
TransformElement.OperationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformElement.OperationEnum[] |
TransformElement.OperationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransformElement |
TransformElement.operation(TransformElement.OperationEnum operation) |
void |
TransformElement.setOperation(TransformElement.OperationEnum operation) |
void |
TransformElement.OperationEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TransformElement.OperationEnum enumeration) |
Copyright © 2018. All rights reserved.