Specifies the configuration type.
Attribute type: - "Byte"
- Specifies that the configuration value is an instance of the Byte class.
- "Boolean"
- Specifies that the configuration value is an instance of the Boolean class.
- "Double"
- Specifies that the configuration value is an instance of the Double class.
- "Float"
- Specifies that the configuration value is an instance of the Float class.
- "Integer"
- Specifies that the configuration value is an instance of the Integer class.
- "Long"
- Specifies that the configuration value is an instance of the Long class.
- "Short"
- Specifies that the configuration value is an instance of the Short class.
- "String"
- Specifies that the configuration value is a string.