Uses of Class
com.stimulsoft.lib.enums.StiTypeCode

Packages that use StiTypeCode
com.stimulsoft.lib.enums   
com.stimulsoft.lib.utils   
 

Uses of StiTypeCode in com.stimulsoft.lib.enums
 

Methods in com.stimulsoft.lib.enums that return StiTypeCode
static StiTypeCode StiTypeCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiTypeCode[] StiTypeCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stimulsoft.lib.enums that return types with arguments of type StiTypeCode
static java.util.Hashtable<java.lang.String,StiTypeCode> StiTypeCode.getTypesList()
           
 

Uses of StiTypeCode in com.stimulsoft.lib.utils
 

Methods in com.stimulsoft.lib.utils with parameters of type StiTypeCode
static java.lang.Object StiTypeConverter.changeType(java.lang.String value, StiTypeCode typeCode)
          Returns an object of the specified type whose value is equivalent to the specified object.