public static enum Annotation.AnnotationType extends Enum<Annotation.AnnotationType>
| Enum Constant and Description |
|---|
annotationType_other |
annotationType_review |
| Modifier and Type | Method and Description |
|---|---|
static Annotation.AnnotationType |
fromTag(String tag) |
String |
getTag() |
static Annotation.AnnotationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotation.AnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotation.AnnotationType annotationType_other
public static final Annotation.AnnotationType annotationType_review
public static Annotation.AnnotationType[] values()
for (Annotation.AnnotationType c : Annotation.AnnotationType.values()) System.out.println(c);
public static Annotation.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 nullpublic String getTag()
public static Annotation.AnnotationType fromTag(String tag)
Copyright © 2018 Linux Foundation. All Rights Reserved.