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 Summary
All 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
-
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(TemporalOperandsType),Fes20Package.getTemporalCapabilitiesType_TemporalOperands()
-
setTemporalOperands
void 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()
-
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:
getTemporalOperatorsin interfaceTemporalCapabilities- Returns:
- the value of the 'Temporal Operators' containment reference.
- See Also:
setTemporalOperators(TemporalOperatorsType),Fes20Package.getTemporalCapabilitiesType_TemporalOperators()
-
setTemporalOperators
void 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()
-
-