V - The type of the represented enumeration.public static class AnnotationDescription.AnnotationValue.ForEnumeration.Loaded<V extends Enum<V>> extends Object implements AnnotationDescription.AnnotationValue.Loaded<V>
AnnotationDescription.AnnotationValue.Loaded.State| Constructor and Description | 
|---|
| Loaded(V enumeration)Creates a loaded version of an enumeration description. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| AnnotationDescription.AnnotationValue.Loaded.State | getState()Returns the state of the represented loaded annotation value. | 
| int | hashCode() | 
| V | resolve()Resolves the value to the actual value of an annotation. | 
| String | toString() | 
public Loaded(V enumeration)
enumeration - The represented enumeration.public AnnotationDescription.AnnotationValue.Loaded.State getState()
AnnotationDescription.AnnotationValue.LoadedgetState in interface AnnotationDescription.AnnotationValue.Loaded<V extends Enum<V>>public V resolve()
AnnotationDescription.AnnotationValue.Loadedresolve in interface AnnotationDescription.AnnotationValue.Loaded<V extends Enum<V>>Copyright © 2014–2015. All rights reserved.