Package net.opengis.fes20
Interface TemporalCapabilitiesType
- All Superinterfaces:
EObject
,Notifier
,TemporalCapabilities
- All Known Implementing Classes:
TemporalCapabilitiesTypeImpl
A representation of the model object 'Temporal Capabilities Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Temporal Operands' containment reference.Returns the value of the 'Temporal Operators' containment reference.void
Sets the value of the 'Temporal Operands
' containment reference.void
Sets the value of the 'Temporal 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
-
Method Details
-
getTemporalOperands
TemporalOperandsType getTemporalOperands()Returns the value of the 'Temporal Operands' containment reference.If the meaning of the 'Temporal Operands' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Temporal Operands' containment reference.
- See Also:
-
setTemporalOperands
Sets the value of the 'Temporal Operands
' containment reference.- Parameters:
value
- the new value of the 'Temporal Operands' containment reference.- See Also:
-
getTemporalOperators
TemporalOperatorsType getTemporalOperators()Returns the value of the 'Temporal Operators' containment reference.If the meaning of the 'Temporal Operators' containment reference isn't clear, there really should be more of a description here...
- Specified by:
getTemporalOperators
in interfaceTemporalCapabilities
- Returns:
- the value of the 'Temporal Operators' containment reference.
- See Also:
-
setTemporalOperators
Sets the value of the 'Temporal Operators
' containment reference.- Parameters:
value
- the new value of the 'Temporal Operators' containment reference.- See Also:
-