com.stimulsoft.base.system.type
Enum StiSystemTypeEnum

java.lang.Object
  extended by java.lang.Enum<StiSystemTypeEnum>
      extended by com.stimulsoft.base.system.type.StiSystemTypeEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiSystemTypeEnum>

public enum StiSystemTypeEnum
extends java.lang.Enum<StiSystemTypeEnum>


Enum Constant Summary
RefCursor
           
SystemBoolean
           
SystemByte
           
SystemByteArray
           
SystemChar
           
SystemDateTime
           
SystemDecimal
           
SystemDouble
           
SystemDrawingBitmap
           
SystemDrawingImage
           
SystemFloat
           
SystemGuid
           
SystemInt16
           
SystemInt32
           
SystemInt64
           
SystemObject
           
SystemSByte
           
SystemSingle
           
SystemString
           
SystemTimeSpan
           
SystemUInt16
           
SystemUInt32
           
SystemUInt64
           
 
Method Summary
static boolean exist(java.lang.String systemTypeName)
           
 StiSystemType getSystemType()
           
 java.lang.Object getValueByString(java.lang.String str)
           
static StiSystemTypeEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiSystemTypeEnum[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

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
Method Detail

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