Uses of Class
com.stimulsoft.base.elements.StiPlanIdent

Packages that use StiPlanIdent
com.stimulsoft.base.elements   
com.stimulsoft.base.licenses   
 

Uses of StiPlanIdent in com.stimulsoft.base.elements
 

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

Uses of StiPlanIdent in com.stimulsoft.base.licenses
 

Fields in com.stimulsoft.base.licenses declared as StiPlanIdent
 StiPlanIdent StiLicenseKey.planId
           
 

Methods in com.stimulsoft.base.licenses that return StiPlanIdent
 StiPlanIdent StiLicenseKey.getPlanId()
           
 

Methods in com.stimulsoft.base.licenses with parameters of type StiPlanIdent
 void StiLicenseKey.setPlanId(StiPlanIdent planId)