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

Packages that use SML_Unit
org.openmuc.jsml.structures   
 

Uses of SML_Unit in org.openmuc.jsml.structures
 

Fields in org.openmuc.jsml.structures declared as SML_Unit
protected  SML_Unit SML_ProfObjHeaderEntry.unit
           
protected  SML_Unit SML_ListEntry.unit
           
protected  SML_Unit SML_PeriodEntry.unit
           
protected  SML_Unit SML_TupelEntry.unit_mA
           
protected  SML_Unit SML_TupelEntry.unit_pA
           
protected  SML_Unit SML_TupelEntry.unit_R1
           
protected  SML_Unit SML_TupelEntry.unit_R2
           
protected  SML_Unit SML_TupelEntry.unit_R3
           
protected  SML_Unit SML_TupelEntry.unit_R4
           
 

Methods in org.openmuc.jsml.structures that return SML_Unit
 SML_Unit SML_TupelEntry.getUnit_mA()
           
 SML_Unit SML_TupelEntry.getUnit_pA()
           
 SML_Unit SML_TupelEntry.getUnit_R1()
           
 SML_Unit SML_TupelEntry.getUnit_R2()
           
 SML_Unit SML_TupelEntry.getUnit_R3()
           
 SML_Unit SML_TupelEntry.getUnit_R4()
           
 SML_Unit SML_ProfObjHeaderEntry.getUnit()
           
 SML_Unit SML_ListEntry.getUnit()
           
 SML_Unit SML_PeriodEntry.getUnit()
           
 

Methods in org.openmuc.jsml.structures with parameters of type SML_Unit
 void SML_ProfObjHeaderEntry.setUnit(SML_Unit unit)
           
 void SML_PeriodEntry.setUnit(SML_Unit unit)
           
 

Constructors in org.openmuc.jsml.structures with parameters of type SML_Unit
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_ProfObjHeaderEntry(OctetString objName, SML_Unit unit, Integer8 scaler)
           
SML_TupelEntry(OctetString serverId, SML_Time secIndex, Unsigned64 status, SML_Unit unitPA, Integer8 scalerPA, Integer64 valuePA, SML_Unit unitR1, Integer8 scalerR1, Integer64 valueR1, SML_Unit unitR4, Integer8 scalerR4, Integer64 valueR4, OctetString signaturePAR1R4, SML_Unit unitMA, Integer8 scalerMA, Integer64 valueMA, SML_Unit unitR2, Integer8 scalerR2, Integer64 valueR2, SML_Unit unitR3, Integer8 scalerR3, Integer64 valueR3, OctetString signatureMAR2R3)
           
 



Copyright © 2011. All Rights Reserved.