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