Enum Class StiPlanIdent

java.lang.Object
java.lang.Enum<StiPlanIdent>
com.stimulsoft.base.elements.StiPlanIdent
All Implemented Interfaces:
IStiEnum, Serializable, Comparable<StiPlanIdent>, Constable

public enum StiPlanIdent extends Enum<StiPlanIdent> implements IStiEnum
Copyright Stimulsoft
  • Enum Constant Details

    • CloudTrial

      public static final StiPlanIdent CloudTrial
    • CloudDeveloper

      public static final StiPlanIdent CloudDeveloper
    • CloudSingle

      public static final StiPlanIdent CloudSingle
    • CloudTeam

      public static final StiPlanIdent CloudTeam
    • CloudEnterprise

      public static final StiPlanIdent CloudEnterprise
    • ServerTrial

      public static final StiPlanIdent ServerTrial
    • ServerTeam5

      public static final StiPlanIdent ServerTeam5
    • ServerTeam10

      public static final StiPlanIdent ServerTeam10
    • ServerTeam25

      public static final StiPlanIdent ServerTeam25
    • ServerTeam50

      public static final StiPlanIdent ServerTeam50
    • ServerBusiness

      public static final StiPlanIdent ServerBusiness
    • ServerEnterprise

      public static final StiPlanIdent ServerEnterprise
    • ServerWorldWide

      public static final StiPlanIdent ServerWorldWide
    • BIServerSingle

      public static final StiPlanIdent BIServerSingle
    • BIServerTeam

      public static final StiPlanIdent BIServerTeam
    • BIServerSite

      public static final StiPlanIdent BIServerSite
    • BIServerWorldWide

      public static final StiPlanIdent BIServerWorldWide
    • BIServerEnterprise

      public static final StiPlanIdent BIServerEnterprise
  • Method Details

    • values

      public static StiPlanIdent[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static StiPlanIdent valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
      Specified by:
      getValue in interface IStiEnum
    • forValue

      public static StiPlanIdent forValue(int value)