Interface AddDestination
- 
- All Superinterfaces:
 EObject,Instruction,Notifier
- All Known Subinterfaces:
 JSON_ARRAY
- All Known Implementing Classes:
 AddDestinationImpl,JSON_ARRAYImpl
public interface AddDestination extends Instruction
A representation of the model object 'Add Destination'.The following features are supported:
- See Also:
 DockerFilePackage.getAddDestination()- Generated class or method.
 - EMF model class or method.
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDest()Returns the value of the 'Dest' attribute.StringgetSource_left()Returns the value of the 'Source left' attribute.voidsetDest(String value)Sets the value of the 'Dest' attribute.voidsetSource_left(String value)Sets the value of the 'Source left' 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
- 
getSource_left
String getSource_left()
Returns the value of the 'Source left' attribute.- Returns:
 - the value of the 'Source left' attribute.
 - See Also:
 setSource_left(String),DockerFilePackage.getAddDestination_Source_left()- Generated class or method.
 - EMF model class or method.
 
 
- 
setSource_left
void setSource_left(String value)
Sets the value of the 'Source left' attribute.- Parameters:
 value- the new value of the 'Source left' attribute.- See Also:
 getSource_left()- Generated class or method.
 
 
- 
getDest
String getDest()
Returns the value of the 'Dest' attribute.- Returns:
 - the value of the 'Dest' attribute.
 - See Also:
 setDest(String),DockerFilePackage.getAddDestination_Dest()- Generated class or method.
 - EMF model class or method.
 
 
 - 
 
 -