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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EObject
getExpression()
Returns the value of the 'Expression' containment reference.FeatureMap
getExpressionGroup()
Returns the value of the 'Expression Group' attribute list.LowerBoundaryType
getLowerBoundary()
Returns the value of the 'Lower Boundary' containment reference.UpperBoundaryType
getUpperBoundary()
Returns the value of the 'Upper Boundary' containment reference.void
setLowerBoundary(LowerBoundaryType value)
Sets the value of the 'Lower Boundary
' containment reference.void
setUpperBoundary(UpperBoundaryType value)
Sets the value of the 'Upper Boundary
' containment reference.
-
-
-
Method Detail
-
getExpressionGroup
FeatureMap 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()
-
getExpression
EObject 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()
-
getLowerBoundary
LowerBoundaryType 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()
-
setLowerBoundary
void 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()
-
getUpperBoundary
UpperBoundaryType 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()
-
setUpperBoundary
void 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()
-
-