Uses of Enum Class
com.iizix.device.DeviceParameter.State
Uses of DeviceParameter.State in com.iizix.device
Modifier and TypeMethodDescriptionfinal DeviceParameter.State
DeviceParameter.getState()
Gets the state of the device parameter.static DeviceParameter.State
Returns the enum constant of this class with the specified name.static DeviceParameter.State[]
DeviceParameter.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
DeviceParameter.setState
(DeviceParameter.State state) Assigns the state.final void
DeviceParameter.setValue
(String value, DeviceParameter.State state) Assigns the value and the state.ModifierConstructorDescriptionDeviceParameter
(String name, String value, boolean isSensitive, DeviceParameter.State state) Constructs a secured (or sensitive) parameter to retrieve, set or remove from the client depending on if thevalue
isnull
.