public class ValueSettingImpl extends java.lang.Object implements ValueSetting
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
ref |
protected SimpleComponent |
refComponent |
protected java.lang.String |
value |
Constructor and Description |
---|
ValueSettingImpl() |
ValueSettingImpl(java.lang.String ref,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRef()
Gets the ref property
|
SimpleComponent |
getReferencedObject() |
java.lang.String |
getValue()
Gets the inline value
|
void |
setRef(java.lang.String ref)
Sets the ref property
|
void |
setReferencedObject(SimpleComponent refObj)
Sets the object being configured by this setting
|
void |
setValue(java.lang.String value)
Sets the inline value
|
protected java.lang.String ref
protected java.lang.String value
protected transient SimpleComponent refComponent
public ValueSettingImpl()
public ValueSettingImpl(java.lang.String ref, java.lang.String value)
public java.lang.String getRef()
getRef
in interface ConfigSetting<SimpleComponent>
public void setRef(java.lang.String ref)
setRef
in interface ConfigSetting<SimpleComponent>
public java.lang.String getValue()
getValue
in interface ValueSetting
public void setValue(java.lang.String value)
setValue
in interface ValueSetting
public SimpleComponent getReferencedObject()
getReferencedObject
in interface ConfigSetting<SimpleComponent>
public void setReferencedObject(SimpleComponent refObj)
ConfigSetting
setReferencedObject
in interface ConfigSetting<SimpleComponent>
refObj
- referenced object instance