| Package | Description |
|---|---|
| at.rseiler.spbee.core.pojo |
| Modifier and Type | Method and Description |
|---|---|
AnnotationValueInfo.Kind |
AnnotationValueInfo.getKind() |
static AnnotationValueInfo.Kind |
AnnotationValueInfo.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationValueInfo.Kind[] |
AnnotationValueInfo.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AnnotationValueInfo(String name,
Object value,
String type,
AnnotationValueInfo.Kind kind)
Constructs a new AnnotationValueInfo.
|
Copyright © 2015. All rights reserved.