Library
This type is a class for model objects.
Specifies a container-wide shared library that can be used by deployed applications.
Package: libraries
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Attributes Summary |
name : EString |
The name of the shared library.
|
description : EString |
An optional description for this shared library.
|
classPath : EString |
A classpath containing this library's jar(s)
|
nativePath : EString |
An optional path to any native libraries (dll's, or so's) required by this shared library.
|
name - The name of the shared library.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
description - An optional description for this shared library.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
classPath - A classpath containing this library's jar(s)
Data Type: EString
Default value: unspecified
Required: true
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 1
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
nativePath - An optional path to any native libraries (dll's, or so's) required by this shared library.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 0
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006