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

Packages that use StiActivationType
com.stimulsoft.base.licenses   
 

Uses of StiActivationType in com.stimulsoft.base.licenses
 

Fields in com.stimulsoft.base.licenses declared as StiActivationType
 StiActivationType StiLicenseActivationRequest.type
           
 

Methods in com.stimulsoft.base.licenses that return StiActivationType
 StiActivationType StiLicenseActivationRequest.getType()
           
static StiActivationType StiActivationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiActivationType[] StiActivationType.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 StiActivationType
 void StiLicenseActivationRequest.setType(StiActivationType type)