public final class Operation extends Object
| Constructor and Description |
|---|
Operation(OperationEnum enumeration)
Creates an instance of enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
OperationEnum |
enumeration()
Returns the attribute enumeration.
|
void |
enumeration(OperationEnum enumeration)
Sets the attribute enumeration.
|
boolean |
equals(Object obj) |
static Operation |
fromString(String valInString)
Returns the object of operation fromString input String operation.
|
int |
hashCode() |
static Operation |
of(OperationEnum value)
Returns the object of operation for type enumeration.
|
String |
toString() |
public Operation(OperationEnum enumeration)
enumeration - value of enumerationpublic static Operation of(OperationEnum value)
value - value of operation for type enumerationpublic OperationEnum enumeration()
public void enumeration(OperationEnum enumeration)
enumeration - value of enumerationCopyright © 2018. All rights reserved.