Class OptionGroupOptionSetting
- All Implemented Interfaces:
Serializable
,Cloneable
Option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates the acceptable values for the option group option.The DB engine specific parameter type for the option group option.The default value for the option group option.Boolean value where true indicates that this option group option can be changed from the default value.The description of the option group option.The name of the option group option.int
hashCode()
Boolean value where true indicates that this option group option can be changed from the default value.void
setAllowedValues
(String allowedValues) Indicates the acceptable values for the option group option.void
setApplyType
(String applyType) The DB engine specific parameter type for the option group option.void
setDefaultValue
(String defaultValue) The default value for the option group option.void
setIsModifiable
(Boolean isModifiable) Boolean value where true indicates that this option group option can be changed from the default value.void
setSettingDescription
(String settingDescription) The description of the option group option.void
setSettingName
(String settingName) The name of the option group option.toString()
Returns a string representation of this object; useful for testing and debugging.withAllowedValues
(String allowedValues) Indicates the acceptable values for the option group option.withApplyType
(String applyType) The DB engine specific parameter type for the option group option.withDefaultValue
(String defaultValue) The default value for the option group option.withIsModifiable
(Boolean isModifiable) Boolean value where true indicates that this option group option can be changed from the default value.withSettingDescription
(String settingDescription) The description of the option group option.withSettingName
(String settingName) The name of the option group option.
-
Constructor Details
-
OptionGroupOptionSetting
public OptionGroupOptionSetting()
-
-
Method Details
-
setSettingName
The name of the option group option.
- Parameters:
settingName
- The name of the option group option.
-
getSettingName
The name of the option group option.
- Returns:
- The name of the option group option.
-
withSettingName
The name of the option group option.
- Parameters:
settingName
- The name of the option group option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSettingDescription
The description of the option group option.
- Parameters:
settingDescription
- The description of the option group option.
-
getSettingDescription
The description of the option group option.
- Returns:
- The description of the option group option.
-
withSettingDescription
The description of the option group option.
- Parameters:
settingDescription
- The description of the option group option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDefaultValue
The default value for the option group option.
- Parameters:
defaultValue
- The default value for the option group option.
-
getDefaultValue
The default value for the option group option.
- Returns:
- The default value for the option group option.
-
withDefaultValue
The default value for the option group option.
- Parameters:
defaultValue
- The default value for the option group option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setApplyType
The DB engine specific parameter type for the option group option.
- Parameters:
applyType
- The DB engine specific parameter type for the option group option.
-
getApplyType
The DB engine specific parameter type for the option group option.
- Returns:
- The DB engine specific parameter type for the option group option.
-
withApplyType
The DB engine specific parameter type for the option group option.
- Parameters:
applyType
- The DB engine specific parameter type for the option group option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAllowedValues
Indicates the acceptable values for the option group option.
- Parameters:
allowedValues
- Indicates the acceptable values for the option group option.
-
getAllowedValues
Indicates the acceptable values for the option group option.
- Returns:
- Indicates the acceptable values for the option group option.
-
withAllowedValues
Indicates the acceptable values for the option group option.
- Parameters:
allowedValues
- Indicates the acceptable values for the option group option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIsModifiable
Boolean value where true indicates that this option group option can be changed from the default value.
- Parameters:
isModifiable
- Boolean value where true indicates that this option group option can be changed from the default value.
-
getIsModifiable
Boolean value where true indicates that this option group option can be changed from the default value.
- Returns:
- Boolean value where true indicates that this option group option can be changed from the default value.
-
withIsModifiable
Boolean value where true indicates that this option group option can be changed from the default value.
- Parameters:
isModifiable
- Boolean value where true indicates that this option group option can be changed from the default value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isModifiable
Boolean value where true indicates that this option group option can be changed from the default value.
- Returns:
- Boolean value where true indicates that this option group option can be changed from the default value.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-