com.stimulsoft.base.system.type
Class StiTypeRange

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

public class StiTypeRange
extends StiSystemType


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

Constructor Detail

StiTypeRange

public StiTypeRange(StiTypeValue typeValue)
Method Detail

getValueByString

public Range getValueByString(java.lang.String str)

getInstance

public Range getInstance()
Specified by:
getInstance in class StiSystemType

isRange

public boolean isRange()
Overrides:
isRange in class StiSystemType

getInterfaceType

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

getEnumType

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

isTime

public boolean isTime()
Overrides:
isTime in class StiSystemType

isDecimal

public boolean isDecimal()
Overrides:
isDecimal in class StiSystemType

isInteger

public boolean isInteger()
Overrides:
isInteger in class StiSystemType

getItemValue

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