Modifier and Type | Method and Description |
---|---|
AnnotationValue.Kind |
AnnotationValue.componentKind()
Returns the kind of value that represents the component type of this array if it can be determined.
|
abstract AnnotationValue.Kind |
AnnotationValue.kind()
Returns the kind of this value.
|
static AnnotationValue.Kind |
AnnotationValue.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationValue.Kind[] |
AnnotationValue.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.