Package net.opengis.fes20
Interface TemporalCapabilitiesType
- 
- All Superinterfaces:
- EObject,- Notifier,- TemporalCapabilities
 - All Known Implementing Classes:
- TemporalCapabilitiesTypeImpl
 
 public interface TemporalCapabilitiesType extends EObject, TemporalCapabilities A representation of the model object 'Temporal Capabilities Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TemporalOperandsTypegetTemporalOperands()Returns the value of the 'Temporal Operands' containment reference.TemporalOperatorsTypegetTemporalOperators()Returns the value of the 'Temporal Operators' containment reference.voidsetTemporalOperands(TemporalOperandsType value)Sets the value of the 'Temporal Operands' containment reference.voidsetTemporalOperators(TemporalOperatorsType value)Sets the value of the 'Temporal Operators' containment reference.
 
- 
- 
- 
Method Detail- 
getTemporalOperandsTemporalOperandsType 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(TemporalOperandsType),- Fes20Package.getTemporalCapabilitiesType_TemporalOperands()
 
 - 
setTemporalOperandsvoid setTemporalOperands(TemporalOperandsType value) Sets the value of the 'Temporal Operands' containment reference.- Parameters:
- value- the new value of the 'Temporal Operands' containment reference.
- See Also:
- getTemporalOperands()
 
 - 
getTemporalOperatorsTemporalOperatorsType 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:
- getTemporalOperatorsin interface- TemporalCapabilities
- Returns:
- the value of the 'Temporal Operators' containment reference.
- See Also:
- setTemporalOperators(TemporalOperatorsType),- Fes20Package.getTemporalCapabilitiesType_TemporalOperators()
 
 - 
setTemporalOperatorsvoid setTemporalOperators(TemporalOperatorsType value) Sets the value of the 'Temporal Operators' containment reference.- Parameters:
- value- the new value of the 'Temporal Operators' containment reference.
- See Also:
- getTemporalOperators()
 
 
- 
 
-