Package net.opengis.fes20
Interface ScalarCapabilitiesType
- All Superinterfaces:
EObject
,Notifier
,ScalarCapabilities
- All Known Implementing Classes:
ScalarCapabilitiesTypeImpl
A representation of the model object 'Scalar Capabilities Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Comparison Operators' containment reference.Returns the value of the 'Logical Operators' containment reference.void
Sets the value of the 'Comparison Operators
' containment reference.void
Sets the value of the 'Logical Operators
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface ScalarCapabilities
getArithmeticOperators, hasLogicalOperators
-
Method Details
-
getLogicalOperators
LogicalOperatorsType getLogicalOperators()Returns the value of the 'Logical Operators' containment reference.If the meaning of the 'Logical Operators' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Logical Operators' containment reference.
- See Also:
-
setLogicalOperators
Sets the value of the 'Logical Operators
' containment reference.- Parameters:
value
- the new value of the 'Logical Operators' containment reference.- See Also:
-
getComparisonOperators
ComparisonOperatorsType getComparisonOperators()Returns the value of the 'Comparison Operators' containment reference.If the meaning of the 'Comparison Operators' containment reference isn't clear, there really should be more of a description here...
- Specified by:
getComparisonOperators
in interfaceScalarCapabilities
- Returns:
- the value of the 'Comparison Operators' containment reference.
- See Also:
-
setComparisonOperators
Sets the value of the 'Comparison Operators
' containment reference.- Parameters:
value
- the new value of the 'Comparison Operators' containment reference.- See Also:
-