public static interface AnnotationDescription.EnumerationValue
Enum
which is a value of an
AnnotationDescription
.Modifier and Type | Interface and Description |
---|---|
static class |
AnnotationDescription.EnumerationValue.AbstractEnumerationValue
An adapter implementation of an enumeration value.
|
static class |
AnnotationDescription.EnumerationValue.ForLoadedEnumeration
An enumeration value representing a loaded enumeration.
|
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.