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 Summary
All 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
-
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.getTemporalOperatorType_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()
-
getName
Object 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()
-
-