Package net.opengis.sensorml.v20
Interface ConstraintSetting
- All Superinterfaces:
 ConfigSetting<SimpleComponent>,Serializable
- All Known Implementing Classes:
 ConstraintSettingImpl
POJO class for XML type ValueSettingPropertyType(@http://www.opengis.net/sensorml/2.0).
- 
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets the constraint propertyvoidsetValue(DataConstraint constraint) Sets value as AllowedTimes constraintMethods inherited from interface net.opengis.sensorml.v20.ConfigSetting
getRef, getReferencedObject, setRef, setReferencedObject 
- 
Method Details
- 
getValue
DataConstraint getValue()Gets the constraint property - 
setValue
Sets value as AllowedTimes constraint 
 -