com.stimulsoft.base.licenses
Enum StiProductIdent

java.lang.Object
  extended by java.lang.Enum<StiProductIdent>
      extended by com.stimulsoft.base.licenses.StiProductIdent
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiProductIdent>

public enum StiProductIdent
extends java.lang.Enum<StiProductIdent>

Copyright Stimulsoft


Enum Constant Summary
Angular
           
BICloud
           
BIDesigner
           
BIDesktop
           
BIServer
           
CloudDashboards
           
CloudReports
           
DbsAngular
           
DbsJs
           
DbsWeb
           
DbsWin
           
Desktop
           
Flex
           
Java
           
Js
           
Net
           
NetCore
           
Php
           
Silverlight
           
Ultimate
           
Uwp
           
Web
           
Wpf
           
 
Method Summary
static StiProductIdent valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiProductIdent[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Ultimate

public static final StiProductIdent Ultimate

Net

public static final StiProductIdent Net

Wpf

public static final StiProductIdent Wpf

Web

public static final StiProductIdent Web

Silverlight

public static final StiProductIdent Silverlight

Js

public static final StiProductIdent Js

Java

public static final StiProductIdent Java

Php

public static final StiProductIdent Php

NetCore

public static final StiProductIdent NetCore

Uwp

public static final StiProductIdent Uwp

Flex

public static final StiProductIdent Flex

Desktop

public static final StiProductIdent Desktop

DbsJs

public static final StiProductIdent DbsJs

DbsWin

public static final StiProductIdent DbsWin

DbsWeb

public static final StiProductIdent DbsWeb

BIDesigner

public static final StiProductIdent BIDesigner

BIDesktop

public static final StiProductIdent BIDesktop

BIServer

public static final StiProductIdent BIServer

BICloud

public static final StiProductIdent BICloud

CloudReports

public static final StiProductIdent CloudReports

CloudDashboards

public static final StiProductIdent CloudDashboards

Angular

public static final StiProductIdent Angular

DbsAngular

public static final StiProductIdent DbsAngular
Method Detail

values

public static StiProductIdent[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StiProductIdent c : StiProductIdent.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StiProductIdent valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null