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


public interface JavaJar2File

A representation of the model object 'Java Jar2 File'.

The following features are supported:

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

Method Summary
 BinaryFile getFile()
          Returns the value of the 'File' reference.
 Archive getJavaArchive()
          Returns the value of the 'Java Archive' reference.
 JavaApplication getParent()
          Returns the value of the 'Parent' container reference.
 void setFile(BinaryFile value)
          Sets the value of the 'File' reference.
 void setJavaArchive(Archive value)
          Sets the value of the 'Java Archive' reference.
 void setParent(JavaApplication value)
          Sets the value of the 'Parent' container reference.
 

Method Detail

getJavaArchive

Archive getJavaArchive()
Returns the value of the 'Java Archive' reference.

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

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

setJavaArchive

void setJavaArchive(Archive value)
Sets the value of the 'Java Archive' reference.

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

getFile

BinaryFile getFile()
Returns the value of the 'File' reference.

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

Returns:
the value of the 'File' reference.
See Also:
setFile(BinaryFile), JavaapplicationPackage.getJavaJar2File_File()
Generated:
Model:
required="true"

setFile

void setFile(BinaryFile value)
Sets the value of the 'File' reference.

Parameters:
value - the new value of the 'File' reference.
See Also:
getFile()
Generated:

getParent

JavaApplication getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Jar2 File Children'.

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

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(JavaApplication), JavaapplicationPackage.getJavaJar2File_Parent(), JavaApplication.getJar2FileChildren()
Generated:
Model:
opposite="jar2FileChildren" required="true" transient="false"

setParent

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

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