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


public interface Java2File

A representation of the model object 'Java2 File'.

The following features are supported:

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

Method Summary
 CompilationUnit getJavaUnit()
          Returns the value of the 'Java Unit' reference.
 Java2Directory getParent()
          Returns the value of the 'Parent' reference.
 void setParent(Java2Directory value)
          Sets the value of the 'Parent' reference.
 

Method Detail

getJavaUnit

CompilationUnit getJavaUnit()
Returns the value of the 'Java Unit' reference.

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

Returns:
the value of the 'Java Unit' reference.
See Also:
JavaapplicationPackage.getJava2File_JavaUnit()
Generated:
Model:
required="true" transient="true" changeable="false" volatile="true" derived="true"

getParent

Java2Directory getParent()
Returns the value of the 'Parent' reference. It is bidirectional and its opposite is 'Java2 File 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(Java2Directory), JavaapplicationPackage.getJava2File_Parent(), Java2Directory.getJava2FileChildren()
Generated:
Model:
opposite="java2FileChildren" required="true"

setParent

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

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