Name | Alter the name of the reference element.
When an element is first added, it is given a default name. |
Type | Specify the resource element that the
extension requires:- metamodel. The referenced file is a MetaModel
(Java
.jar file with a MetaModel XML file). - jar. The referenced file is a Java
.jar
file containing Java code. - library. The referenced file is a native code
library (non-Java code).
- program. The referenced file is a native executable
program (non-Java code).
- data. The referenced file is a component-specific
arbitrary data file. The component may read the content of this file
but cannot update it.
|
ID | Specify any valid string value that the component
can use to locate this referenced file. This string can be used in conjunction
with the MetaModel.getReference() method, which allows
the component to discover the physical location of the deployed file. |
Library Name | Defines the name that is used
in a System.loadLibrary() call to load this native code
library into the JVM process. This setting is used only if the reference
is specified as type library. You
should not specify a file extension. The file extension (which is system-dependent)
will be defined when the file is published to the library. |
Platforms | Specify a comma-delimited list of
platforms that are supported by this reference. If the extension is loaded
on a platform that is not specified, this reference will be ignored.
For supported
platforms information, see Platform Information. |
Version | Specify the version of the referenced
file as published in the library. You can use wildcards to select the
latest version (for example, 2.*.* will select the latest
version that has 2 as the major version). |