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.Loaded
getState
in interface AnnotationDescription.AnnotationValue.Loaded<V extends Enum<V>>
public V resolve()
AnnotationDescription.AnnotationValue.Loaded
resolve
in interface AnnotationDescription.AnnotationValue.Loaded<V extends Enum<V>>
Copyright © 2014–2016. All rights reserved.