com.stimulsoft.base.system.type
Enum StiSystemTypeEnum
java.lang.Object
java.lang.Enum<StiSystemTypeEnum>
com.stimulsoft.base.system.type.StiSystemTypeEnum
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiSystemTypeEnum>
public enum StiSystemTypeEnum
- extends java.lang.Enum<StiSystemTypeEnum>
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
SystemString
public static final StiSystemTypeEnum SystemString
SystemSingle
public static final StiSystemTypeEnum SystemSingle
SystemDouble
public static final StiSystemTypeEnum SystemDouble
SystemDecimal
public static final StiSystemTypeEnum SystemDecimal
SystemDateTime
public static final StiSystemTypeEnum SystemDateTime
SystemTimeSpan
public static final StiSystemTypeEnum SystemTimeSpan
SystemSByte
public static final StiSystemTypeEnum SystemSByte
SystemByte
public static final StiSystemTypeEnum SystemByte
SystemInt16
public static final StiSystemTypeEnum SystemInt16
SystemUInt16
public static final StiSystemTypeEnum SystemUInt16
SystemInt32
public static final StiSystemTypeEnum SystemInt32
SystemUInt32
public static final StiSystemTypeEnum SystemUInt32
SystemInt64
public static final StiSystemTypeEnum SystemInt64
SystemUInt64
public static final StiSystemTypeEnum SystemUInt64
SystemBoolean
public static final StiSystemTypeEnum SystemBoolean
SystemChar
public static final StiSystemTypeEnum SystemChar
SystemGuid
public static final StiSystemTypeEnum SystemGuid
SystemObject
public static final StiSystemTypeEnum SystemObject
SystemDrawingImage
public static final StiSystemTypeEnum SystemDrawingImage
SystemByteArray
public static final StiSystemTypeEnum SystemByteArray
SystemDrawingBitmap
public static final StiSystemTypeEnum SystemDrawingBitmap
SystemFloat
public static final StiSystemTypeEnum SystemFloat
RefCursor
public static final StiSystemTypeEnum RefCursor
values
public static StiSystemTypeEnum[] 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 (StiSystemTypeEnum c : StiSystemTypeEnum.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiSystemTypeEnum 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
getValueByString
public java.lang.Object getValueByString(java.lang.String str)
exist
public static boolean exist(java.lang.String systemTypeName)
getSystemType
public StiSystemType getSystemType()
- Returns:
- the systemType