public interface JavaJar2File
The following features are supported:
JavaapplicationPackage.getJavaJar2File()| Modifier and Type | Method and Description |
|---|---|
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. |
Archive getJavaArchive()
If the meaning of the 'Java Archive' reference isn't clear, there really should be more of a description here...
setJavaArchive(Archive),
JavaapplicationPackage.getJavaJar2File_JavaArchive()void setJavaArchive(Archive value)
Java Archive' reference.
value - the new value of the 'Java Archive' reference.getJavaArchive()BinaryFile getFile()
If the meaning of the 'File' reference isn't clear, there really should be more of a description here...
setFile(BinaryFile),
JavaapplicationPackage.getJavaJar2File_File()void setFile(BinaryFile value)
File' reference.
value - the new value of the 'File' reference.getFile()JavaApplication getParent()
Jar2 File Children'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(JavaApplication),
JavaapplicationPackage.getJavaJar2File_Parent(),
JavaApplication.getJar2FileChildren()void setParent(JavaApplication value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()