org.openmuc.jsml.structures
Class Choice
java.lang.Object
org.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.Choice
- Direct Known Subclasses:
- SML_ProcParValue, SML_Time
public abstract class Choice
- extends ASNObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tag
protected Unsigned8 tag
- tag defines the type of the choice object
choice
protected ASNObject choice
- data of the choice-object
Choice
public Choice()
code
public void code(DataOutputStream os)
throws IOException
- Description copied from class:
ASNObject
- encodes this object and writes it to the stream os.
- Specified by:
code
in class ASNObject
- Throws:
IOException
- if something went wrong while writing to the stream
print
public void print()
- General print method, which prints the classname of derived classes
- Specified by:
print
in class ASNObject
getChoice
public ASNObject getChoice()
getTag
public Unsigned8 getTag()
Copyright © 2011. All Rights Reserved.