public enum AnnotationDisplayMode extends java.lang.Enum<AnnotationDisplayMode> implements Identity
Enum Constant and Description |
---|
ALL |
FIRST_ONLY |
LAST_ONLY |
NONE |
SELECTED |
COMPARATOR
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getId() |
java.lang.String |
getName() |
java.lang.Object |
getOwner() |
java.lang.String |
getToken() |
AnnotationDisplayMode |
parseMode(java.lang.String s) |
static AnnotationDisplayMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationDisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationDisplayMode ALL
public static final AnnotationDisplayMode NONE
public static final AnnotationDisplayMode FIRST_ONLY
public static final AnnotationDisplayMode LAST_ONLY
public static final AnnotationDisplayMode SELECTED
public static AnnotationDisplayMode[] values()
for (AnnotationDisplayMode c : AnnotationDisplayMode.values()) System.out.println(c);
public static AnnotationDisplayMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getToken()
public AnnotationDisplayMode parseMode(java.lang.String s)
public java.lang.String getDescription()
getDescription
in interface Identity
public java.lang.String getId()
getId
in interface Identity
Identity.getId()
public java.lang.Object getOwner()
getOwner
in interface Identity
Identity.getOwner()