Uses of Class
org.somda.sdc.biceps.model.participant.PhysicalConnectorInfo
-
Packages that use PhysicalConnectorInfo Package Description org.somda.sdc.biceps.model.participant -
-
Uses of PhysicalConnectorInfo in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as PhysicalConnectorInfo Modifier and Type Field Description protected PhysicalConnectorInfoAbstractDeviceComponentState. physicalConnectorprotected PhysicalConnectorInfoAbstractMetricState. physicalConnectorMethods in org.somda.sdc.biceps.model.participant that return PhysicalConnectorInfo Modifier and Type Method Description PhysicalConnectorInfoObjectFactory. createPhysicalConnectorInfo()Create an instance ofPhysicalConnectorInfoPhysicalConnectorInfoAbstractDeviceComponentState. getPhysicalConnector()Gets the value of the physicalConnector property.PhysicalConnectorInfoAbstractMetricState. getPhysicalConnector()Gets the value of the physicalConnector property.Methods in org.somda.sdc.biceps.model.participant with parameters of type PhysicalConnectorInfo Modifier and Type Method Description voidAbstractDeviceComponentState. setPhysicalConnector(PhysicalConnectorInfo value)Sets the value of the physicalConnector property.voidAbstractMetricState. setPhysicalConnector(PhysicalConnectorInfo value)Sets the value of the physicalConnector property.
-