public interface EnumerationDescription
Object.toString() method always returns the
 value as if the method was not overridden, i.e. the name of the enumeration constant.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | EnumerationDescription.AbstractBaseAn adapter implementation of an enumeration description. | 
| static class  | EnumerationDescription.ForLoadedEnumerationAn enumeration description representing a loaded enumeration. | 
| static class  | EnumerationDescription.LatentA latent description of an enumeration value. | 
| Modifier and Type | Method and Description | 
|---|---|
| TypeDescription | getEnumerationType()Returns the type of this enumeration. | 
| String | getValue()Returns the name of this instance's enumeration value. | 
| <T extends Enum<T>> | load(Class<T> type)Prepares this enumeration value to be loaded. | 
String getValue()
TypeDescription getEnumerationType()
Copyright © 2014–2015. All rights reserved.