From e41e3b91febac4c01ad6809bb4706657950a59cf Mon Sep 17 00:00:00 2001 From: gnmyt Date: Sun, 17 Sep 2023 15:20:24 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20javadoc=20from=20@=20LicenseAP?= =?UTF-8?q?I/java-integration@8b85eddf44aa2f9d06a1f808d31b2004081a5ab5=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- allclasses-index.html | 4 +- allclasses.html | 4 +- allpackages-index.html | 4 +- constant-values.html | 4 +- de/licenseapi/LicenseValidator.html | 4 +- de/licenseapi/class-use/LicenseValidator.html | 4 +- de/licenseapi/entities/License.html | 4 +- de/licenseapi/entities/LicenseMeta.html | 73 ++++++++++++++++-- de/licenseapi/entities/LicenseStatus.html | 4 +- de/licenseapi/entities/class-use/License.html | 4 +- .../entities/class-use/LicenseMeta.html | 4 +- .../entities/class-use/LicenseStatus.html | 4 +- de/licenseapi/entities/package-summary.html | 4 +- de/licenseapi/entities/package-tree.html | 4 +- de/licenseapi/entities/package-use.html | 4 +- de/licenseapi/package-summary.html | 4 +- de/licenseapi/package-tree.html | 4 +- de/licenseapi/package-use.html | 4 +- deprecated-list.html | 4 +- help-doc.html | 4 +- index-all.html | 16 +++- index.html | 4 +- member-search-index.js | 2 +- member-search-index.zip | Bin 581 -> 609 bytes overview-summary.html | 2 +- overview-tree.html | 4 +- package-search-index.zip | Bin 240 -> 240 bytes type-search-index.zip | Bin 265 -> 265 bytes 28 files changed, 126 insertions(+), 51 deletions(-) diff --git a/allclasses-index.html b/allclasses-index.html index da45f7d..27a9a2c 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -2,10 +2,10 @@ - + All Classes (LicenseAPI-Integration 1.0.0-ALPHA API) - + diff --git a/allclasses.html b/allclasses.html index b981793..bf0fd04 100644 --- a/allclasses.html +++ b/allclasses.html @@ -2,10 +2,10 @@ - + All Classes (LicenseAPI-Integration 1.0.0-ALPHA API) - + diff --git a/allpackages-index.html b/allpackages-index.html index 21f4a75..6b2beb1 100644 --- a/allpackages-index.html +++ b/allpackages-index.html @@ -2,10 +2,10 @@ - + All Packages (LicenseAPI-Integration 1.0.0-ALPHA API) - + diff --git a/constant-values.html b/constant-values.html index 0055fe3..328507c 100644 --- a/constant-values.html +++ b/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (LicenseAPI-Integration 1.0.0-ALPHA API) - + diff --git a/de/licenseapi/LicenseValidator.html b/de/licenseapi/LicenseValidator.html index 5b709ed..47e6597 100644 --- a/de/licenseapi/LicenseValidator.html +++ b/de/licenseapi/LicenseValidator.html @@ -2,10 +2,10 @@ - + LicenseValidator (LicenseAPI-Integration 1.0.0-ALPHA API) - + diff --git a/de/licenseapi/class-use/LicenseValidator.html b/de/licenseapi/class-use/LicenseValidator.html index 0ecce32..3f9c915 100644 --- a/de/licenseapi/class-use/LicenseValidator.html +++ b/de/licenseapi/class-use/LicenseValidator.html @@ -2,10 +2,10 @@ - + Uses of Class de.licenseapi.LicenseValidator (LicenseAPI-Integration 1.0.0-ALPHA API) - + diff --git a/de/licenseapi/entities/License.html b/de/licenseapi/entities/License.html index 4418832..836e064 100644 --- a/de/licenseapi/entities/License.html +++ b/de/licenseapi/entities/License.html @@ -2,10 +2,10 @@ - + License (LicenseAPI-Integration 1.0.0-ALPHA API) - + diff --git a/de/licenseapi/entities/LicenseMeta.html b/de/licenseapi/entities/LicenseMeta.html index c923712..81f1c89 100644 --- a/de/licenseapi/entities/LicenseMeta.html +++ b/de/licenseapi/entities/LicenseMeta.html @@ -2,10 +2,10 @@ - + LicenseMeta (LicenseAPI-Integration 1.0.0-ALPHA API) - + @@ -28,7 +28,7 @@ catch(err) { } //--> -var data = {"i0":10,"i1":10}; +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -180,13 +180,34 @@ extends Description +boolean +getAsBoolean() + +
Gets the value of the meta information as Boolean
+ + + +double +getAsDouble() + +
Gets the value of the meta information as Double
+ + + +int +getAsInteger() + +
Gets the value of the meta information as Integer
+ + + String getKey()
Gets the key of the meta information
- + String getValue() @@ -263,7 +284,7 @@ extends -