org.openmuc.jsml.structures
public abstract class ImplicitChoice extends ASNObject
Modifier and Type | Field and Description |
---|---|
protected ASNObject |
choice |
static int |
Integer |
static int |
OctetString |
static int |
SML_Boolean |
static int |
TL_Field |
static int |
Unsigned |
isOptional, isSelected
Constructor and Description |
---|
ImplicitChoice() |
Modifier and Type | Method and Description |
---|---|
void |
code(java.io.DataOutputStream os)
encodes this object and writes it to the stream os.
|
boolean |
decode(java.io.DataInputStream is)
decodes the data from the InputStream and writes it to an object
|
ASNObject |
getChoice() |
void |
print()
General print method, which prints the classname of derived classes and the print method of choice
|
isOptional, isSelected, setOptional, setSelected
public static final int OctetString
public static final int SML_Boolean
public static final int Integer
public static final int Unsigned
public static final int TL_Field
protected ASNObject choice
public void code(java.io.DataOutputStream os) throws java.io.IOException
ASNObject
public boolean decode(java.io.DataInputStream is) throws java.io.IOException
ASNObject
public ASNObject getChoice()