com.stimulsoft.base.system.type
Class StiUserType

java.lang.Object
  extended by com.stimulsoft.base.system.type.StiSystemType
      extended by com.stimulsoft.base.system.type.StiUserType

public class StiUserType
extends StiSystemType


Constructor Summary
StiUserType(java.lang.String userType)
           
 
Method Summary
 StiSystemTypeEnum getEnumType()
           
 java.lang.Object getInstance()
           
 ParameterType getInterfaceType()
           
 java.lang.Object getItemValue(java.lang.String itemSrt)
           
 java.lang.String getSerializeValue()
           
 java.lang.Object getValueByString(java.lang.String str)
           
 
Methods inherited from class com.stimulsoft.base.system.type.StiSystemType
getInstanceValueByString, getSystemType, getValueByArrayString, isDecimal, isInteger, isList, isNullable, isRange, isTime, isValueType, setSerializeValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiUserType

public StiUserType(java.lang.String userType)
Method Detail

getValueByString

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

getSerializeValue

public java.lang.String getSerializeValue()
Overrides:
getSerializeValue in class StiSystemType

getInstance

public java.lang.Object getInstance()
Specified by:
getInstance in class StiSystemType

getInterfaceType

public ParameterType getInterfaceType()
Specified by:
getInterfaceType in class StiSystemType

getEnumType

public StiSystemTypeEnum getEnumType()
Specified by:
getEnumType in class StiSystemType

getItemValue

public java.lang.Object getItemValue(java.lang.String itemSrt)
Specified by:
getItemValue in class StiSystemType