org.openmuc.jsml.structures
Class SML_Value
java.lang.Object
org.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.ImplicitChoice
org.openmuc.jsml.structures.SML_Value
public class SML_Value
- extends ImplicitChoice
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
OCTETSTRING
public static final int OCTETSTRING
- See Also:
- Constant Field Values
INTEGER8
public static final int INTEGER8
- See Also:
- Constant Field Values
INTEGER16
public static final int INTEGER16
- See Also:
- Constant Field Values
INTEGER32
public static final int INTEGER32
- See Also:
- Constant Field Values
INTEGER64
public static final int INTEGER64
- See Also:
- Constant Field Values
UNSIGNED8
public static final int UNSIGNED8
- See Also:
- Constant Field Values
UNSIGNED16
public static final int UNSIGNED16
- See Also:
- Constant Field Values
UNSIGNED32
public static final int UNSIGNED32
- See Also:
- Constant Field Values
UNSIGNED64
public static final int UNSIGNED64
- See Also:
- Constant Field Values
SML_Value
public SML_Value(ASNObject choice)
- Parameters:
choice
- possible values: Boolean, OctetString,
Integer{8,16,32,64}, Unsigned{8-64}
SML_Value
public SML_Value()
setValue
public void setValue(ASNObject choice)