Uses of Enum Class
com.iizix.device.DeviceParameter.State
Packages that use DeviceParameter.State
Uses of DeviceParameter.State in com.iizix.device
Methods in com.iizix.device that return DeviceParameter.StateModifier 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.Methods in com.iizix.device with parameters of type DeviceParameter.StateModifier 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.Constructors in com.iizix.device with parameters of type DeviceParameter.StateModifierConstructorDescriptionDeviceParameter
(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
.