Package fr.esrf.tango.pogo.pogoDsl
Interface State
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StateImpl
public interface State extends org.eclipse.emf.ecore.EObjectA representation of the model object 'State'.The following features are supported:
- See Also:
PogoDslPackage.getState()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns the value of the 'Description' attribute.java.lang.StringgetName()Returns the value of the 'Name' attribute.InheritanceStatusgetStatus()Returns the value of the 'Status' containment reference.voidsetDescription(java.lang.String value)Sets the value of the 'Description' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.voidsetStatus(InheritanceStatus value)Sets the value of the 'Status' containment reference.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),PogoDslPackage.getState_Name()
-
setName
void setName(java.lang.String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getDescription
java.lang.String getDescription()
Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String),PogoDslPackage.getState_Description()
-
setDescription
void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.- Parameters:
value- the new value of the 'Description' attribute.- See Also:
getDescription()
-
getStatus
InheritanceStatus getStatus()
Returns the value of the 'Status' containment reference.- Returns:
- the value of the 'Status' containment reference.
- See Also:
setStatus(InheritanceStatus),PogoDslPackage.getState_Status()
-
setStatus
void setStatus(InheritanceStatus value)
Sets the value of the 'Status' containment reference.- Parameters:
value- the new value of the 'Status' containment reference.- See Also:
getStatus()
-
-