Interface Onbuild
-
- All Superinterfaces:
EObject
,Instruction
,Notifier
- All Known Implementing Classes:
OnbuildImpl
public interface Onbuild extends Instruction
A representation of the model object 'Onbuild'.The following features are supported:
- See Also:
DockerFilePackage.getOnbuild()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instruction
getInstruction()
Returns the value of the 'Instruction' containment reference.void
setInstruction(Instruction value)
Sets the value of the 'Instruction
' containment reference.-
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
-
getInstruction
Instruction getInstruction()
Returns the value of the 'Instruction' containment reference.- Returns:
- the value of the 'Instruction' containment reference.
- See Also:
setInstruction(Instruction)
,DockerFilePackage.getOnbuild_Instruction()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setInstruction
void setInstruction(Instruction value)
Sets the value of the 'Instruction
' containment reference.- Parameters:
value
- the new value of the 'Instruction' containment reference.- See Also:
getInstruction()
- Generated class or method.
-
-