This method of the LicenseDescriptor Interface sets the license style. If style is zero, the method defaults to a design time license.
public void setStyle(int style) throws Exception;
style | The style of license. This can be either DESIGN or RUNTIME. |
Exception if the style is invalid.