Enum Constant and Description |
---|
InitFromPrimary
initiate transfer from a primary auxiliary device
|
InitFromSecondary
initiate transfer from a secondary auxiliary device
|
InitToPimary
initiate transfer to a primary auxiliary device
|
InitToSecondary
initiate transfer to a secondary auxiliary device
|
Nonstandard
Don't define in Standart
|
StartRelayPrimary
start relay to a primary auxiliary device
|
StartRelaySecondary
start relay to a secondary auxiliary device
|
StopRelayPrimary
stop relay to a primary auxiliary device
|
StopRelaySecondary
stop relay to a secondary auxiliary device
|
Modifier and Type | Method and Description |
---|---|
static paramMC |
getEnumValue(int val)
Returns enum-value by int-value.
|
static int |
getIntValue(paramMC val)
Returns int-value, which is corresponded to enum-value.
|
static paramMC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static paramMC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final paramMC InitToPimary
public static final paramMC InitFromPrimary
public static final paramMC InitToSecondary
public static final paramMC InitFromSecondary
public static final paramMC StopRelayPrimary
public static final paramMC StartRelayPrimary
public static final paramMC StopRelaySecondary
public static final paramMC StartRelaySecondary
public static final paramMC Nonstandard
public static paramMC[] values()
for (paramMC c : paramMC.values()) System.out.println(c);
public static paramMC 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 nullpublic static int getIntValue(paramMC val)
val
- enum-valuepublic static paramMC getEnumValue(int val)
val
- int-value