org.openmuc.jsml.structures
Class SML_ProcParValue
java.lang.Object
org.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.Choice
org.openmuc.jsml.structures.SML_ProcParValue
public class SML_ProcParValue
- extends 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SML_ProcParValue
public SML_ProcParValue(int tag,
ASNObject choice)
SML_ProcParValue
public SML_ProcParValue()
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
Copyright © 2011. All Rights Reserved.