Interface Env
-
- All Superinterfaces:
EObject,Instruction,Notifier
- All Known Subinterfaces:
EnvWithEqual,EnvWithSpace
- All Known Implementing Classes:
EnvImpl,EnvWithEqualImpl,EnvWithSpaceImpl
public interface Env extends Instruction
- See Also:
DockerFilePackage.getEnv()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<String>getKey()Returns the value of the 'Key' attribute list.EList<String>getValue()Returns the value of the 'Value' attribute list.-
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
-
getKey
EList<String> getKey()
Returns the value of the 'Key' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Key' attribute list.
- See Also:
DockerFilePackage.getEnv_Key()- Generated class or method.
- EMF model class or method.
- unique="false"
-
getValue
EList<String> getValue()
Returns the value of the 'Value' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Value' attribute list.
- See Also:
DockerFilePackage.getEnv_Value()- Generated class or method.
- EMF model class or method.
- unique="false"
-
-