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


Field Summary
 
Fields inherited from class com.stimulsoft.base.system.type.StiSystemType
serializeValue
 
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
clone, equals, finalize, 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)
Specified by:
getValueByString in class StiSystemType

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


Copyright © 2018 Stimulsoft. All Rights Reserved.