org.openmuc.jsml.structures
Class SML_ProcParValue

java.lang.Object
  extended by org.openmuc.jsml.structures.ASNObject
      extended by org.openmuc.jsml.structures.Choice
          extended by org.openmuc.jsml.structures.SML_ProcParValue

public class SML_ProcParValue
extends Choice


Field Summary
static int SMLPERIODENTRY
           
static int SMLTIME
           
static int SMLTUPELENTRY
           
static int SMLVALUE
           
 
Fields inherited from class org.openmuc.jsml.structures.Choice
choice, tag
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_ProcParValue()
           
SML_ProcParValue(int tag, ASNObject choice)
           
 
Method Summary
 boolean decode(java.io.DataInputStream is)
          decodes the data from the InputStream and writes it to an object
 
Methods inherited from class org.openmuc.jsml.structures.Choice
code, getChoice, getTag, 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

SMLVALUE

public static final int SMLVALUE
See Also:
Constant Field Values

SMLPERIODENTRY

public static final int SMLPERIODENTRY
See Also:
Constant Field Values

SMLTUPELENTRY

public static final int SMLTUPELENTRY
See Also:
Constant Field Values

SMLTIME

public static final int SMLTIME
See Also:
Constant Field Values
Constructor Detail

SML_ProcParValue

public SML_ProcParValue(int tag,
                        ASNObject choice)

SML_ProcParValue

public SML_ProcParValue()
Method Detail

decode

public boolean decode(java.io.DataInputStream is)
               throws java.io.IOException
Description copied from class: ASNObject
decodes the data from the InputStream and writes it to an object

Specified by:
decode in class ASNObject
Returns:
true if successfully decoded
Throws:
java.io.IOException - if something went wrong while reading from the stream