public enum StiListTypeEnum extends java.lang.Enum<StiListTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static boolean |
exist(java.lang.String systemTypeName) |
static StiSystemType |
getSystemType(java.lang.String systemTypeName) |
java.lang.Object |
getValueByString(java.lang.String str) |
StiSystemType |
newInstance() |
StiTypeValue |
newInstance(java.lang.Class<? extends StiTypeValue> systemClass) |
static StiListTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiListTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiListTypeEnum StimulsoftStringList
public static final StiListTypeEnum StimulsoftFloatList
public static final StiListTypeEnum StimulsoftDoubleList
public static final StiListTypeEnum StimulsoftDecimalList
public static final StiListTypeEnum StimulsoftDateTimeList
public static final StiListTypeEnum StimulsoftTimeSpanList
public static final StiListTypeEnum StimulsoftByteList
public static final StiListTypeEnum StimulsoftShortList
public static final StiListTypeEnum StimulsoftIntList
public static final StiListTypeEnum StimulsoftLongList
public static final StiListTypeEnum StimulsoftBoolList
public static final StiListTypeEnum StimulsoftCharList
public static final StiListTypeEnum StimulsoftGuidList
public static StiListTypeEnum[] values()
for (StiListTypeEnum c : StiListTypeEnum.values()) System.out.println(c);
public static StiListTypeEnum 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 StiSystemType newInstance()
public java.lang.Object getValueByString(java.lang.String str)
public StiTypeValue newInstance(java.lang.Class<? extends StiTypeValue> systemClass)
public static boolean exist(java.lang.String systemTypeName)
public static StiSystemType getSystemType(java.lang.String systemTypeName)
Copyright © 2020 Stimulsoft. All Rights Reserved.