public static enum BubbleLayer.BubbleType extends java.lang.Enum<BubbleLayer.BubbleType>
Enum Constant and Description |
---|
BLOCADE |
DEFAULT |
DONE |
ERROR |
FAILED |
PLANNING |
STOP |
Modifier and Type | Method and Description |
---|---|
static BubbleLayer.BubbleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BubbleLayer.BubbleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BubbleLayer.BubbleType BLOCADE
public static final BubbleLayer.BubbleType PLANNING
public static final BubbleLayer.BubbleType STOP
public static final BubbleLayer.BubbleType DEFAULT
public static final BubbleLayer.BubbleType DONE
public static final BubbleLayer.BubbleType FAILED
public static final BubbleLayer.BubbleType ERROR
public static BubbleLayer.BubbleType[] values()
for (BubbleLayer.BubbleType c : BubbleLayer.BubbleType.values()) System.out.println(c);
public static BubbleLayer.BubbleType 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 null