public static enum AnnotationRecord.AnnotationSubType extends Enum<AnnotationRecord.AnnotationSubType>
| Enum Constant and Description |
|---|
Create_Annotation |
Delete_Annotation |
Edit_Annotation |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AnnotationRecord.AnnotationSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationRecord.AnnotationSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationRecord.AnnotationSubType Create_Annotation
public static final AnnotationRecord.AnnotationSubType Edit_Annotation
public static final AnnotationRecord.AnnotationSubType Delete_Annotation
public static AnnotationRecord.AnnotationSubType[] values()
for (AnnotationRecord.AnnotationSubType c : AnnotationRecord.AnnotationSubType.values()) System.out.println(c);
public static AnnotationRecord.AnnotationSubType 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 toString()
toString in class Enum<AnnotationRecord.AnnotationSubType>Copyright © 2016. All Rights Reserved.