Interface DockerFilePackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
DockerFilePackageImpl
public interface DockerFilePackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
DockerFileFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DockerFilePackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADD_DESTINATION
The meta object id for the 'Add Destination
' class.static int
ADD_DESTINATION__DEST
The feature id for the 'Dest' attribute.static int
ADD_DESTINATION__SOURCE_LEFT
The feature id for the 'Source left' attribute.static int
ADD_DESTINATION_FEATURE_COUNT
The number of structural features of the 'Add Destination' class.static int
CMD
The meta object id for the 'Cmd
' class.static int
CMD_FEATURE_COUNT
The number of structural features of the 'Cmd' class.static int
DOCKERFILE
The meta object id for the 'Dockerfile
' class.static int
DOCKERFILE__INSTRUCTIONS
The feature id for the 'Instructions' containment reference list.static int
DOCKERFILE_FEATURE_COUNT
The number of structural features of the 'Dockerfile' class.static DockerFilePackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
ENTRYPOINT
The meta object id for the 'Entrypoint
' class.static int
ENTRYPOINT_FEATURE_COUNT
The number of structural features of the 'Entrypoint' class.static int
ENV
The meta object id for the 'Env
' class.static int
ENV__KEY
The feature id for the 'Key' attribute list.static int
ENV__VALUE
The feature id for the 'Value' attribute list.static int
ENV_FEATURE_COUNT
The number of structural features of the 'Env' class.static int
ENV_WITH_EQUAL
The meta object id for the 'Env With Equal
' class.static int
ENV_WITH_EQUAL__KEY
The feature id for the 'Key' attribute list.static int
ENV_WITH_EQUAL__VALUE
The feature id for the 'Value' attribute list.static int
ENV_WITH_EQUAL_FEATURE_COUNT
The number of structural features of the 'Env With Equal' class.static int
ENV_WITH_SPACE
The meta object id for the 'Env With Space
' class.static int
ENV_WITH_SPACE__KEY
The feature id for the 'Key' attribute list.static int
ENV_WITH_SPACE__VALUE
The feature id for the 'Value' attribute list.static int
ENV_WITH_SPACE_FEATURE_COUNT
The number of structural features of the 'Env With Space' class.static int
EXPOSE
The meta object id for the 'Expose
' class.static int
EXPOSE__PORTS
The feature id for the 'Ports' attribute.static int
EXPOSE_FEATURE_COUNT
The number of structural features of the 'Expose' class.static int
FROM
The meta object id for the 'From
' class.static int
FROM__NAME
The feature id for the 'Name' attribute.static int
FROM__TAG
The feature id for the 'Tag' attribute.static int
FROM_FEATURE_COUNT
The number of structural features of the 'From' class.static int
INSTRUCTION
The meta object id for the 'Instruction
' class.static int
INSTRUCTION_FEATURE_COUNT
The number of structural features of the 'Instruction' class.static int
JSON_ARRAY
The meta object id for the 'JSON ARRAY
' class.static int
JSON_ARRAY__DEST
The feature id for the 'Dest' attribute.static int
JSON_ARRAY__HEAD
The feature id for the 'Head' attribute.static int
JSON_ARRAY__SOURCE_LEFT
The feature id for the 'Source left' attribute.static int
JSON_ARRAY__TAIL
The feature id for the 'Tail' attribute list.static int
JSON_ARRAY_FEATURE_COUNT
The number of structural features of the 'JSON ARRAY' class.static int
MAINTAINER
The meta object id for the 'Maintainer
' class.static int
MAINTAINER__NAME
The feature id for the 'Name' attribute.static int
MAINTAINER_FEATURE_COUNT
The number of structural features of the 'Maintainer' class.static int
ONBUILD
The meta object id for the 'Onbuild
' class.static int
ONBUILD__INSTRUCTION
The feature id for the 'Instruction' containment reference.static int
ONBUILD_FEATURE_COUNT
The number of structural features of the 'Onbuild' class.static int
RUN
The meta object id for the 'Run
' class.static int
RUN_FEATURE_COUNT
The number of structural features of the 'Run' class.static int
RUN_WITH_NO_SHELL
The meta object id for the 'Run With No Shell
' class.static int
RUN_WITH_NO_SHELL__EXECUTABLE
The feature id for the 'Executable' attribute.static int
RUN_WITH_NO_SHELL__PARAMS
The feature id for the 'Params' attribute list.static int
RUN_WITH_NO_SHELL_FEATURE_COUNT
The number of structural features of the 'Run With No Shell' class.static int
RUN_WITH_SHELL
The meta object id for the 'Run With Shell
' class.static int
RUN_WITH_SHELL__COMMAND
The feature id for the 'Command' attribute.static int
RUN_WITH_SHELL_FEATURE_COUNT
The number of structural features of the 'Run With Shell' class.static int
USER
The meta object id for the 'User
' class.static int
USER__NAME
The feature id for the 'Name' attribute.static int
USER_FEATURE_COUNT
The number of structural features of the 'User' class.static int
VOLUME
The meta object id for the 'Volume
' class.static int
VOLUME_FEATURE_COUNT
The number of structural features of the 'Volume' class.static int
WORKDIR
The meta object id for the 'Workdir
' class.static int
WORKDIR__PATH
The feature id for the 'Path' attribute.static int
WORKDIR_FEATURE_COUNT
The number of structural features of the 'Workdir' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getAddDestination()
Returns the meta object for class 'Add Destination
'.EAttribute
getAddDestination_Dest()
Returns the meta object for the attribute 'Dest
'.EAttribute
getAddDestination_Source_left()
Returns the meta object for the attribute 'Source left
'.EClass
getCmd()
Returns the meta object for class 'Cmd
'.EClass
getDockerfile()
Returns the meta object for class 'Dockerfile
'.EReference
getDockerfile_Instructions()
Returns the meta object for the containment reference list 'Instructions
'.DockerFileFactory
getDockerFileFactory()
Returns the factory that creates the instances of the model.EClass
getEntrypoint()
Returns the meta object for class 'Entrypoint
'.EClass
getEnv()
Returns the meta object for class 'Env
'.EAttribute
getEnv_Key()
Returns the meta object for the attribute list 'Key
'.EAttribute
getEnv_Value()
Returns the meta object for the attribute list 'Value
'.EClass
getEnvWithEqual()
Returns the meta object for class 'Env With Equal
'.EClass
getEnvWithSpace()
Returns the meta object for class 'Env With Space
'.EClass
getExpose()
Returns the meta object for class 'Expose
'.EAttribute
getExpose_Ports()
Returns the meta object for the attribute 'Ports
'.EClass
getFrom()
Returns the meta object for class 'From
'.EAttribute
getFrom_Name()
Returns the meta object for the attribute 'Name
'.EAttribute
getFrom_Tag()
Returns the meta object for the attribute 'Tag
'.EClass
getInstruction()
Returns the meta object for class 'Instruction
'.EClass
getJSON_ARRAY()
Returns the meta object for class 'JSON ARRAY
'.EAttribute
getJSON_ARRAY_Head()
Returns the meta object for the attribute 'Head
'.EAttribute
getJSON_ARRAY_Tail()
Returns the meta object for the attribute list 'Tail
'.EClass
getMaintainer()
Returns the meta object for class 'Maintainer
'.EAttribute
getMaintainer_Name()
Returns the meta object for the attribute 'Name
'.EClass
getOnbuild()
Returns the meta object for class 'Onbuild
'.EReference
getOnbuild_Instruction()
Returns the meta object for the containment reference 'Instruction
'.EClass
getRun()
Returns the meta object for class 'Run
'.EClass
getRunWithNoShell()
Returns the meta object for class 'Run With No Shell
'.EAttribute
getRunWithNoShell_Executable()
Returns the meta object for the attribute 'Executable
'.EAttribute
getRunWithNoShell_Params()
Returns the meta object for the attribute list 'Params
'.EClass
getRunWithShell()
Returns the meta object for class 'Run With Shell
'.EAttribute
getRunWithShell_Command()
Returns the meta object for the attribute 'Command
'.EClass
getUser()
Returns the meta object for class 'User
'.EAttribute
getUser_Name()
Returns the meta object for the attribute 'Name
'.EClass
getVolume()
Returns the meta object for class 'Volume
'.EClass
getWorkdir()
Returns the meta object for class 'Workdir
'.EAttribute
getWorkdir_Path()
Returns the meta object for the attribute 'Path
'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final DockerFilePackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
DOCKERFILE
static final int DOCKERFILE
The meta object id for the 'Dockerfile
' class.- See Also:
DockerfileImpl
,DockerFilePackageImpl.getDockerfile()
, Constant Field Values- Generated class or method.
-
DOCKERFILE__INSTRUCTIONS
static final int DOCKERFILE__INSTRUCTIONS
The feature id for the 'Instructions' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DOCKERFILE_FEATURE_COUNT
static final int DOCKERFILE_FEATURE_COUNT
The number of structural features of the 'Dockerfile' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
INSTRUCTION
static final int INSTRUCTION
The meta object id for the 'Instruction
' class.- See Also:
InstructionImpl
,DockerFilePackageImpl.getInstruction()
, Constant Field Values- Generated class or method.
-
INSTRUCTION_FEATURE_COUNT
static final int INSTRUCTION_FEATURE_COUNT
The number of structural features of the 'Instruction' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CMD
static final int CMD
The meta object id for the 'Cmd
' class.- See Also:
CmdImpl
,DockerFilePackageImpl.getCmd()
, Constant Field Values- Generated class or method.
-
CMD_FEATURE_COUNT
static final int CMD_FEATURE_COUNT
The number of structural features of the 'Cmd' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ADD_DESTINATION
static final int ADD_DESTINATION
The meta object id for the 'Add Destination
' class.- See Also:
AddDestinationImpl
,DockerFilePackageImpl.getAddDestination()
, Constant Field Values- Generated class or method.
-
ADD_DESTINATION__SOURCE_LEFT
static final int ADD_DESTINATION__SOURCE_LEFT
The feature id for the 'Source left' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ADD_DESTINATION__DEST
static final int ADD_DESTINATION__DEST
The feature id for the 'Dest' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ADD_DESTINATION_FEATURE_COUNT
static final int ADD_DESTINATION_FEATURE_COUNT
The number of structural features of the 'Add Destination' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTRYPOINT
static final int ENTRYPOINT
The meta object id for the 'Entrypoint
' class.- See Also:
EntrypointImpl
,DockerFilePackageImpl.getEntrypoint()
, Constant Field Values- Generated class or method.
-
ENTRYPOINT_FEATURE_COUNT
static final int ENTRYPOINT_FEATURE_COUNT
The number of structural features of the 'Entrypoint' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VOLUME
static final int VOLUME
The meta object id for the 'Volume
' class.- See Also:
VolumeImpl
,DockerFilePackageImpl.getVolume()
, Constant Field Values- Generated class or method.
-
VOLUME_FEATURE_COUNT
static final int VOLUME_FEATURE_COUNT
The number of structural features of the 'Volume' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USER
static final int USER
The meta object id for the 'User
' class.- See Also:
UserImpl
,DockerFilePackageImpl.getUser()
, Constant Field Values- Generated class or method.
-
USER__NAME
static final int USER__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USER_FEATURE_COUNT
static final int USER_FEATURE_COUNT
The number of structural features of the 'User' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ONBUILD
static final int ONBUILD
The meta object id for the 'Onbuild
' class.- See Also:
OnbuildImpl
,DockerFilePackageImpl.getOnbuild()
, Constant Field Values- Generated class or method.
-
ONBUILD__INSTRUCTION
static final int ONBUILD__INSTRUCTION
The feature id for the 'Instruction' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ONBUILD_FEATURE_COUNT
static final int ONBUILD_FEATURE_COUNT
The number of structural features of the 'Onbuild' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FROM
static final int FROM
The meta object id for the 'From
' class.- See Also:
FromImpl
,DockerFilePackageImpl.getFrom()
, Constant Field Values- Generated class or method.
-
FROM__NAME
static final int FROM__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FROM__TAG
static final int FROM__TAG
The feature id for the 'Tag' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FROM_FEATURE_COUNT
static final int FROM_FEATURE_COUNT
The number of structural features of the 'From' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MAINTAINER
static final int MAINTAINER
The meta object id for the 'Maintainer
' class.- See Also:
MaintainerImpl
,DockerFilePackageImpl.getMaintainer()
, Constant Field Values- Generated class or method.
-
MAINTAINER__NAME
static final int MAINTAINER__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MAINTAINER_FEATURE_COUNT
static final int MAINTAINER_FEATURE_COUNT
The number of structural features of the 'Maintainer' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENV
static final int ENV
The meta object id for the 'Env
' class.- See Also:
EnvImpl
,DockerFilePackageImpl.getEnv()
, Constant Field Values- Generated class or method.
-
ENV__KEY
static final int ENV__KEY
The feature id for the 'Key' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENV__VALUE
static final int ENV__VALUE
The feature id for the 'Value' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENV_FEATURE_COUNT
static final int ENV_FEATURE_COUNT
The number of structural features of the 'Env' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXPOSE
static final int EXPOSE
The meta object id for the 'Expose
' class.- See Also:
ExposeImpl
,DockerFilePackageImpl.getExpose()
, Constant Field Values- Generated class or method.
-
EXPOSE__PORTS
static final int EXPOSE__PORTS
The feature id for the 'Ports' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXPOSE_FEATURE_COUNT
static final int EXPOSE_FEATURE_COUNT
The number of structural features of the 'Expose' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JSON_ARRAY
static final int JSON_ARRAY
The meta object id for the 'JSON ARRAY
' class.- See Also:
JSON_ARRAYImpl
,DockerFilePackageImpl.getJSON_ARRAY()
, Constant Field Values- Generated class or method.
-
JSON_ARRAY__SOURCE_LEFT
static final int JSON_ARRAY__SOURCE_LEFT
The feature id for the 'Source left' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JSON_ARRAY__DEST
static final int JSON_ARRAY__DEST
The feature id for the 'Dest' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JSON_ARRAY__HEAD
static final int JSON_ARRAY__HEAD
The feature id for the 'Head' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JSON_ARRAY__TAIL
static final int JSON_ARRAY__TAIL
The feature id for the 'Tail' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JSON_ARRAY_FEATURE_COUNT
static final int JSON_ARRAY_FEATURE_COUNT
The number of structural features of the 'JSON ARRAY' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENV_WITH_SPACE
static final int ENV_WITH_SPACE
The meta object id for the 'Env With Space
' class.- See Also:
EnvWithSpaceImpl
,DockerFilePackageImpl.getEnvWithSpace()
, Constant Field Values- Generated class or method.
-
ENV_WITH_SPACE__KEY
static final int ENV_WITH_SPACE__KEY
The feature id for the 'Key' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENV_WITH_SPACE__VALUE
static final int ENV_WITH_SPACE__VALUE
The feature id for the 'Value' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENV_WITH_SPACE_FEATURE_COUNT
static final int ENV_WITH_SPACE_FEATURE_COUNT
The number of structural features of the 'Env With Space' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENV_WITH_EQUAL
static final int ENV_WITH_EQUAL
The meta object id for the 'Env With Equal
' class.- See Also:
EnvWithEqualImpl
,DockerFilePackageImpl.getEnvWithEqual()
, Constant Field Values- Generated class or method.
-
ENV_WITH_EQUAL__KEY
static final int ENV_WITH_EQUAL__KEY
The feature id for the 'Key' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENV_WITH_EQUAL__VALUE
static final int ENV_WITH_EQUAL__VALUE
The feature id for the 'Value' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENV_WITH_EQUAL_FEATURE_COUNT
static final int ENV_WITH_EQUAL_FEATURE_COUNT
The number of structural features of the 'Env With Equal' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
WORKDIR
static final int WORKDIR
The meta object id for the 'Workdir
' class.- See Also:
WorkdirImpl
,DockerFilePackageImpl.getWorkdir()
, Constant Field Values- Generated class or method.
-
WORKDIR__PATH
static final int WORKDIR__PATH
The feature id for the 'Path' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
WORKDIR_FEATURE_COUNT
static final int WORKDIR_FEATURE_COUNT
The number of structural features of the 'Workdir' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUN
static final int RUN
The meta object id for the 'Run
' class.- See Also:
RunImpl
,DockerFilePackageImpl.getRun()
, Constant Field Values- Generated class or method.
-
RUN_FEATURE_COUNT
static final int RUN_FEATURE_COUNT
The number of structural features of the 'Run' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUN_WITH_SHELL
static final int RUN_WITH_SHELL
The meta object id for the 'Run With Shell
' class.- See Also:
RunWithShellImpl
,DockerFilePackageImpl.getRunWithShell()
, Constant Field Values- Generated class or method.
-
RUN_WITH_SHELL__COMMAND
static final int RUN_WITH_SHELL__COMMAND
The feature id for the 'Command' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUN_WITH_SHELL_FEATURE_COUNT
static final int RUN_WITH_SHELL_FEATURE_COUNT
The number of structural features of the 'Run With Shell' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUN_WITH_NO_SHELL
static final int RUN_WITH_NO_SHELL
The meta object id for the 'Run With No Shell
' class.- See Also:
RunWithNoShellImpl
,DockerFilePackageImpl.getRunWithNoShell()
, Constant Field Values- Generated class or method.
-
RUN_WITH_NO_SHELL__EXECUTABLE
static final int RUN_WITH_NO_SHELL__EXECUTABLE
The feature id for the 'Executable' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUN_WITH_NO_SHELL__PARAMS
static final int RUN_WITH_NO_SHELL__PARAMS
The feature id for the 'Params' attribute list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUN_WITH_NO_SHELL_FEATURE_COUNT
static final int RUN_WITH_NO_SHELL_FEATURE_COUNT
The number of structural features of the 'Run With No Shell' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getDockerfile
EClass getDockerfile()
Returns the meta object for class 'Dockerfile
'.- Returns:
- the meta object for class 'Dockerfile'.
- See Also:
Dockerfile
- Generated class or method.
-
getDockerfile_Instructions
EReference getDockerfile_Instructions()
Returns the meta object for the containment reference list 'Instructions
'.- Returns:
- the meta object for the containment reference list 'Instructions'.
- See Also:
Dockerfile.getInstructions()
,getDockerfile()
- Generated class or method.
-
getInstruction
EClass getInstruction()
Returns the meta object for class 'Instruction
'.- Returns:
- the meta object for class 'Instruction'.
- See Also:
Instruction
- Generated class or method.
-
getCmd
EClass getCmd()
Returns the meta object for class 'Cmd
'.- Returns:
- the meta object for class 'Cmd'.
- See Also:
Cmd
- Generated class or method.
-
getAddDestination
EClass getAddDestination()
Returns the meta object for class 'Add Destination
'.- Returns:
- the meta object for class 'Add Destination'.
- See Also:
AddDestination
- Generated class or method.
-
getAddDestination_Source_left
EAttribute getAddDestination_Source_left()
Returns the meta object for the attribute 'Source left
'.- Returns:
- the meta object for the attribute 'Source left'.
- See Also:
AddDestination.getSource_left()
,getAddDestination()
- Generated class or method.
-
getAddDestination_Dest
EAttribute getAddDestination_Dest()
Returns the meta object for the attribute 'Dest
'.- Returns:
- the meta object for the attribute 'Dest'.
- See Also:
AddDestination.getDest()
,getAddDestination()
- Generated class or method.
-
getEntrypoint
EClass getEntrypoint()
Returns the meta object for class 'Entrypoint
'.- Returns:
- the meta object for class 'Entrypoint'.
- See Also:
Entrypoint
- Generated class or method.
-
getVolume
EClass getVolume()
Returns the meta object for class 'Volume
'.- Returns:
- the meta object for class 'Volume'.
- See Also:
Volume
- Generated class or method.
-
getUser
EClass getUser()
Returns the meta object for class 'User
'.- Returns:
- the meta object for class 'User'.
- See Also:
User
- Generated class or method.
-
getUser_Name
EAttribute getUser_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
User.getName()
,getUser()
- Generated class or method.
-
getOnbuild
EClass getOnbuild()
Returns the meta object for class 'Onbuild
'.- Returns:
- the meta object for class 'Onbuild'.
- See Also:
Onbuild
- Generated class or method.
-
getOnbuild_Instruction
EReference getOnbuild_Instruction()
Returns the meta object for the containment reference 'Instruction
'.- Returns:
- the meta object for the containment reference 'Instruction'.
- See Also:
Onbuild.getInstruction()
,getOnbuild()
- Generated class or method.
-
getFrom
EClass getFrom()
Returns the meta object for class 'From
'.- Returns:
- the meta object for class 'From'.
- See Also:
From
- Generated class or method.
-
getFrom_Name
EAttribute getFrom_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
From.getName()
,getFrom()
- Generated class or method.
-
getFrom_Tag
EAttribute getFrom_Tag()
Returns the meta object for the attribute 'Tag
'.- Returns:
- the meta object for the attribute 'Tag'.
- See Also:
From.getTag()
,getFrom()
- Generated class or method.
-
getMaintainer
EClass getMaintainer()
Returns the meta object for class 'Maintainer
'.- Returns:
- the meta object for class 'Maintainer'.
- See Also:
Maintainer
- Generated class or method.
-
getMaintainer_Name
EAttribute getMaintainer_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
Maintainer.getName()
,getMaintainer()
- Generated class or method.
-
getEnv
EClass getEnv()
Returns the meta object for class 'Env
'.- Returns:
- the meta object for class 'Env'.
- See Also:
Env
- Generated class or method.
-
getEnv_Key
EAttribute getEnv_Key()
Returns the meta object for the attribute list 'Key
'.- Returns:
- the meta object for the attribute list 'Key'.
- See Also:
Env.getKey()
,getEnv()
- Generated class or method.
-
getEnv_Value
EAttribute getEnv_Value()
Returns the meta object for the attribute list 'Value
'.- Returns:
- the meta object for the attribute list 'Value'.
- See Also:
Env.getValue()
,getEnv()
- Generated class or method.
-
getExpose
EClass getExpose()
Returns the meta object for class 'Expose
'.- Returns:
- the meta object for class 'Expose'.
- See Also:
Expose
- Generated class or method.
-
getExpose_Ports
EAttribute getExpose_Ports()
Returns the meta object for the attribute 'Ports
'.- Returns:
- the meta object for the attribute 'Ports'.
- See Also:
Expose.getPorts()
,getExpose()
- Generated class or method.
-
getJSON_ARRAY
EClass getJSON_ARRAY()
Returns the meta object for class 'JSON ARRAY
'.- Returns:
- the meta object for class 'JSON ARRAY'.
- See Also:
JSON_ARRAY
- Generated class or method.
-
getJSON_ARRAY_Head
EAttribute getJSON_ARRAY_Head()
Returns the meta object for the attribute 'Head
'.- Returns:
- the meta object for the attribute 'Head'.
- See Also:
JSON_ARRAY.getHead()
,getJSON_ARRAY()
- Generated class or method.
-
getJSON_ARRAY_Tail
EAttribute getJSON_ARRAY_Tail()
Returns the meta object for the attribute list 'Tail
'.- Returns:
- the meta object for the attribute list 'Tail'.
- See Also:
JSON_ARRAY.getTail()
,getJSON_ARRAY()
- Generated class or method.
-
getEnvWithSpace
EClass getEnvWithSpace()
Returns the meta object for class 'Env With Space
'.- Returns:
- the meta object for class 'Env With Space'.
- See Also:
EnvWithSpace
- Generated class or method.
-
getEnvWithEqual
EClass getEnvWithEqual()
Returns the meta object for class 'Env With Equal
'.- Returns:
- the meta object for class 'Env With Equal'.
- See Also:
EnvWithEqual
- Generated class or method.
-
getWorkdir
EClass getWorkdir()
Returns the meta object for class 'Workdir
'.- Returns:
- the meta object for class 'Workdir'.
- See Also:
Workdir
- Generated class or method.
-
getWorkdir_Path
EAttribute getWorkdir_Path()
Returns the meta object for the attribute 'Path
'.- Returns:
- the meta object for the attribute 'Path'.
- See Also:
Workdir.getPath()
,getWorkdir()
- Generated class or method.
-
getRun
EClass getRun()
Returns the meta object for class 'Run
'.- Returns:
- the meta object for class 'Run'.
- See Also:
Run
- Generated class or method.
-
getRunWithShell
EClass getRunWithShell()
Returns the meta object for class 'Run With Shell
'.- Returns:
- the meta object for class 'Run With Shell'.
- See Also:
RunWithShell
- Generated class or method.
-
getRunWithShell_Command
EAttribute getRunWithShell_Command()
Returns the meta object for the attribute 'Command
'.- Returns:
- the meta object for the attribute 'Command'.
- See Also:
RunWithShell.getCommand()
,getRunWithShell()
- Generated class or method.
-
getRunWithNoShell
EClass getRunWithNoShell()
Returns the meta object for class 'Run With No Shell
'.- Returns:
- the meta object for class 'Run With No Shell'.
- See Also:
RunWithNoShell
- Generated class or method.
-
getRunWithNoShell_Executable
EAttribute getRunWithNoShell_Executable()
Returns the meta object for the attribute 'Executable
'.- Returns:
- the meta object for the attribute 'Executable'.
- See Also:
RunWithNoShell.getExecutable()
,getRunWithNoShell()
- Generated class or method.
-
getRunWithNoShell_Params
EAttribute getRunWithNoShell_Params()
Returns the meta object for the attribute list 'Params
'.- Returns:
- the meta object for the attribute list 'Params'.
- See Also:
RunWithNoShell.getParams()
,getRunWithNoShell()
- Generated class or method.
-
getDockerFileFactory
DockerFileFactory getDockerFileFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-