Holds metadata associated with a setting and properties associated with a setting. More...
Public Member Functions | |
String | toString () |
String | ToString () |
Public Attributes | |
String | Type |
String | Permission |
String | Value |
BigDecimal | Minimum |
BigDecimal | Maximum |
BigDecimal | Increment |
List< String > | Options |
For "Enum" type only. List of valid values. More... | |
Holds metadata associated with a setting and properties associated with a setting.
Sometimes it's not enough to know the value of a setting and other information/metadata is needed about the setting.
For example, it would be helpful to know that a setting is read only to avoid trying to write and modify its value.
String com.UniPRT.Sdk.Json.Setting.toString | ( | ) |
Referenced by com.UniPRT.Sdk.Json.Setting.ToString().
String com.UniPRT.Sdk.Json.Setting.ToString | ( | ) |
References com.UniPRT.Sdk.Json.Setting.toString().
BigDecimal com.UniPRT.Sdk.Json.Setting.Increment |
BigDecimal com.UniPRT.Sdk.Json.Setting.Maximum |
BigDecimal com.UniPRT.Sdk.Json.Setting.Minimum |
List<String> com.UniPRT.Sdk.Json.Setting.Options |
For "Enum" type only. List of valid values.
String com.UniPRT.Sdk.Json.Setting.Permission |
String com.UniPRT.Sdk.Json.Setting.Type |
String com.UniPRT.Sdk.Json.Setting.Value |