Uses of Class
org.somda.sdc.biceps.model.participant.BatteryState.ChargeStatus
-
Packages that use BatteryState.ChargeStatus Package Description org.somda.sdc.biceps.model.participant -
-
Uses of BatteryState.ChargeStatus in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as BatteryState.ChargeStatus Modifier and Type Field Description protected BatteryState.ChargeStatusBatteryState. chargeStatusMethods in org.somda.sdc.biceps.model.participant that return BatteryState.ChargeStatus Modifier and Type Method Description static BatteryState.ChargeStatusBatteryState.ChargeStatus. fromValue(String v)BatteryState.ChargeStatusBatteryState. getChargeStatus()Gets the value of the chargeStatus property.static BatteryState.ChargeStatusBatteryState.ChargeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BatteryState.ChargeStatus[]BatteryState.ChargeStatus. 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 BatteryState.ChargeStatus Modifier and Type Method Description voidBatteryState. setChargeStatus(BatteryState.ChargeStatus value)Sets the value of the chargeStatus property.
-