public final class EnumValue extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEnumFQN()
Get fully qualified name of the enum.
|
String |
getName() |
String |
getSimpleName()
Get name of the enum value, e.g. java.EnumTest.VALUE has simple name
VALUE.
|
int |
hashCode() |
public EnumValue(String name)
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.