protected static enum JViewer.BarType extends Enum<JViewer.BarType>
Enum Constant and Description |
---|
COMMUNICATION |
SENSING |
SPEED |
Modifier and Type | Method and Description |
---|---|
static JViewer.BarType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JViewer.BarType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JViewer.BarType COMMUNICATION
public static final JViewer.BarType SENSING
public static final JViewer.BarType SPEED
public static JViewer.BarType[] values()
for (JViewer.BarType c : JViewer.BarType.values()) System.out.println(c);
public static JViewer.BarType 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