public static enum ClassFileSequencerLexicon.AnnotationType extends Enum<ClassFileSequencerLexicon.AnnotationType>
| Enum Constant and Description |
|---|
MARKER |
NORMAL |
SINGLE_MEMBER |
| Modifier and Type | Method and Description |
|---|---|
static ClassFileSequencerLexicon.AnnotationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassFileSequencerLexicon.AnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassFileSequencerLexicon.AnnotationType MARKER
public static final ClassFileSequencerLexicon.AnnotationType NORMAL
public static final ClassFileSequencerLexicon.AnnotationType SINGLE_MEMBER
public static ClassFileSequencerLexicon.AnnotationType[] values()
for (ClassFileSequencerLexicon.AnnotationType c : ClassFileSequencerLexicon.AnnotationType.values()) System.out.println(c);
public static ClassFileSequencerLexicon.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 © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.