|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<paramMC>
jcfunc.parameters.paramMC
public enum paramMC
Enum paramMC
contains returned values for control function CF.MC.
Enum Constant Summary | |
---|---|
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 |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
java.lang.NullPointerException
- if the argument is nullpublic static int getIntValue(paramMC val)
val
- enum-value
public static paramMC getEnumValue(int val)
val
- int-value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |