Uses of Class
org.somda.sdc.biceps.model.participant.ComponentActivation
-
Packages that use ComponentActivation Package Description org.somda.sdc.biceps.model.participant -
-
Uses of ComponentActivation in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as ComponentActivation Modifier and Type Field Description protected ComponentActivationAbstractDeviceComponentState. activationStateprotected ComponentActivationAbstractMetricState. activationStateMethods in org.somda.sdc.biceps.model.participant that return ComponentActivation Modifier and Type Method Description static ComponentActivationComponentActivation. fromValue(String v)ComponentActivationAbstractDeviceComponentState. getActivationState()Gets the value of the activationState property.ComponentActivationAbstractMetricState. getActivationState()Gets the value of the activationState property.static ComponentActivationComponentActivation. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentActivation[]ComponentActivation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.participant with parameters of type ComponentActivation Modifier and Type Method Description voidAbstractDeviceComponentState. setActivationState(ComponentActivation value)Sets the value of the activationState property.voidAbstractMetricState. setActivationState(ComponentActivation value)Sets the value of the activationState property.
-