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
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
clone, compareTo, equals, finalize, 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
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


Copyright © 2018 Stimulsoft. All Rights Reserved.