Package net.opengis.fes20
Interface BinaryComparisonOpType
-
- All Superinterfaces:
ComparisonOpsType
,EObject
,Notifier
- All Known Implementing Classes:
BinaryComparisonOpTypeImpl
public interface BinaryComparisonOpType extends ComparisonOpsType
A representation of the model object 'Binary Comparison Op Type'.The following features are supported:
- See Also:
Fes20Package.getBinaryComparisonOpType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EObject>
getExpression()
Returns the value of the 'Expression' containment reference list.FeatureMap
getExpressionGroup()
Returns the value of the 'Expression Group' attribute list.MatchActionType
getMatchAction()
Returns the value of the 'Match Action' attribute.boolean
isMatchCase()
Returns the value of the 'Match Case' attribute.boolean
isSetMatchAction()
Returns whether the value of the 'Match Action
' attribute is set.boolean
isSetMatchCase()
Returns whether the value of the 'Match Case
' attribute is set.void
setMatchAction(MatchActionType value)
Sets the value of the 'Match Action
' attribute.void
setMatchCase(boolean value)
Sets the value of the 'Match Case
' attribute.void
unsetMatchAction()
Unsets the value of the 'Match Action
' attribute.void
unsetMatchCase()
Unsets the value of the 'Match Case
' attribute.
-
-
-
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.getBinaryComparisonOpType_ExpressionGroup()
-
getExpression
EList<EObject> getExpression()
Returns the value of the 'Expression' containment reference list. The list contents are of typeEObject
.If the meaning of the 'Expression' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Expression' containment reference list.
- See Also:
Fes20Package.getBinaryComparisonOpType_Expression()
-
getMatchAction
MatchActionType getMatchAction()
Returns the value of the 'Match Action' attribute. The default value is"Any"
. The literals are from the enumerationMatchActionType
.If the meaning of the 'Match Action' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Match Action' attribute.
- See Also:
MatchActionType
,isSetMatchAction()
,unsetMatchAction()
,setMatchAction(MatchActionType)
,Fes20Package.getBinaryComparisonOpType_MatchAction()
-
setMatchAction
void setMatchAction(MatchActionType value)
Sets the value of the 'Match Action
' attribute.- Parameters:
value
- the new value of the 'Match Action' attribute.- See Also:
MatchActionType
,isSetMatchAction()
,unsetMatchAction()
,getMatchAction()
-
unsetMatchAction
void unsetMatchAction()
Unsets the value of the 'Match Action
' attribute.
-
isSetMatchAction
boolean isSetMatchAction()
Returns whether the value of the 'Match Action
' attribute is set.- Returns:
- whether the value of the 'Match Action' attribute is set.
- See Also:
unsetMatchAction()
,getMatchAction()
,setMatchAction(MatchActionType)
-
isMatchCase
boolean isMatchCase()
Returns the value of the 'Match Case' attribute. The default value is"true"
.If the meaning of the 'Match Case' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Match Case' attribute.
- See Also:
isSetMatchCase()
,unsetMatchCase()
,setMatchCase(boolean)
,Fes20Package.getBinaryComparisonOpType_MatchCase()
-
setMatchCase
void setMatchCase(boolean value)
Sets the value of the 'Match Case
' attribute.- Parameters:
value
- the new value of the 'Match Case' attribute.- See Also:
isSetMatchCase()
,unsetMatchCase()
,isMatchCase()
-
unsetMatchCase
void unsetMatchCase()
Unsets the value of the 'Match Case
' attribute.- See Also:
isSetMatchCase()
,isMatchCase()
,setMatchCase(boolean)
-
isSetMatchCase
boolean isSetMatchCase()
Returns whether the value of the 'Match Case
' attribute is set.- Returns:
- whether the value of the 'Match Case' attribute is set.
- See Also:
unsetMatchCase()
,isMatchCase()
,setMatchCase(boolean)
-
-