Package net.opengis.fes20
Interface TemporalOperatorType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TemporalOperatorTypeImpl
 
 public interface TemporalOperatorType extends EObjectA representation of the model object 'Temporal Operator Type'.The following features are supported: - See Also:
- Fes20Package.getTemporalOperatorType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetName()Returns the value of the 'Name' attribute.TemporalOperandsTypegetTemporalOperands()Returns the value of the 'Temporal Operands' containment reference.voidsetName(Object value)Sets the value of the 'Name' attribute.voidsetTemporalOperands(TemporalOperandsType value)Sets the value of the 'Temporal Operands' 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.getTemporalOperatorType_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()
 
 - 
getNameObject getName() Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(Object),- Fes20Package.getTemporalOperatorType_Name()
 
 
- 
 
-