org.openmuc.jsml.structures
Class SML_Value

java.lang.Object
  extended by org.openmuc.jsml.structures.ASNObject
      extended by org.openmuc.jsml.structures.ImplicitChoice
          extended by org.openmuc.jsml.structures.SML_Value

public class SML_Value
extends ImplicitChoice


Field Summary
static int BOOLEAN
           
static int INTEGER16
           
static int INTEGER32
           
static int INTEGER64
           
static int INTEGER8
           
static int OCTETSTRING
           
static int UNSIGNED16
           
static int UNSIGNED32
           
static int UNSIGNED64
           
static int UNSIGNED8
           
 
Fields inherited from class org.openmuc.jsml.structures.ImplicitChoice
choice, Integer, OctetString, SML_Boolean, TL_Field, Unsigned
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_Value()
           
SML_Value(ASNObject choice)
           
 
Method Summary
 void setValue(ASNObject choice)
           
 
Methods inherited from class org.openmuc.jsml.structures.ImplicitChoice
code, decode, getChoice, print
 
Methods inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected, setOptional, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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()
Method Detail

setValue

public void setValue(ASNObject choice)