org.granite.generator.as3.reflect
Class JavaEnumValue
java.lang.Object
org.granite.generator.as3.reflect.JavaEnumValue
public class JavaEnumValue
- extends Object
Contains a constant value from the list of constant from an Enum.
- Author:
- Sebastien GUIMONT
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaEnumValue
public JavaEnumValue(Enum<?> constant)
getConstant
public Enum<?> getConstant()
getName
public String getName()