org.openmuc.openiec61850
public static enum BdaDoubleBitPos.DoubleBitPos extends java.lang.Enum<BdaDoubleBitPos.DoubleBitPos>
Enum Constant and Description |
---|
BAD_STATE |
INTERMEDIATE_STATE |
OFF |
ON |
Modifier and Type | Method and Description |
---|---|
int |
getIntValue() |
static BdaDoubleBitPos.DoubleBitPos |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BdaDoubleBitPos.DoubleBitPos[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BdaDoubleBitPos.DoubleBitPos INTERMEDIATE_STATE
public static final BdaDoubleBitPos.DoubleBitPos OFF
public static final BdaDoubleBitPos.DoubleBitPos ON
public static final BdaDoubleBitPos.DoubleBitPos BAD_STATE
public static BdaDoubleBitPos.DoubleBitPos[] values()
for (BdaDoubleBitPos.DoubleBitPos c : BdaDoubleBitPos.DoubleBitPos.values()) System.out.println(c);
public static BdaDoubleBitPos.DoubleBitPos 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 int getIntValue()