Uses of Class
com.iizix.gyro.DeviceParameter.State
Packages that use DeviceParameter.State Package Description com.iizix.gyro Uses of DeviceParameter.State in com.iizix.gyro
Methods in com.iizix.gyro that return DeviceParameter.State Modifier and Type Method Description DeviceParameter.State
DeviceParameter. getState()
Gets the state of the device parameter.static DeviceParameter.State
DeviceParameter.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DeviceParameter.State[]
DeviceParameter.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.gyro with parameters of type DeviceParameter.State Modifier and Type Method Description void
DeviceParameter. setValue(java.lang.String value, DeviceParameter.State state)
Assigns the value and the state.Constructors in com.iizix.gyro with parameters of type DeviceParameter.State Constructor Description DeviceParameter(java.lang.String name, java.lang.String value, boolean isSensitive, DeviceParameter.State state)
Constructs a secured (or sensitive) parameter to set or remove on the client side.