public static enum Control.LoadParams.LoadCase extends Enum<Control.LoadParams.LoadCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CLOSED_LOOP |
LOAD_NOT_SET |
POISSON |
| Modifier and Type | Method and Description |
|---|---|
static Control.LoadParams.LoadCase |
forNumber(int value) |
int |
getNumber() |
static Control.LoadParams.LoadCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Control.LoadParams.LoadCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Control.LoadParams.LoadCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Control.LoadParams.LoadCase CLOSED_LOOP
public static final Control.LoadParams.LoadCase POISSON
public static final Control.LoadParams.LoadCase LOAD_NOT_SET
public static Control.LoadParams.LoadCase[] values()
for (Control.LoadParams.LoadCase c : Control.LoadParams.LoadCase.values()) System.out.println(c);
public static Control.LoadParams.LoadCase 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@Deprecated public static Control.LoadParams.LoadCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Control.LoadParams.LoadCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite