public static enum PrimitiveGCInterface.EImage extends Enum<PrimitiveGCInterface.EImage>
Enum Constant and Description |
---|
ARROW |
BUSY |
CHECKPOINT |
CONTEXT_MENU |
COPY_ROWS |
DB |
EDIT |
ERROR |
FALSE |
INFO |
INJECT |
INPUT |
LOAD_BALANCE |
LOCK |
OUTPUT |
PARALLEL |
STEP_ERROR |
TARGET |
TRUE |
UNCONDITIONAL |
Modifier and Type | Method and Description |
---|---|
static PrimitiveGCInterface.EImage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveGCInterface.EImage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrimitiveGCInterface.EImage LOCK
public static final PrimitiveGCInterface.EImage STEP_ERROR
public static final PrimitiveGCInterface.EImage EDIT
public static final PrimitiveGCInterface.EImage CONTEXT_MENU
public static final PrimitiveGCInterface.EImage TRUE
public static final PrimitiveGCInterface.EImage FALSE
public static final PrimitiveGCInterface.EImage ERROR
public static final PrimitiveGCInterface.EImage INFO
public static final PrimitiveGCInterface.EImage TARGET
public static final PrimitiveGCInterface.EImage INPUT
public static final PrimitiveGCInterface.EImage OUTPUT
public static final PrimitiveGCInterface.EImage ARROW
public static final PrimitiveGCInterface.EImage COPY_ROWS
public static final PrimitiveGCInterface.EImage UNCONDITIONAL
public static final PrimitiveGCInterface.EImage PARALLEL
public static final PrimitiveGCInterface.EImage BUSY
public static final PrimitiveGCInterface.EImage INJECT
public static final PrimitiveGCInterface.EImage LOAD_BALANCE
public static final PrimitiveGCInterface.EImage CHECKPOINT
public static final PrimitiveGCInterface.EImage DB
public static PrimitiveGCInterface.EImage[] values()
for (PrimitiveGCInterface.EImage c : PrimitiveGCInterface.EImage.values()) System.out.println(c);
public static PrimitiveGCInterface.EImage 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 null