Interface Workdir
-
- All Superinterfaces:
EObject,Instruction,Notifier
- All Known Implementing Classes:
WorkdirImpl
public interface Workdir extends Instruction
A representation of the model object 'Workdir'.The following features are supported:
- See Also:
DockerFilePackage.getWorkdir()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPath()Returns the value of the 'Path' attribute.voidsetPath(String value)Sets the value of the 'Path' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getPath
String getPath()
Returns the value of the 'Path' attribute.- Returns:
- the value of the 'Path' attribute.
- See Also:
setPath(String),DockerFilePackage.getWorkdir_Path()- Generated class or method.
- EMF model class or method.
-
-