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 SummaryAll 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface TemporalOperatorsgetOperator
 
- 
 
- 
- 
- 
Method Detail- 
getOperatorsEList<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 interface- TemporalOperators
- Returns:
- the value of the 'Temporal Operator' containment reference list.
- See Also:
- Fes20Package.getTemporalOperatorsType_TemporalOperator()
 
 
- 
 
-