Package net.opengis.sensorml.v20
Interface ConfigSetting<RefType>
- Type Parameters:
RefType
- Type of referenced object
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ArraySetting
,ConstraintSetting
,ModeSetting
,StatusSetting
,ValueSetting
- All Known Implementing Classes:
ArraySettingImpl
,ConstraintSettingImpl
,ModeSettingImpl
,StatusSettingImpl
,ValueSettingImpl
Base interface for all types of configuration settings
- Since:
- Feb 28, 2015
-
Method Summary
Modifier and TypeMethodDescriptiongetRef()
void
Sets the ref propertyvoid
setReferencedObject
(RefType refObj) Sets the object being configured by this setting
-
Method Details