com.stimulsoft.base.system.type
Class StiSystemDateTime

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.StiSystemDateTime

public class StiSystemDateTime
extends StiTypeValue


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

Constructor Detail

StiSystemDateTime

public StiSystemDateTime()
Method Detail

getValueByString

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

getInstance

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

getEnumType

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

getRange

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

isTime

public boolean isTime()
Overrides:
isTime in class StiSystemType