Class FreeLicenseState
java.lang.Object
com.inductiveautomation.ignition.common.licensing.FreeLicenseState
- All Implemented Interfaces:
LicenseState
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static LicenseState
The Date at which this demo's trial period will expire, or expired at if already expired.boolean
Whether or not this demo's trial period has expired.toString()
-
Constructor Details
-
FreeLicenseState
public FreeLicenseState()
-
-
Method Details
-
getTrialExpirationDate
Description copied from interface:LicenseState
The Date at which this demo's trial period will expire, or expired at if already expired. Not relevant unless the LicenseMode is Demo.- Specified by:
getTrialExpirationDate
in interfaceLicenseState
-
getLicenseMode
- Specified by:
getLicenseMode
in interfaceLicenseState
- Returns:
- the
LicenseMode
for this given LicenseState.
-
getModuleLicense
- Specified by:
getModuleLicense
in interfaceLicenseState
- Returns:
- the LicenseDetails in effect for this LicenseState for this particular module. If the LicenseMode is not Activated this can be null.
-
getPlatformLicense
- Specified by:
getPlatformLicense
in interfaceLicenseState
- Returns:
- the PlatformLicense in effect for this LicenseState. If the LicenseMode is not Activated this can be null.
-
isTrialExpired
public boolean isTrialExpired()Description copied from interface:LicenseState
Whether or not this demo's trial period has expired. Only relevant when the LicenseMode is Trial.- Specified by:
isTrialExpired
in interfaceLicenseState
- Returns:
- true if the demo's trial has expired
-
toString
-
equals