Package uk.ac.starlink.util
Class BeanConfig.Setting
java.lang.Object
uk.ac.starlink.util.BeanConfig.Setting
- Enclosing class:
- BeanConfig
Represents an object configuration operation.
-
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
Constructor.- Parameters:
propName
- property namepropValue
- property value text representation
-
-
Method Details
-
getPropertyName
Returns the property name.- Returns:
- property name
-
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
-