public enum StiNullableTypeEnum extends java.lang.Enum<StiNullableTypeEnum>
| 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 StiNullableTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiNullableTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiNullableTypeEnum NullableSingle
public static final StiNullableTypeEnum SystemNullableDouble
public static final StiNullableTypeEnum SystemNullableFloat
public static final StiNullableTypeEnum SystemNullableDecimal
public static final StiNullableTypeEnum SystemNullableDateTime
public static final StiNullableTypeEnum SystemNullableTimeSpan
public static final StiNullableTypeEnum SystemNullableSByte
public static final StiNullableTypeEnum SystemNullableByte
public static final StiNullableTypeEnum SystemNullableInt16
public static final StiNullableTypeEnum SystemNullableUInt16
public static final StiNullableTypeEnum SystemNullableInt32
public static final StiNullableTypeEnum SystemNullableUInt32
public static final StiNullableTypeEnum SystemNullableInt64
public static final StiNullableTypeEnum SystemNullableUInt64
public static final StiNullableTypeEnum SystemNullableBoolean
public static final StiNullableTypeEnum SystemNullableChar
public static final StiNullableTypeEnum SystemNullableGuid
public static StiNullableTypeEnum[] values()
for (StiNullableTypeEnum c : StiNullableTypeEnum.values()) System.out.println(c);
public static StiNullableTypeEnum 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.