This method of the LicenseDescriptor Interface retrieves the license style. By default, all licenses are design time licenses. However, a user can have a runtime only license.
public int getStyle();
Returns the style of license, either DESIGN or RUNTIME.