Package fr.esrf.tango.pogo.pogoDsl
Interface Command
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommandImpl
public interface Command extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Command'.The following features are supported:
- See Also:
PogoDslPackage.getCommand()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArgumentgetArgin()Returns the value of the 'Argin' containment reference.ArgumentgetArgout()Returns the value of the 'Argout' containment reference.java.lang.StringgetDescription()Returns the value of the 'Description' attribute.java.lang.StringgetDisplayLevel()Returns the value of the 'Display Level' attribute.org.eclipse.emf.common.util.EList<java.lang.String>getExcludedStates()Returns the value of the 'Excluded States' attribute list.java.lang.StringgetExecMethod()Returns the value of the 'Exec Method' attribute.java.lang.StringgetIsDynamic()Returns the value of the 'Is Dynamic' attribute.java.lang.StringgetName()Returns the value of the 'Name' attribute.java.lang.StringgetPolledPeriod()Returns the value of the 'Polled Period' attribute.InheritanceStatusgetStatus()Returns the value of the 'Status' containment reference.voidsetArgin(Argument value)Sets the value of the 'Argin' containment reference.voidsetArgout(Argument value)Sets the value of the 'Argout' containment reference.voidsetDescription(java.lang.String value)Sets the value of the 'Description' attribute.voidsetDisplayLevel(java.lang.String value)Sets the value of the 'Display Level' attribute.voidsetExecMethod(java.lang.String value)Sets the value of the 'Exec Method' attribute.voidsetIsDynamic(java.lang.String value)Sets the value of the 'Is Dynamic' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.voidsetPolledPeriod(java.lang.String value)Sets the value of the 'Polled Period' 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.getCommand_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()
-
getArgin
Argument getArgin()
Returns the value of the 'Argin' containment reference.- Returns:
- the value of the 'Argin' containment reference.
- See Also:
setArgin(Argument),PogoDslPackage.getCommand_Argin()
-
setArgin
void setArgin(Argument value)
Sets the value of the 'Argin' containment reference.- Parameters:
value- the new value of the 'Argin' containment reference.- See Also:
getArgin()
-
getArgout
Argument getArgout()
Returns the value of the 'Argout' containment reference.- Returns:
- the value of the 'Argout' containment reference.
- See Also:
setArgout(Argument),PogoDslPackage.getCommand_Argout()
-
setArgout
void setArgout(Argument value)
Sets the value of the 'Argout' containment reference.- Parameters:
value- the new value of the 'Argout' containment reference.- See Also:
getArgout()
-
getDescription
java.lang.String getDescription()
Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String),PogoDslPackage.getCommand_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.getCommand_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()
-
getExecMethod
java.lang.String getExecMethod()
Returns the value of the 'Exec Method' attribute.- Returns:
- the value of the 'Exec Method' attribute.
- See Also:
setExecMethod(String),PogoDslPackage.getCommand_ExecMethod()
-
setExecMethod
void setExecMethod(java.lang.String value)
Sets the value of the 'Exec Method' attribute.- Parameters:
value- the new value of the 'Exec Method' attribute.- See Also:
getExecMethod()
-
getDisplayLevel
java.lang.String getDisplayLevel()
Returns the value of the 'Display Level' attribute.- Returns:
- the value of the 'Display Level' attribute.
- See Also:
setDisplayLevel(String),PogoDslPackage.getCommand_DisplayLevel()
-
setDisplayLevel
void setDisplayLevel(java.lang.String value)
Sets the value of the 'Display Level' attribute.- Parameters:
value- the new value of the 'Display Level' attribute.- See Also:
getDisplayLevel()
-
getPolledPeriod
java.lang.String getPolledPeriod()
Returns the value of the 'Polled Period' attribute.- Returns:
- the value of the 'Polled Period' attribute.
- See Also:
setPolledPeriod(String),PogoDslPackage.getCommand_PolledPeriod()
-
setPolledPeriod
void setPolledPeriod(java.lang.String value)
Sets the value of the 'Polled Period' attribute.- Parameters:
value- the new value of the 'Polled Period' attribute.- See Also:
getPolledPeriod()
-
getIsDynamic
java.lang.String getIsDynamic()
Returns the value of the 'Is Dynamic' attribute.- Returns:
- the value of the 'Is Dynamic' attribute.
- See Also:
setIsDynamic(String),PogoDslPackage.getCommand_IsDynamic()
-
setIsDynamic
void setIsDynamic(java.lang.String value)
Sets the value of the 'Is Dynamic' attribute.- Parameters:
value- the new value of the 'Is Dynamic' attribute.- See Also:
getIsDynamic()
-
getExcludedStates
org.eclipse.emf.common.util.EList<java.lang.String> getExcludedStates()
Returns the value of the 'Excluded States' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Excluded States' attribute list.
- See Also:
PogoDslPackage.getCommand_ExcludedStates()
-
-