public static enum AnnotationImpl.AnnotationType extends Enum<AnnotationImpl.AnnotationType>
| Modifier and Type | Method and Description |
|---|---|
static AnnotationImpl.AnnotationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationImpl.AnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationImpl.AnnotationType MARKER
public static final AnnotationImpl.AnnotationType SINGLE
public static final AnnotationImpl.AnnotationType NORMAL
public static AnnotationImpl.AnnotationType[] values()
for (AnnotationImpl.AnnotationType c : AnnotationImpl.AnnotationType.values()) System.out.println(c);
public static AnnotationImpl.AnnotationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013 JBoss by Red Hat. All Rights Reserved.