Package net.opengis.fes20
Interface ScalarCapabilitiesType
-
- All Superinterfaces:
EObject
,Notifier
,ScalarCapabilities
- All Known Implementing Classes:
ScalarCapabilitiesTypeImpl
public interface ScalarCapabilitiesType extends EObject, ScalarCapabilities
A representation of the model object 'Scalar Capabilities Type'.The following features are supported:
- See Also:
Fes20Package.getScalarCapabilitiesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComparisonOperatorsType
getComparisonOperators()
Returns the value of the 'Comparison Operators' containment reference.LogicalOperatorsType
getLogicalOperators()
Returns the value of the 'Logical Operators' containment reference.void
setComparisonOperators(ComparisonOperatorsType value)
Sets the value of the 'Comparison Operators
' containment reference.void
setLogicalOperators(LogicalOperatorsType value)
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 ScalarCapabilities
getArithmeticOperators, hasLogicalOperators
-
-
-
-
Method Detail
-
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(LogicalOperatorsType)
,Fes20Package.getScalarCapabilitiesType_LogicalOperators()
-
setLogicalOperators
void setLogicalOperators(LogicalOperatorsType value)
Sets the value of the 'Logical Operators
' containment reference.- Parameters:
value
- the new value of the 'Logical Operators' containment reference.- See Also:
getLogicalOperators()
-
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(ComparisonOperatorsType)
,Fes20Package.getScalarCapabilitiesType_ComparisonOperators()
-
setComparisonOperators
void setComparisonOperators(ComparisonOperatorsType value)
Sets the value of the 'Comparison Operators
' containment reference.- Parameters:
value
- the new value of the 'Comparison Operators' containment reference.- See Also:
getComparisonOperators()
-
-