Uses of Class
org.openmuc.jsml.structures.SML_Value

Packages that use SML_Value
org.openmuc.jsml.structures   
 

Uses of SML_Value in org.openmuc.jsml.structures
 

Fields in org.openmuc.jsml.structures declared as SML_Value
protected  SML_Value SML_ListEntry.value
           
protected  SML_Value SML_ValueEntry.value
           
protected  SML_Value SML_PeriodEntry.value
           
 

Methods in org.openmuc.jsml.structures that return SML_Value
 SML_Value SML_ListEntry.getValue()
           
 SML_Value SML_ValueEntry.getValue()
           
 SML_Value SML_PeriodEntry.getValue()
           
 

Methods in org.openmuc.jsml.structures with parameters of type SML_Value
 void SML_ValueEntry.setValue(SML_Value value)
           
 void SML_PeriodEntry.setValue(SML_Value value)
           
 

Constructors in org.openmuc.jsml.structures with parameters of type SML_Value
SML_ListEntry(OctetString objName, SML_Status status, SML_Time valTime, SML_Unit unit, Integer8 scaler, SML_Value value, SML_Signature valueSignature)
           
SML_PeriodEntry(OctetString objName, SML_Unit unit, Integer8 scaler, SML_Value value, SML_Signature valueSignature)
           
SML_ValueEntry(SML_Value value, SML_Signature valueSignature)
           
 



Copyright © 2011. All Rights Reserved.