|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.Choice
org.openmuc.jsml.structures.SML_Time
public class SML_Time
Field Summary | |
---|---|
static int |
SECINDEX
|
static int |
TIMESTAMP
|
Fields inherited from class org.openmuc.jsml.structures.Choice |
---|
choice, tag |
Fields inherited from class org.openmuc.jsml.structures.ASNObject |
---|
isOptional, isSelected |
Constructor Summary | |
---|---|
SML_Time()
|
|
SML_Time(int tag,
ASNObject choice)
|
Method Summary | |
---|---|
boolean |
decode(java.io.DataInputStream is)
decodes the data from the InputStream and writes it to an object |
void |
setTime(int tag,
ASNObject choice)
|
Methods inherited from class org.openmuc.jsml.structures.Choice |
---|
code, getChoice, getTag, print |
Methods inherited from class org.openmuc.jsml.structures.ASNObject |
---|
isOptional, isSelected, setOptional, setSelected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SECINDEX
public static final int TIMESTAMP
Constructor Detail |
---|
public SML_Time(int tag, ASNObject choice)
public SML_Time()
Method Detail |
---|
public void setTime(int tag, ASNObject choice)
public boolean decode(java.io.DataInputStream is) throws java.io.IOException
ASNObject
decode
in class ASNObject
java.io.IOException
- if something went wrong while reading from the stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |