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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ComparisonOperatorsTypegetComparisonOperators()Returns the value of the 'Comparison Operators' containment reference.LogicalOperatorsTypegetLogicalOperators()Returns the value of the 'Logical Operators' containment reference.voidsetComparisonOperators(ComparisonOperatorsType value)Sets the value of the 'Comparison Operators' containment reference.voidsetLogicalOperators(LogicalOperatorsType value)Sets the value of the 'Logical Operators' containment reference.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface ScalarCapabilitiesgetArithmeticOperators, hasLogicalOperators
 
- 
 
- 
- 
- 
Method Detail- 
getLogicalOperatorsLogicalOperatorsType 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()
 
 - 
setLogicalOperatorsvoid 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()
 
 - 
getComparisonOperatorsComparisonOperatorsType 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:
- getComparisonOperatorsin interface- ScalarCapabilities
- Returns:
- the value of the 'Comparison Operators' containment reference.
- See Also:
- setComparisonOperators(ComparisonOperatorsType),- Fes20Package.getScalarCapabilitiesType_ComparisonOperators()
 
 - 
setComparisonOperatorsvoid 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()
 
 
- 
 
-