Package com.adobe.granite.license
Interface License
-
- All Superinterfaces:
java.util.Map<java.lang.String,java.lang.String>
@ProviderType public interface License extends java.util.Map<java.lang.String,java.lang.String>This Interface defines...
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLICENSE_CUSTOMER_NAMEthe property name of the customer namestatic java.lang.StringLICENSE_DOWNLOAD_IDthe property name of the download idstatic java.lang.StringLICENSE_PRODUCT_NAMEthe property name of the product namestatic java.lang.StringLICENSE_PRODUCT_VERSIONthe property name of the product version
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCustomerName()java.lang.StringgetDownloadId()java.lang.StringgetProductName()java.lang.StringgetProductVersion()
-
-
-
Field Detail
-
LICENSE_DOWNLOAD_ID
static final java.lang.String LICENSE_DOWNLOAD_ID
the property name of the download id- See Also:
- Constant Field Values
-
LICENSE_CUSTOMER_NAME
static final java.lang.String LICENSE_CUSTOMER_NAME
the property name of the customer name- See Also:
- Constant Field Values
-
LICENSE_PRODUCT_NAME
static final java.lang.String LICENSE_PRODUCT_NAME
the property name of the product name- See Also:
- Constant Field Values
-
LICENSE_PRODUCT_VERSION
static final java.lang.String LICENSE_PRODUCT_VERSION
the property name of the product version- See Also:
- Constant Field Values
-
-