org.openmuc.jsml.structures
Class SML_ListEntry
java.lang.Object
org.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.ListOf
org.openmuc.jsml.structures.Sequence
org.openmuc.jsml.structures.SML_ListEntry
public class SML_ListEntry
- extends Sequence
Fields inherited from class org.openmuc.jsml.structures.ListOf |
seqArray |
Methods inherited from class org.openmuc.jsml.structures.Sequence |
decode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objName
protected OctetString objName
status
protected SML_Status status
valTime
protected SML_Time valTime
unit
protected SML_Unit unit
scaler
protected Integer8 scaler
value
protected SML_Value value
valueSignature
protected SML_Signature valueSignature
SML_ListEntry
public SML_ListEntry(OctetString objName,
SML_Status status,
SML_Time valTime,
SML_Unit unit,
Integer8 scaler,
SML_Value value,
SML_Signature valueSignature)
SML_ListEntry
public SML_ListEntry()
getObjName
public OctetString getObjName()
getStatus
public SML_Status getStatus()
getValTime
public SML_Time getValTime()
getUnit
public SML_Unit getUnit()
getScaler
public Integer8 getScaler()
getValue
public SML_Value getValue()
getValueSignature
public SML_Signature getValueSignature()
setOptionalAndSeq
public void setOptionalAndSeq()
createElements
protected void createElements()
- Specified by:
createElements
in class Sequence
print
public void print()
- Description copied from class:
ASNObject
- prints the content or type of the object to stdout
- Overrides:
print
in class Sequence