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