public class ValueSettingImpl extends Object implements ValueSetting
| Constructor and Description |
|---|
ValueSettingImpl() |
ValueSettingImpl(String ref,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRef()
Gets the ref property
|
net.opengis.swe.v20.SimpleComponent |
getReferencedObject() |
String |
getValue()
Gets the inline value
|
void |
setRef(String ref)
Sets the ref property
|
void |
setReferencedObject(net.opengis.swe.v20.SimpleComponent refObj)
Sets the object being configured by this setting
|
void |
setValue(String value)
Sets the inline value
|
public String getRef()
getRef in interface ConfigSetting<net.opengis.swe.v20.SimpleComponent>public void setRef(String ref)
setRef in interface ConfigSetting<net.opengis.swe.v20.SimpleComponent>public String getValue()
getValue in interface ValueSettingpublic void setValue(String value)
setValue in interface ValueSettingpublic net.opengis.swe.v20.SimpleComponent getReferencedObject()
getReferencedObject in interface ConfigSetting<net.opengis.swe.v20.SimpleComponent>public void setReferencedObject(net.opengis.swe.v20.SimpleComponent refObj)
ConfigSettingsetReferencedObject in interface ConfigSetting<net.opengis.swe.v20.SimpleComponent>refObj - referenced object instanceCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.