Class BeanConfig.Setting
java.lang.Object
uk.ac.starlink.util.BeanConfig.Setting
- Enclosing class:
BeanConfig
Represents an object configuration operation.
- Since:
- 11 Sep 2020
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the instance mutator method corresponding to this setting's property.Returns the property name.Returns the text representation of the property value.toString()
-
Constructor Details
-
Setting
-
-
Method Details
-
getPropertyName
-
getPropertyValue
Returns the text representation of the property value.- Returns:
- property value text representation
-
getMutatorName
Returns the name of the instance mutator method corresponding to this setting's property.- Returns:
- set* method name
-
toString
-