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 SummaryModifier 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
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:
 
- 
getExpressionEList<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:
 
- 
getMatchActionMatchActionType 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:
 
- 
setMatchActionSets the value of the 'Match Action' attribute.- Parameters:
- value- the new value of the 'Match Action' attribute.
- See Also:
 
- 
unsetMatchActionvoid unsetMatchAction()Unsets the value of the 'Match Action' attribute.
- 
isSetMatchActionboolean 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:
 
- 
isMatchCaseboolean 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:
 
- 
setMatchCasevoid setMatchCase(boolean value) Sets the value of the 'Match Case' attribute.- Parameters:
- value- the new value of the 'Match Case' attribute.
- See Also:
 
- 
unsetMatchCasevoid unsetMatchCase()Unsets the value of the 'Match Case' attribute.
- 
isSetMatchCaseboolean 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:
 
 
-