Package uk.ac.starlink.util
Class BeanConfig.Setting
- java.lang.Object
-
- uk.ac.starlink.util.BeanConfig.Setting
-
- Enclosing class:
- BeanConfig
public static class BeanConfig.Setting extends java.lang.ObjectRepresents an object configuration operation.
-
-
Constructor Summary
Constructors Constructor Description Setting(java.lang.String propName, java.lang.String propValue)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMutatorName()Returns the name of the instance mutator method corresponding to this setting's property.java.lang.StringgetPropertyName()Returns the property name.java.lang.StringgetPropertyValue()Returns the text representation of the property value.java.lang.StringtoString()
-
-
-
Method Detail
-
getPropertyName
public java.lang.String getPropertyName()
Returns the property name.- Returns:
- property name
-
getPropertyValue
public java.lang.String getPropertyValue()
Returns the text representation of the property value.- Returns:
- property value text representation
-
getMutatorName
public java.lang.String getMutatorName()
Returns the name of the instance mutator method corresponding to this setting's property.- Returns:
- set* method name
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-