public enum AnnotationMode extends Enum<AnnotationMode>
| Modifier and Type | Method and Description |
|---|---|
boolean |
editable() |
boolean |
enabled() |
static AnnotationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationMode NONE
public static final AnnotationMode EDIT
public static final AnnotationMode READ_ONLY
public static AnnotationMode[] values()
for (AnnotationMode c : AnnotationMode.values()) System.out.println(c);
public static AnnotationMode 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 boolean editable()
public boolean enabled()
Copyright © 2017. All rights reserved.