Uses of Class
com.stimulsoft.base.licenses.StiProductIdent

Packages that use StiProductIdent
com.stimulsoft.base.licenses   
 

Uses of StiProductIdent in com.stimulsoft.base.licenses
 

Fields in com.stimulsoft.base.licenses declared as StiProductIdent
 StiProductIdent StiLicenseProduct.ident
           
 

Methods in com.stimulsoft.base.licenses that return StiProductIdent
 StiProductIdent StiLicenseProduct.getIdent()
           
static StiProductIdent StiProductIdent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiProductIdent[] StiProductIdent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stimulsoft.base.licenses with parameters of type StiProductIdent
static boolean StiLicenseKeyValidator.isValid(StiProductIdent ident, StiLicenseKey key)
           
static boolean StiLicenseKeyValidator.isValidInDesignerOrOnSpecifiedPlatform(StiProductIdent ident, StiLicenseKey key)
           
 void StiLicenseProduct.setIdent(StiProductIdent ident)