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