Package fr.esrf.tango.pogo.pogoDsl
Interface EventCriteria
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
EventCriteriaImpl
public interface EventCriteria extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Event Criteria'.The following features are supported:
- See Also:
PogoDslPackage.getEventCriteria()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAbsChange()Returns the value of the 'Abs Change' attribute.java.lang.StringgetPeriod()Returns the value of the 'Period' attribute.java.lang.StringgetRelChange()Returns the value of the 'Rel Change' attribute.voidsetAbsChange(java.lang.String value)Sets the value of the 'Abs Change' attribute.voidsetPeriod(java.lang.String value)Sets the value of the 'Period' attribute.voidsetRelChange(java.lang.String value)Sets the value of the 'Rel Change' attribute.
-
-
-
Method Detail
-
getRelChange
java.lang.String getRelChange()
Returns the value of the 'Rel Change' attribute.- Returns:
- the value of the 'Rel Change' attribute.
- See Also:
setRelChange(String),PogoDslPackage.getEventCriteria_RelChange()
-
setRelChange
void setRelChange(java.lang.String value)
Sets the value of the 'Rel Change' attribute.- Parameters:
value- the new value of the 'Rel Change' attribute.- See Also:
getRelChange()
-
getAbsChange
java.lang.String getAbsChange()
Returns the value of the 'Abs Change' attribute.- Returns:
- the value of the 'Abs Change' attribute.
- See Also:
setAbsChange(String),PogoDslPackage.getEventCriteria_AbsChange()
-
setAbsChange
void setAbsChange(java.lang.String value)
Sets the value of the 'Abs Change' attribute.- Parameters:
value- the new value of the 'Abs Change' attribute.- See Also:
getAbsChange()
-
getPeriod
java.lang.String getPeriod()
Returns the value of the 'Period' attribute.- Returns:
- the value of the 'Period' attribute.
- See Also:
setPeriod(String),PogoDslPackage.getEventCriteria_Period()
-
setPeriod
void setPeriod(java.lang.String value)
Sets the value of the 'Period' attribute.- Parameters:
value- the new value of the 'Period' attribute.- See Also:
getPeriod()
-
-