org.openmuc.jsml.structures
public class SML_ProcParValue extends Choice
Modifier and Type | Field and Description |
---|---|
static int |
SMLPERIODENTRY |
static int |
SMLTIME |
static int |
SMLTUPELENTRY |
static int |
SMLVALUE |
isOptional, isSelected
Constructor and Description |
---|
SML_ProcParValue() |
SML_ProcParValue(int tag,
ASNObject choice) |
Modifier and Type | Method and Description |
---|---|
boolean |
decode(java.io.DataInputStream is)
decodes the data from the InputStream and writes it to an object
|
isOptional, isSelected, setOptional, setSelected
public static final int SMLVALUE
public static final int SMLPERIODENTRY
public static final int SMLTUPELENTRY
public static final int SMLTIME
public SML_ProcParValue(int tag, ASNObject choice)
public SML_ProcParValue()
public boolean decode(java.io.DataInputStream is) throws java.io.IOException
ASNObject