public static class BeanConfig.Setting
extends java.lang.Object
Constructor and Description |
---|
Setting(java.lang.String propName,
java.lang.String propValue)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMutatorName()
Returns the name of the instance mutator method corresponding
to this setting's property.
|
java.lang.String |
getPropertyName()
Returns the property name.
|
java.lang.String |
getPropertyValue()
Returns the text representation of the property value.
|
java.lang.String |
toString() |
public Setting(java.lang.String propName, java.lang.String propValue)
propName
- property namepropValue
- property value text representationpublic java.lang.String getPropertyName()
public java.lang.String getPropertyValue()
public java.lang.String getMutatorName()
public java.lang.String toString()
toString
in class java.lang.Object