Class BeanConfig.Setting

java.lang.Object
uk.ac.starlink.util.BeanConfig.Setting
Enclosing class:
BeanConfig

public static class BeanConfig.Setting extends Object
Represents an object configuration operation.
  • Constructor Details

    • Setting

      public Setting(String propName, String propValue)
      Constructor.
      Parameters:
      propName - property name
      propValue - property value text representation
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Returns the property name.
      Returns:
      property name
    • getPropertyValue

      public String getPropertyValue()
      Returns the text representation of the property value.
      Returns:
      property value text representation
    • getMutatorName

      public String getMutatorName()
      Returns the name of the instance mutator method corresponding to this setting's property.
      Returns:
      set* method name
    • toString

      public String toString()
      Overrides:
      toString in class Object