public class SmlValue extends ImplicitChoice
Modifier and Type | Field and Description |
---|---|
static int |
BOOLEAN |
static int |
INTEGER16 |
static int |
INTEGER32 |
static int |
INTEGER64 |
static int |
INTEGER8 |
static int |
OCTETSTRING |
static int |
UNSIGNED16 |
static int |
UNSIGNED32 |
static int |
UNSIGNED64 |
static int |
UNSIGNED8 |
INTEGER, SML_BOOLEAN, SML_LIST_TYPE, TL_FIELD, UNSIGNED
Modifier and Type | Method and Description |
---|---|
void |
setValue(ASNObject choice) |
java.lang.String |
toString() |
decode, encode, getChoice, getDatatype, setChoice
isOptional, isSelected, setOptional, setSelected, setSelected
public static final int BOOLEAN
public static final int OCTETSTRING
public static final int INTEGER8
public static final int INTEGER16
public static final int INTEGER32
public static final int INTEGER64
public static final int UNSIGNED8
public static final int UNSIGNED16
public static final int UNSIGNED32
public static final int UNSIGNED64
public SmlValue()
public SmlValue(ASNObject choice)
choice
- possible values: Boolean, OctetString, Integer{8,16,32,64}, Unsigned{8-64}public void setValue(ASNObject choice)
public java.lang.String toString()
toString
in class java.lang.Object