Interface Expose
- 
- All Superinterfaces:
 EObject,Instruction,Notifier
- All Known Implementing Classes:
 ExposeImpl
public interface Expose extends Instruction
A representation of the model object 'Expose'.The following features are supported:
- See Also:
 DockerFilePackage.getExpose()- Generated class or method.
 - EMF model class or method.
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPorts()Returns the value of the 'Ports' attribute.voidsetPorts(String value)Sets the value of the 'Ports' 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
- 
getPorts
String getPorts()
Returns the value of the 'Ports' attribute.- Returns:
 - the value of the 'Ports' attribute.
 - See Also:
 setPorts(String),DockerFilePackage.getExpose_Ports()- Generated class or method.
 - EMF model class or method.
 
 
- 
setPorts
void setPorts(String value)
Sets the value of the 'Ports' attribute.- Parameters:
 value- the new value of the 'Ports' attribute.- See Also:
 getPorts()- Generated class or method.
 
 
 - 
 
 -