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