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


public interface Java2Directory

A representation of the model object 'Java2 Directory'.

The following features are supported:

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

Method Summary
  getDirectory()
          Returns the value of the 'Directory' reference list.
  getJava2FileChildren()
          Returns the value of the 'Java2 File Children' reference list.
 Package getJavaPackage()
          Returns the value of the 'Java Package' reference.
 JavaApplication getParent()
          Returns the value of the 'Parent' reference.
 void setJavaPackage(Package value)
          Sets the value of the 'Java Package' reference.
 void setParent(JavaApplication value)
          Sets the value of the 'Parent' reference.
 

Method Detail

getJavaPackage

Package getJavaPackage()
Returns the value of the 'Java Package' reference.

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

Returns:
the value of the 'Java Package' reference.
See Also:
setJavaPackage(org.eclipse.gmt.modisco.java.Package), JavaapplicationPackage.getJava2Directory_JavaPackage()
Generated:
Model:
required="true"

setJavaPackage

void setJavaPackage(Package value)
Sets the value of the 'Java Package' reference.

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

getDirectory

 getDirectory()
Returns the value of the 'Directory' reference list. The list contents are of type Directory.

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

Returns:
the value of the 'Directory' reference list.
See Also:
JavaapplicationPackage.getJava2Directory_Directory()
Generated:
Model:
required="true"

getParent

JavaApplication getParent()
Returns the value of the 'Parent' reference. It is bidirectional and its opposite is 'Java2 Directory Children'.

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

Returns:
the value of the 'Parent' reference.
See Also:
setParent(JavaApplication), JavaapplicationPackage.getJava2Directory_Parent(), JavaApplication.getJava2DirectoryChildren()
Generated:
Model:
opposite="java2DirectoryChildren" required="true"

setParent

void setParent(JavaApplication value)
Sets the value of the 'Parent' reference.

Parameters:
value - the new value of the 'Parent' reference.
See Also:
getParent()
Generated:

getJava2FileChildren

 getJava2FileChildren()
Returns the value of the 'Java2 File Children' reference list. The list contents are of type Java2File. It is bidirectional and its opposite is 'Parent'.

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

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