Uses of Class
org.somda.sdc.biceps.model.participant.OperatingMode
-
Packages that use OperatingMode Package Description org.somda.sdc.biceps.model.participant -
-
Uses of OperatingMode in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as OperatingMode Modifier and Type Field Description protected OperatingModeAbstractOperationState. operatingModeprotected OperatingModeScoState.OperationGroup. operatingModeMethods in org.somda.sdc.biceps.model.participant that return OperatingMode Modifier and Type Method Description static OperatingModeOperatingMode. fromValue(String v)OperatingModeAbstractOperationState. getOperatingMode()Gets the value of the operatingMode property.OperatingModeScoState.OperationGroup. getOperatingMode()Gets the value of the operatingMode property.static OperatingModeOperatingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatingMode[]OperatingMode. 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 OperatingMode Modifier and Type Method Description voidAbstractOperationState. setOperatingMode(OperatingMode value)Sets the value of the operatingMode property.voidScoState.OperationGroup. setOperatingMode(OperatingMode value)Sets the value of the operatingMode property.
-