com.stimulsoft.base.system.type
Enum StiListTypeEnum

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

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


Enum Constant Summary
StimulsoftBoolList
           
StimulsoftByteList
           
StimulsoftCharList
           
StimulsoftDateTimeList
           
StimulsoftDecimalList
           
StimulsoftDoubleList
           
StimulsoftFloatList
           
StimulsoftGuidList
           
StimulsoftIntList
           
StimulsoftLongList
           
StimulsoftShortList
           
StimulsoftStringList
           
StimulsoftTimeSpanList
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

StimulsoftStringList

public static final StiListTypeEnum StimulsoftStringList

StimulsoftFloatList

public static final StiListTypeEnum StimulsoftFloatList

StimulsoftDoubleList

public static final StiListTypeEnum StimulsoftDoubleList

StimulsoftDecimalList

public static final StiListTypeEnum StimulsoftDecimalList

StimulsoftDateTimeList

public static final StiListTypeEnum StimulsoftDateTimeList

StimulsoftTimeSpanList

public static final StiListTypeEnum StimulsoftTimeSpanList

StimulsoftByteList

public static final StiListTypeEnum StimulsoftByteList

StimulsoftShortList

public static final StiListTypeEnum StimulsoftShortList

StimulsoftIntList

public static final StiListTypeEnum StimulsoftIntList

StimulsoftLongList

public static final StiListTypeEnum StimulsoftLongList

StimulsoftBoolList

public static final StiListTypeEnum StimulsoftBoolList

StimulsoftCharList

public static final StiListTypeEnum StimulsoftCharList

StimulsoftGuidList

public static final StiListTypeEnum StimulsoftGuidList
Method Detail

values

public static StiListTypeEnum[] 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 (StiListTypeEnum c : StiListTypeEnum.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StiListTypeEnum 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

newInstance

public StiSystemType newInstance()

getValueByString

public java.lang.Object getValueByString(java.lang.String str)

newInstance

public StiTypeValue newInstance(java.lang.Class<? extends StiTypeValue> systemClass)

exist

public static boolean exist(java.lang.String systemTypeName)

getSystemType

public static StiSystemType getSystemType(java.lang.String systemTypeName)


Copyright © 2018 Stimulsoft. All Rights Reserved.