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.
|
AnnotationValue.Kind |
AnnotationValue.ArrayValue.componentKind() |
abstract AnnotationValue.Kind |
AnnotationValue.kind()
Returns the kind of this value.
|
AnnotationValue.Kind |
AnnotationValue.StringValue.kind() |
AnnotationValue.Kind |
AnnotationValue.ByteValue.kind() |
AnnotationValue.Kind |
AnnotationValue.CharacterValue.kind() |
AnnotationValue.Kind |
AnnotationValue.DoubleValue.kind() |
AnnotationValue.Kind |
AnnotationValue.FloatValue.kind() |
AnnotationValue.Kind |
AnnotationValue.ShortValue.kind() |
AnnotationValue.Kind |
AnnotationValue.IntegerValue.kind() |
AnnotationValue.Kind |
AnnotationValue.LongValue.kind() |
AnnotationValue.Kind |
AnnotationValue.BooleanValue.kind() |
AnnotationValue.Kind |
AnnotationValue.EnumValue.kind() |
AnnotationValue.Kind |
AnnotationValue.ClassValue.kind() |
AnnotationValue.Kind |
AnnotationValue.NestedAnnotation.kind() |
AnnotationValue.Kind |
AnnotationValue.ArrayValue.kind() |
static AnnotationValue.Kind |
AnnotationValue.Kind.valueOf(java.lang.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.
|