Package fr.esrf.tango.pogo.pogoDsl
Interface Comments
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommentsImpl
public interface Comments extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Comments'.The following features are supported:
- See Also:
PogoDslPackage.getComments()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCommandsTable()Returns the value of the 'Commands Table' attribute.voidsetCommandsTable(java.lang.String value)Sets the value of the 'Commands Table' attribute.
-
-
-
Method Detail
-
getCommandsTable
java.lang.String getCommandsTable()
Returns the value of the 'Commands Table' attribute.- Returns:
- the value of the 'Commands Table' attribute.
- See Also:
setCommandsTable(String),PogoDslPackage.getComments_CommandsTable()
-
setCommandsTable
void setCommandsTable(java.lang.String value)
Sets the value of the 'Commands Table' attribute.- Parameters:
value- the new value of the 'Commands Table' attribute.- See Also:
getCommandsTable()
-
-