Package fr.esrf.tango.pogo.pogoDsl
Interface FireEvents
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
FireEventsImpl
public interface FireEvents extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Fire Events'.The following features are supported:
- See Also:
PogoDslPackage.getFireEvents()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFire()Returns the value of the 'Fire' attribute.java.lang.StringgetLibCheckCriteria()Returns the value of the 'Lib Check Criteria' attribute.voidsetFire(java.lang.String value)Sets the value of the 'Fire' attribute.voidsetLibCheckCriteria(java.lang.String value)Sets the value of the 'Lib Check Criteria' attribute.
-
-
-
Method Detail
-
getFire
java.lang.String getFire()
Returns the value of the 'Fire' attribute.- Returns:
- the value of the 'Fire' attribute.
- See Also:
setFire(String),PogoDslPackage.getFireEvents_Fire()
-
setFire
void setFire(java.lang.String value)
Sets the value of the 'Fire' attribute.- Parameters:
value- the new value of the 'Fire' attribute.- See Also:
getFire()
-
getLibCheckCriteria
java.lang.String getLibCheckCriteria()
Returns the value of the 'Lib Check Criteria' attribute.- Returns:
- the value of the 'Lib Check Criteria' attribute.
- See Also:
setLibCheckCriteria(String),PogoDslPackage.getFireEvents_LibCheckCriteria()
-
setLibCheckCriteria
void setLibCheckCriteria(java.lang.String value)
Sets the value of the 'Lib Check Criteria' attribute.- Parameters:
value- the new value of the 'Lib Check Criteria' attribute.- See Also:
getLibCheckCriteria()
-
-