public class ConstraintSettingImpl extends Object implements ConstraintSetting
| Constructor and Description |
|---|
ConstraintSettingImpl() |
ConstraintSettingImpl(String ref,
net.opengis.swe.v20.DataConstraint value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRef()
Gets the ref property
|
net.opengis.swe.v20.SimpleComponent |
getReferencedObject() |
net.opengis.swe.v20.DataConstraint |
getValue()
Gets the constraint 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 |
setValueAsAllowedTimes(net.opengis.swe.v20.AllowedTimes constraint)
Adds a new setConstraintAsAllowedTimes property
|
void |
setValueAsAllowedTokens(net.opengis.swe.v20.AllowedTokens constraint)
Adds a new setConstraintAsAllowedTokens property
|
void |
setValueAsAllowedValues(net.opengis.swe.v20.AllowedValues constraint)
Adds a new setConstraintAsAllowedValues property
|
public ConstraintSettingImpl()
public ConstraintSettingImpl(String ref, net.opengis.swe.v20.DataConstraint 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 net.opengis.swe.v20.DataConstraint getValue()
getValue in interface ConstraintSettingpublic void setValueAsAllowedTimes(net.opengis.swe.v20.AllowedTimes constraint)
setValueAsAllowedTimes in interface ConstraintSettingpublic void setValueAsAllowedTokens(net.opengis.swe.v20.AllowedTokens constraint)
setValueAsAllowedTokens in interface ConstraintSettingpublic void setValueAsAllowedValues(net.opengis.swe.v20.AllowedValues constraint)
setValueAsAllowedValues in interface ConstraintSettingpublic 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.