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