Package fr.esrf.tango.pogo.pogoDsl
Interface Argument
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ArgumentImpl
public interface Argument extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Argument'.The following features are supported:
- See Also:
PogoDslPackage.getArgument()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns the value of the 'Description' attribute.TypegetType()Returns the value of the 'Type' containment reference.voidsetDescription(java.lang.String value)Sets the value of the 'Description' attribute.voidsetType(Type value)Sets the value of the 'Type' containment reference.
-
-
-
Method Detail
-
getType
Type getType()
Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
setType(Type),PogoDslPackage.getArgument_Type()
-
setType
void setType(Type value)
Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
getType()
-
getDescription
java.lang.String getDescription()
Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String),PogoDslPackage.getArgument_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()
-
-