Package net.opengis.fes20
Interface TemporalOperatorsType
- All Superinterfaces:
EObject,Notifier,TemporalOperators
- All Known Implementing Classes:
TemporalOperatorsTypeImpl
A representation of the model object 'Temporal Operators Type'.
The following features are supported:
Temporal Operator
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<TemporalOperator>Returns the value of the 'Temporal Operator' containment reference list.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface TemporalOperators
getOperator
-
Method Details
-
getOperators
EList<TemporalOperator> getOperators()Returns the value of the 'Temporal Operator' containment reference list. The list contents are of typeTemporalOperatorType.If the meaning of the 'Temporal Operator' containment reference list isn't clear, there really should be more of a description here...
- Specified by:
getOperatorsin interfaceTemporalOperators- Returns:
- the value of the 'Temporal Operator' containment reference list.
- See Also:
-