org.eclipse.modisco.java.composition.javaapplication
Interface JavaApplication


public interface JavaApplication

A representation of the model object 'Java Application'.

The following features are supported:

See Also:
JavaapplicationPackage.getJavaApplication()
Generated:
Model:

Method Summary
 InventoryModel getDeploymentModel()
          Returns the value of the 'Deployment Model' reference.
  getJar2FileChildren()
          Returns the value of the 'Jar2 File Children' containment reference list.
  getJava2DirectoryChildren()
          Returns the value of the 'Java2 Directory Children' reference list.
 Model getJavaModel()
          Returns the value of the 'Java Model' reference.
 void setDeploymentModel(InventoryModel value)
          Sets the value of the 'Deployment Model' reference.
 void setJavaModel(Model value)
          Sets the value of the 'Java Model' reference.
 

Method Detail

getJavaModel

Model getJavaModel()
Returns the value of the 'Java Model' reference.

If the meaning of the 'Java Model' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Java Model' reference.
See Also:
setJavaModel(Model), JavaapplicationPackage.getJavaApplication_JavaModel()
Generated:
Model:
required="true"

setJavaModel

void setJavaModel(Model value)
Sets the value of the 'Java Model' reference.

Parameters:
value - the new value of the 'Java Model' reference.
See Also:
getJavaModel()
Generated:

getDeploymentModel

InventoryModel getDeploymentModel()
Returns the value of the 'Deployment Model' reference.

If the meaning of the 'Deployment Model' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Deployment Model' reference.
See Also:
setDeploymentModel(InventoryModel), JavaapplicationPackage.getJavaApplication_DeploymentModel()
Generated:
Model:
required="true"

setDeploymentModel

void setDeploymentModel(InventoryModel value)
Sets the value of the 'Deployment Model' reference.

Parameters:
value - the new value of the 'Deployment Model' reference.
See Also:
getDeploymentModel()
Generated:

getJava2DirectoryChildren

 getJava2DirectoryChildren()
Returns the value of the 'Java2 Directory Children' reference list. The list contents are of type Java2Directory. It is bidirectional and its opposite is 'Parent'.

If the meaning of the 'Java2 Directory Children' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Java2 Directory Children' reference list.
See Also:
JavaapplicationPackage.getJavaApplication_Java2DirectoryChildren(), Java2Directory.getParent()
Generated:
Model:
opposite="parent"

getJar2FileChildren

 getJar2FileChildren()
Returns the value of the 'Jar2 File Children' containment reference list. The list contents are of type JavaJar2File. It is bidirectional and its opposite is 'Parent'.

If the meaning of the 'Jar2 File Children' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Jar2 File Children' containment reference list.
See Also:
JavaapplicationPackage.getJavaApplication_Jar2FileChildren(), JavaJar2File.getParent()
Generated:
Model:
opposite="parent" containment="true"