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