Interface From
-
- All Superinterfaces:
EObject
,Instruction
,Notifier
- All Known Implementing Classes:
FromImpl
public interface From extends Instruction
- See Also:
DockerFilePackage.getFrom()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the value of the 'Name' attribute.String
getTag()
Returns the value of the 'Tag' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setTag(String value)
Sets the value of the 'Tag
' 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
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,DockerFilePackage.getFrom_Name()
- Generated class or method.
- EMF model class or method.
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- Generated class or method.
-
getTag
String getTag()
Returns the value of the 'Tag' attribute.- Returns:
- the value of the 'Tag' attribute.
- See Also:
setTag(String)
,DockerFilePackage.getFrom_Tag()
- Generated class or method.
- EMF model class or method.
-
-