Package net.opengis.fes20
Interface TemporalOperatorsType
-
- All Superinterfaces:
EObject
,Notifier
,TemporalOperators
- All Known Implementing Classes:
TemporalOperatorsTypeImpl
public interface TemporalOperatorsType extends EObject, TemporalOperators
A representation of the model object 'Temporal Operators Type'.The following features are supported:
Temporal Operator
- See Also:
Fes20Package.getTemporalOperatorsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<TemporalOperator>
getOperators()
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, eUnset
-
Methods inherited from interface TemporalOperators
getOperator
-
-
-
-
Method Detail
-
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:
getOperators
in interfaceTemporalOperators
- Returns:
- the value of the 'Temporal Operator' containment reference list.
- See Also:
Fes20Package.getTemporalOperatorsType_TemporalOperator()
-
-