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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EObject>getExpression()Returns the value of the 'Expression' containment reference list.FeatureMapgetExpressionGroup()Returns the value of the 'Expression Group' attribute list.MatchActionTypegetMatchAction()Returns the value of the 'Match Action' attribute.booleanisMatchCase()Returns the value of the 'Match Case' attribute.booleanisSetMatchAction()Returns whether the value of the 'Match Action' attribute is set.booleanisSetMatchCase()Returns 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.voidunsetMatchAction()Unsets the value of the 'Match Action' attribute.voidunsetMatchCase()Unsets the value of the 'Match Case' attribute.
 
- 
- 
- 
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.getBinaryComparisonOpType_ExpressionGroup()
 
 - 
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:
- Fes20Package.getBinaryComparisonOpType_Expression()
 
 - 
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:
- MatchActionType,- isSetMatchAction(),- unsetMatchAction(),- setMatchAction(MatchActionType),- Fes20Package.getBinaryComparisonOpType_MatchAction()
 
 - 
setMatchActionvoid 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()
 
 - 
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:
- unsetMatchAction(),- getMatchAction(),- setMatchAction(MatchActionType)
 
 - 
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:
- isSetMatchCase(),- unsetMatchCase(),- setMatchCase(boolean),- Fes20Package.getBinaryComparisonOpType_MatchCase()
 
 - 
setMatchCasevoid 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()
 
 - 
unsetMatchCasevoid unsetMatchCase() Unsets the value of the 'Match Case' attribute.- See Also:
- isSetMatchCase(),- isMatchCase(),- setMatchCase(boolean)
 
 - 
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:
- unsetMatchCase(),- isMatchCase(),- setMatchCase(boolean)
 
 
- 
 
-