com.stimulsoft.base.system.type
Class StiTypeNullable

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

public class StiTypeNullable
extends StiTypeValue


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

Constructor Detail

StiTypeNullable

public StiTypeNullable(StiSystemType typeValue)
Method Detail

getRange

public Range getRange()
Specified by:
getRange in class StiTypeValue

getSerializeValue

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

isNullable

public boolean isNullable()
Overrides:
isNullable in class StiSystemType

getInterfaceType

public ParameterType getInterfaceType()
Overrides:
getInterfaceType in class StiTypeValue

getEnumType

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

getInstance

public java.lang.Object getInstance()
Specified by:
getInstance 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