Package net.opengis.fes20
Interface PropertyIsBetweenType
- 
- All Superinterfaces:
- ComparisonOpsType,- EObject,- Notifier
 - All Known Implementing Classes:
- PropertyIsBetweenTypeImpl
 
 public interface PropertyIsBetweenType extends ComparisonOpsType A representation of the model object 'Property Is Between Type'.The following features are supported: - See Also:
- Fes20Package.getPropertyIsBetweenType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EObjectgetExpression()Returns the value of the 'Expression' containment reference.FeatureMapgetExpressionGroup()Returns the value of the 'Expression Group' attribute list.LowerBoundaryTypegetLowerBoundary()Returns the value of the 'Lower Boundary' containment reference.UpperBoundaryTypegetUpperBoundary()Returns the value of the 'Upper Boundary' containment reference.voidsetLowerBoundary(LowerBoundaryType value)Sets the value of the 'Lower Boundary' containment reference.voidsetUpperBoundary(UpperBoundaryType value)Sets the value of the 'Upper Boundary' containment reference.
 
- 
- 
- 
Method Detail- 
getExpressionGroupFeatureMap getExpressionGroup() Returns the value of the 'Expression Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Expression Group' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Expression Group' attribute list.
- See Also:
- Fes20Package.getPropertyIsBetweenType_ExpressionGroup()
 
 - 
getExpressionEObject getExpression() Returns the value of the 'Expression' containment reference.If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Expression' containment reference.
- See Also:
- Fes20Package.getPropertyIsBetweenType_Expression()
 
 - 
getLowerBoundaryLowerBoundaryType getLowerBoundary() Returns the value of the 'Lower Boundary' containment reference.If the meaning of the 'Lower Boundary' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Lower Boundary' containment reference.
- See Also:
- setLowerBoundary(LowerBoundaryType),- Fes20Package.getPropertyIsBetweenType_LowerBoundary()
 
 - 
setLowerBoundaryvoid setLowerBoundary(LowerBoundaryType value) Sets the value of the 'Lower Boundary' containment reference.- Parameters:
- value- the new value of the 'Lower Boundary' containment reference.
- See Also:
- getLowerBoundary()
 
 - 
getUpperBoundaryUpperBoundaryType getUpperBoundary() Returns the value of the 'Upper Boundary' containment reference.If the meaning of the 'Upper Boundary' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Upper Boundary' containment reference.
- See Also:
- setUpperBoundary(UpperBoundaryType),- Fes20Package.getPropertyIsBetweenType_UpperBoundary()
 
 - 
setUpperBoundaryvoid setUpperBoundary(UpperBoundaryType value) Sets the value of the 'Upper Boundary' containment reference.- Parameters:
- value- the new value of the 'Upper Boundary' containment reference.
- See Also:
- getUpperBoundary()
 
 
- 
 
-