| Modifier and Type | Method and Description |
|---|---|
static AnnotationFlags |
AnnotationFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationFlags[] |
AnnotationFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<AnnotationFlags> |
Annotation.getFlags()
The flags for the annotation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Annotation.setFlags(java.util.EnumSet<AnnotationFlags> arg0)
The flags for the annotation.
|