Holds metadata associated with a setting and properties associated with a setting. More...
Public Member Functions | |
| String | toString () |
| String | ToString () |
Public Attributes | |
| BigDecimal | Increment |
| BigDecimal | Maximum |
| BigDecimal | Minimum |
| List< String > | Options |
| For "Enum" type only. List of valid values. | |
| String | Permission |
| String | Type |
| String | Value |
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.