public interface JavaapplicationPackage
JavaapplicationFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
JavaapplicationPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static JavaapplicationPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
JAVA_APPLICATION
The meta object id for the '
Java Application' class. |
static int |
JAVA_APPLICATION__DEPLOYMENT_MODEL
The feature id for the 'Deployment Model' reference.
|
static int |
JAVA_APPLICATION__JAR2_FILE_CHILDREN
The feature id for the 'Jar2 File Children' containment reference list.
|
static int |
JAVA_APPLICATION__JAVA_MODEL
The feature id for the 'Java Model' reference.
|
static int |
JAVA_APPLICATION__JAVA2_DIRECTORY_CHILDREN
The feature id for the 'Java2 Directory Children' reference list.
|
static int |
JAVA_APPLICATION_FEATURE_COUNT
The number of structural features of the 'Java Application' class.
|
static int |
JAVA_JAR2_FILE
The meta object id for the '
Java Jar2 File' class. |
static int |
JAVA_JAR2_FILE__FILE
The feature id for the 'File' reference.
|
static int |
JAVA_JAR2_FILE__JAVA_ARCHIVE
The feature id for the 'Java Archive' reference.
|
static int |
JAVA_JAR2_FILE__PARENT
The feature id for the 'Parent' container reference.
|
static int |
JAVA_JAR2_FILE_FEATURE_COUNT
The number of structural features of the 'Java Jar2 File' class.
|
static int |
JAVA_NODE_SOURCE_REGION
The meta object id for the '
Java Node Source Region' class. |
static int |
JAVA_NODE_SOURCE_REGION__ANNOTATION
The feature id for the 'Annotation' containment reference list.
|
static int |
JAVA_NODE_SOURCE_REGION__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.
|
static int |
JAVA_NODE_SOURCE_REGION__END_LINE
The feature id for the 'End Line' attribute.
|
static int |
JAVA_NODE_SOURCE_REGION__END_POSITION
The feature id for the 'End Position' attribute.
|
static int |
JAVA_NODE_SOURCE_REGION__FILE
The feature id for the 'File' reference.
|
static int |
JAVA_NODE_SOURCE_REGION__JAVA_NODE
The feature id for the 'Java Node' reference.
|
static int |
JAVA_NODE_SOURCE_REGION__LANGUAGE
The feature id for the 'Language' attribute.
|
static int |
JAVA_NODE_SOURCE_REGION__NODE
The feature id for the 'Node' reference.
|
static int |
JAVA_NODE_SOURCE_REGION__PARENT
The feature id for the 'Parent' container reference.
|
static int |
JAVA_NODE_SOURCE_REGION__PATH
The feature id for the 'Path' attribute.
|
static int |
JAVA_NODE_SOURCE_REGION__START_LINE
The feature id for the 'Start Line' attribute.
|
static int |
JAVA_NODE_SOURCE_REGION__START_POSITION
The feature id for the 'Start Position' attribute.
|
static int |
JAVA_NODE_SOURCE_REGION_FEATURE_COUNT
The number of structural features of the 'Java Node Source Region' class.
|
static int |
JAVA2_DIRECTORY
The meta object id for the '
Java2 Directory' class. |
static int |
JAVA2_DIRECTORY__DIRECTORY
The feature id for the 'Directory' reference list.
|
static int |
JAVA2_DIRECTORY__JAVA_PACKAGE
The feature id for the 'Java Package' reference.
|
static int |
JAVA2_DIRECTORY__JAVA2_FILE_CHILDREN
The feature id for the 'Java2 File Children' reference list.
|
static int |
JAVA2_DIRECTORY__PARENT
The feature id for the 'Parent' reference.
|
static int |
JAVA2_DIRECTORY_FEATURE_COUNT
The number of structural features of the 'Java2 Directory' class.
|
static int |
JAVA2_FILE
The meta object id for the '
Java2 File' class. |
static int |
JAVA2_FILE__CHILDREN
The feature id for the 'Children' containment reference list.
|
static int |
JAVA2_FILE__FILE
The feature id for the 'File' reference.
|
static int |
JAVA2_FILE__JAVA_UNIT
The feature id for the 'Java Unit' reference.
|
static int |
JAVA2_FILE__PARENT
The feature id for the 'Parent' reference.
|
static int |
JAVA2_FILE__UNIT
The feature id for the 'Unit' reference.
|
static int |
JAVA2_FILE_FEATURE_COUNT
The number of structural features of the 'Java2 File' class.
|
| Modifier and Type | Method and Description |
|---|---|
EReference |
getJava2Directory_Directory()
Returns the meta object for the reference list '
Directory'. |
EReference |
getJava2Directory_Java2FileChildren()
Returns the meta object for the reference list '
Java2 File Children'. |
EReference |
getJava2Directory_JavaPackage()
Returns the meta object for the reference '
Java Package'. |
EReference |
getJava2Directory_Parent()
Returns the meta object for the reference '
Parent'. |
EClass |
getJava2Directory()
Returns the meta object for class '
Java2 Directory'. |
EReference |
getJava2File_JavaUnit()
Returns the meta object for the reference '
Java Unit'. |
EReference |
getJava2File_Parent()
Returns the meta object for the reference '
Parent'. |
EClass |
getJava2File()
Returns the meta object for class '
Java2 File'. |
EReference |
getJavaApplication_DeploymentModel()
Returns the meta object for the reference '
Deployment Model'. |
EReference |
getJavaApplication_Jar2FileChildren()
Returns the meta object for the containment reference list '
Jar2 File Children'. |
EReference |
getJavaApplication_Java2DirectoryChildren()
Returns the meta object for the reference list '
Java2 Directory Children'. |
EReference |
getJavaApplication_JavaModel()
Returns the meta object for the reference '
Java Model'. |
EClass |
getJavaApplication()
Returns the meta object for class '
Java Application'. |
JavaapplicationFactory |
getJavaapplicationFactory()
Returns the factory that creates the instances of the model.
|
EReference |
getJavaJar2File_File()
Returns the meta object for the reference '
File'. |
EReference |
getJavaJar2File_JavaArchive()
Returns the meta object for the reference '
Java Archive'. |
EReference |
getJavaJar2File_Parent()
Returns the meta object for the container reference '
Parent'. |
EClass |
getJavaJar2File()
Returns the meta object for class '
Java Jar2 File'. |
EReference |
getJavaNodeSourceRegion_JavaNode()
Returns the meta object for the reference '
Java Node'. |
EClass |
getJavaNodeSourceRegion()
Returns the meta object for class '
Java Node Source Region'. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final JavaapplicationPackage eINSTANCE
static final int JAVA_NODE_SOURCE_REGION
Java Node Source Region' class.
org.eclipse.modisco.java.composition.javaapplication.impl.JavaNodeSourceRegionImpl,
org.eclipse.modisco.java.composition.javaapplication.impl.JavaapplicationPackageImpl#getJavaNodeSourceRegion(),
Constant Field Valuesstatic final int JAVA_NODE_SOURCE_REGION__ATTRIBUTE
static final int JAVA_NODE_SOURCE_REGION__ANNOTATION
static final int JAVA_NODE_SOURCE_REGION__FILE
static final int JAVA_NODE_SOURCE_REGION__START_LINE
static final int JAVA_NODE_SOURCE_REGION__START_POSITION
static final int JAVA_NODE_SOURCE_REGION__END_LINE
static final int JAVA_NODE_SOURCE_REGION__END_POSITION
static final int JAVA_NODE_SOURCE_REGION__LANGUAGE
static final int JAVA_NODE_SOURCE_REGION__PATH
static final int JAVA_NODE_SOURCE_REGION__NODE
static final int JAVA_NODE_SOURCE_REGION__PARENT
static final int JAVA_NODE_SOURCE_REGION__JAVA_NODE
static final int JAVA_NODE_SOURCE_REGION_FEATURE_COUNT
static final int JAVA2_FILE
Java2 File' class.
org.eclipse.modisco.java.composition.javaapplication.impl.Java2FileImpl,
org.eclipse.modisco.java.composition.javaapplication.impl.JavaapplicationPackageImpl#getJava2File(),
Constant Field Valuesstatic final int JAVA2_FILE__FILE
static final int JAVA2_FILE__CHILDREN
static final int JAVA2_FILE__UNIT
static final int JAVA2_FILE__JAVA_UNIT
static final int JAVA2_FILE__PARENT
static final int JAVA2_FILE_FEATURE_COUNT
static final int JAVA_APPLICATION
Java Application' class.
org.eclipse.modisco.java.composition.javaapplication.impl.JavaApplicationImpl,
org.eclipse.modisco.java.composition.javaapplication.impl.JavaapplicationPackageImpl#getJavaApplication(),
Constant Field Valuesstatic final int JAVA_APPLICATION__JAVA_MODEL
static final int JAVA_APPLICATION__DEPLOYMENT_MODEL
static final int JAVA_APPLICATION__JAVA2_DIRECTORY_CHILDREN
static final int JAVA_APPLICATION__JAR2_FILE_CHILDREN
static final int JAVA_APPLICATION_FEATURE_COUNT
static final int JAVA2_DIRECTORY
Java2 Directory' class.
org.eclipse.modisco.java.composition.javaapplication.impl.Java2DirectoryImpl,
org.eclipse.modisco.java.composition.javaapplication.impl.JavaapplicationPackageImpl#getJava2Directory(),
Constant Field Valuesstatic final int JAVA2_DIRECTORY__JAVA_PACKAGE
static final int JAVA2_DIRECTORY__DIRECTORY
static final int JAVA2_DIRECTORY__PARENT
static final int JAVA2_DIRECTORY__JAVA2_FILE_CHILDREN
static final int JAVA2_DIRECTORY_FEATURE_COUNT
static final int JAVA_JAR2_FILE
Java Jar2 File' class.
org.eclipse.modisco.java.composition.javaapplication.impl.JavaJar2FileImpl,
org.eclipse.modisco.java.composition.javaapplication.impl.JavaapplicationPackageImpl#getJavaJar2File(),
Constant Field Valuesstatic final int JAVA_JAR2_FILE__JAVA_ARCHIVE
static final int JAVA_JAR2_FILE__FILE
static final int JAVA_JAR2_FILE__PARENT
static final int JAVA_JAR2_FILE_FEATURE_COUNT
EClass getJavaNodeSourceRegion()
Java Node Source Region'.
JavaNodeSourceRegionEReference getJavaNodeSourceRegion_JavaNode()
Java Node'.
JavaNodeSourceRegion.getJavaNode(),
getJavaNodeSourceRegion()EClass getJava2File()
Java2 File'.
Java2FileEReference getJava2File_JavaUnit()
Java Unit'.
Java2File.getJavaUnit(),
getJava2File()EReference getJava2File_Parent()
Parent'.
Java2File.getParent(),
getJava2File()EClass getJavaApplication()
Java Application'.
JavaApplicationEReference getJavaApplication_JavaModel()
Java Model'.
JavaApplication.getJavaModel(),
getJavaApplication()EReference getJavaApplication_DeploymentModel()
Deployment Model'.
JavaApplication.getDeploymentModel(),
getJavaApplication()EReference getJavaApplication_Java2DirectoryChildren()
Java2 Directory Children'.
JavaApplication.getJava2DirectoryChildren(),
getJavaApplication()EReference getJavaApplication_Jar2FileChildren()
Jar2 File Children'.
JavaApplication.getJar2FileChildren(),
getJavaApplication()EClass getJava2Directory()
Java2 Directory'.
Java2DirectoryEReference getJava2Directory_JavaPackage()
Java Package'.
Java2Directory.getJavaPackage(),
getJava2Directory()EReference getJava2Directory_Directory()
Directory'.
Java2Directory.getDirectory(),
getJava2Directory()EReference getJava2Directory_Parent()
Parent'.
Java2Directory.getParent(),
getJava2Directory()EReference getJava2Directory_Java2FileChildren()
Java2 File Children'.
Java2Directory.getJava2FileChildren(),
getJava2Directory()EClass getJavaJar2File()
Java Jar2 File'.
JavaJar2FileEReference getJavaJar2File_JavaArchive()
Java Archive'.
JavaJar2File.getJavaArchive(),
getJavaJar2File()EReference getJavaJar2File_File()
File'.
JavaJar2File.getFile(),
getJavaJar2File()EReference getJavaJar2File_Parent()
Parent'.
JavaJar2File.getParent(),
getJavaJar2File()JavaapplicationFactory getJavaapplicationFactory()