public enum StiPlanIdent extends java.lang.Enum<StiPlanIdent> implements IStiEnum
| Enum Constant and Description |
|---|
OnlineStandard |
OnlineTrial |
ServerBusiness |
ServerEnterprise |
ServerTeam10 |
ServerTeam25 |
ServerTeam5 |
ServerTeam50 |
ServerTrial |
ServerWorldWide |
| Modifier and Type | Method and Description |
|---|---|
static StiPlanIdent |
forValue(int value) |
int |
getValue() |
static StiPlanIdent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiPlanIdent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiPlanIdent OnlineTrial
public static final StiPlanIdent OnlineStandard
public static final StiPlanIdent ServerTrial
public static final StiPlanIdent ServerTeam5
public static final StiPlanIdent ServerTeam10
public static final StiPlanIdent ServerTeam25
public static final StiPlanIdent ServerTeam50
public static final StiPlanIdent ServerBusiness
public static final StiPlanIdent ServerEnterprise
public static final StiPlanIdent ServerWorldWide
public static StiPlanIdent[] values()
for (StiPlanIdent c : StiPlanIdent.values()) System.out.println(c);
public static StiPlanIdent valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static StiPlanIdent forValue(int value)
Copyright © 2020 Stimulsoft. All Rights Reserved.