Modifier and Type | Class and Description |
---|---|
static class |
StampIcon.Adapter |
Enum Constant and Description |
---|
APPROVED |
ASIS |
CONFIDENTIAL |
DEPARTMENTAL |
DRAFT |
EXPERIMENTAL |
EXPIRED |
FINAL |
FORCOMMENT |
FORPUBLICRELEASE |
NOTAPPROVED |
NOTFORPUBLICRELEASE |
SOLD |
TOPSECRET |
Modifier and Type | Method and Description |
---|---|
static StampIcon |
fromValue(java.lang.String text) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static StampIcon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StampIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StampIcon DRAFT
public static final StampIcon APPROVED
public static final StampIcon EXPERIMENTAL
public static final StampIcon NOTAPPROVED
public static final StampIcon ASIS
public static final StampIcon EXPIRED
public static final StampIcon NOTFORPUBLICRELEASE
public static final StampIcon CONFIDENTIAL
public static final StampIcon FINAL
public static final StampIcon SOLD
public static final StampIcon DEPARTMENTAL
public static final StampIcon FORCOMMENT
public static final StampIcon FORPUBLICRELEASE
public static final StampIcon TOPSECRET
public static StampIcon[] values()
for (StampIcon c : StampIcon.values()) System.out.println(c);
public static StampIcon 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 getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<StampIcon>
public static StampIcon fromValue(java.lang.String text)