Interface FilterCapabilitiesType
- All Superinterfaces:
EObject
,FilterCapabilities
,Notifier
- All Known Implementing Classes:
FilterCapabilitiesTypeImpl
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface FilterCapabilities
VERSION_100, VERSION_110, VERSION_200
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Conformance' containment reference.Returns the value of the 'Extended Capabilities' containment reference.Returns the value of the 'Functions' containment reference.Returns the value of the 'Id Capabilities' containment reference.Returns the value of the 'Scalar Capabilities' containment reference.Returns the value of the 'Spatial Capabilities' containment reference.Returns the value of the 'Temporal Capabilities' containment reference.void
setConformance
(ConformanceType value) Sets the value of the 'Conformance
' containment reference.void
Sets the value of the 'Extended Capabilities
' containment reference.void
Sets the value of the 'Functions
' containment reference.void
Sets the value of the 'Id Capabilities
' containment reference.void
Sets the value of the 'Scalar Capabilities
' containment reference.void
Sets the value of the 'Spatial Capabilities
' containment reference.void
Sets the value of the 'Temporal Capabilities
' 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 FilterCapabilities
getVersion
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getConformance
ConformanceType getConformance()Returns the value of the 'Conformance' containment reference.If the meaning of the 'Conformance' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Conformance' containment reference.
- See Also:
-
setConformance
Sets the value of the 'Conformance
' containment reference.- Parameters:
value
- the new value of the 'Conformance' containment reference.- See Also:
-
getIdCapabilities
IdCapabilitiesType getIdCapabilities()Returns the value of the 'Id Capabilities' containment reference.If the meaning of the 'Id Capabilities' containment reference isn't clear, there really should be more of a description here...
- Specified by:
getIdCapabilities
in interfaceFilterCapabilities
- Returns:
- the value of the 'Id Capabilities' containment reference.
- See Also:
-
setIdCapabilities
Sets the value of the 'Id Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Id Capabilities' containment reference.- See Also:
-
getScalarCapabilities
ScalarCapabilitiesType getScalarCapabilities()Returns the value of the 'Scalar Capabilities' containment reference.If the meaning of the 'Scalar Capabilities' containment reference isn't clear, there really should be more of a description here...
- Specified by:
getScalarCapabilities
in interfaceFilterCapabilities
- Returns:
- the value of the 'Scalar Capabilities' containment reference.
- See Also:
-
setScalarCapabilities
Sets the value of the 'Scalar Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Scalar Capabilities' containment reference.- See Also:
-
getSpatialCapabilities
SpatialCapabilitiesType getSpatialCapabilities()Returns the value of the 'Spatial Capabilities' containment reference.If the meaning of the 'Spatial Capabilities' containment reference isn't clear, there really should be more of a description here...
- Specified by:
getSpatialCapabilities
in interfaceFilterCapabilities
- Returns:
- the value of the 'Spatial Capabilities' containment reference.
- See Also:
-
setSpatialCapabilities
Sets the value of the 'Spatial Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Spatial Capabilities' containment reference.- See Also:
-
getTemporalCapabilities
TemporalCapabilitiesType getTemporalCapabilities()Returns the value of the 'Temporal Capabilities' containment reference.If the meaning of the 'Temporal Capabilities' containment reference isn't clear, there really should be more of a description here...
- Specified by:
getTemporalCapabilities
in interfaceFilterCapabilities
- Returns:
- the value of the 'Temporal Capabilities' containment reference.
- See Also:
-
setTemporalCapabilities
Sets the value of the 'Temporal Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Temporal Capabilities' containment reference.- See Also:
-
getFunctions
AvailableFunctionsType getFunctions()Returns the value of the 'Functions' containment reference.If the meaning of the 'Functions' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Functions' containment reference.
- See Also:
-
setFunctions
Sets the value of the 'Functions
' containment reference.- Parameters:
value
- the new value of the 'Functions' containment reference.- See Also:
-
getExtendedCapabilities
ExtendedCapabilitiesType getExtendedCapabilities()Returns the value of the 'Extended Capabilities' containment reference.If the meaning of the 'Extended Capabilities' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Extended Capabilities' containment reference.
- See Also:
-
setExtendedCapabilities
Sets the value of the 'Extended Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Extended Capabilities' containment reference.- See Also:
-