Uses of Class
org.somda.sdc.biceps.model.participant.AbstractDeviceComponentState
-
Packages that use AbstractDeviceComponentState Package Description org.somda.sdc.biceps.model.message org.somda.sdc.biceps.model.participant -
-
Uses of AbstractDeviceComponentState in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message with type parameters of type AbstractDeviceComponentState Modifier and Type Field Description protected List<AbstractDeviceComponentState>AbstractComponentReport.ReportPart. componentStateprotected List<AbstractDeviceComponentState>SetComponentState. proposedComponentStateMethods in org.somda.sdc.biceps.model.message that return types with arguments of type AbstractDeviceComponentState Modifier and Type Method Description List<AbstractDeviceComponentState>AbstractComponentReport.ReportPart. getComponentState()Gets the value of the componentState property.List<AbstractDeviceComponentState>SetComponentState. getProposedComponentState()Gets the value of the proposedComponentState property.Method parameters in org.somda.sdc.biceps.model.message with type arguments of type AbstractDeviceComponentState Modifier and Type Method Description voidAbstractComponentReport.ReportPart. setComponentState(List<AbstractDeviceComponentState> value)voidSetComponentState. setProposedComponentState(List<AbstractDeviceComponentState> value) -
Uses of AbstractDeviceComponentState in org.somda.sdc.biceps.model.participant
Subclasses of AbstractDeviceComponentState in org.somda.sdc.biceps.model.participant Modifier and Type Class Description classAbstractComplexDeviceComponentStateAbstractComplexDeviceComponentState acts as a base class for DEVICE COMPONENT states that have alerting and SCO capabilities.classBatteryStateState of a battery of an MDS.classChannelStateThe state of a CHANNEL.classClockStateState of a clock of an MDS.classMdsStateDefinition of the state of an pm:MdsDescriptor.classScoStateCorresponding state of pm:ScoDescriptor.classSystemContextStateCorresponding state of pm:SystemContextDescriptor.classVmdStateThe state of a VMD.Methods in org.somda.sdc.biceps.model.participant that return AbstractDeviceComponentState Modifier and Type Method Description AbstractDeviceComponentStateObjectFactory. createAbstractDeviceComponentState()Create an instance ofAbstractDeviceComponentState
-