Package fr.esrf.tango.pogo.pogoDsl
Interface AdditionalFile
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AdditionalFileImpl
public interface AdditionalFile extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Additional File'.The following features are supported:
- See Also:
PogoDslPackage.getAdditionalFile()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the value of the 'Name' attribute.java.lang.StringgetPath()Returns the value of the 'Path' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.voidsetPath(java.lang.String value)Sets the value of the 'Path' attribute.
-
-
-
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.getAdditionalFile_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()
-
getPath
java.lang.String getPath()
Returns the value of the 'Path' attribute.- Returns:
- the value of the 'Path' attribute.
- See Also:
setPath(String),PogoDslPackage.getAdditionalFile_Path()
-
-