/AWS1/CL_OSRPLUGINPROPERTIES¶
Basic information about the plugin.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/OSRPLUGINNAME /AWS1/OSRPLUGINNAME¶
The name of the plugin.
iv_description TYPE /AWS1/OSRPLUGINDESCRIPTION /AWS1/OSRPLUGINDESCRIPTION¶
The description of the plugin.
iv_version TYPE /AWS1/OSRPLUGINVERSION /AWS1/OSRPLUGINVERSION¶
The version of the plugin.
iv_classname TYPE /AWS1/OSRPLUGINCLASSNAME /AWS1/OSRPLUGINCLASSNAME¶
The name of the class to load.
iv_uncompressedsizeinbytes TYPE /AWS1/OSRUNCOMPRESSEDPLUGINS00 /AWS1/OSRUNCOMPRESSEDPLUGINS00¶
The uncompressed size of the plugin.
Queryable Attributes¶
Name¶
The name of the plugin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Description¶
The description of the plugin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Version¶
The version of the plugin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
ClassName¶
The name of the class to load.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLASSNAME() |
Getter for CLASSNAME, with configurable default |
ASK_CLASSNAME() |
Getter for CLASSNAME w/ exceptions if field has no value |
HAS_CLASSNAME() |
Determine if CLASSNAME has a value |
UncompressedSizeInBytes¶
The uncompressed size of the plugin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNCOMPRESSEDSIZEINBYTES() |
Getter for UNCOMPRESSEDSIZEINBYTES, with configurable defaul |
ASK_UNCOMPRESSEDSIZEINBYTES() |
Getter for UNCOMPRESSEDSIZEINBYTES w/ exceptions if field ha |
HAS_UNCOMPRESSEDSIZEINBYTES() |
Determine if UNCOMPRESSEDSIZEINBYTES has a value |