Package net.opengis.fes20
Interface BinaryComparisonOpType
- All Superinterfaces:
ComparisonOpsType,EObject,Notifier
- All Known Implementing Classes:
BinaryComparisonOpTypeImpl
A representation of the model object 'Binary Comparison Op Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<EObject>Returns the value of the 'Expression' containment reference list.FeatureMapReturns the value of the 'Expression Group' attribute list.Returns the value of the 'Match Action' attribute.booleanReturns the value of the 'Match Case' attribute.booleanReturns whether the value of the 'Match Action' attribute is set.booleanReturns whether the value of the 'Match Case' attribute is set.voidsetMatchAction(MatchActionType value) Sets the value of the 'Match Action' attribute.voidsetMatchCase(boolean value) Sets the value of the 'Match Case' attribute.voidUnsets the value of the 'Match Action' attribute.voidUnsets the value of the 'Match Case' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-
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:
-
setMatchAction
Sets the value of the 'Match Action' attribute.- Parameters:
value- the new value of the 'Match Action' attribute.- See Also:
-
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:
-
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:
-
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:
-
unsetMatchCase
void unsetMatchCase()Unsets the value of the 'Match Case' attribute. -
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:
-