com.stimulsoft.base.system.type
Class StiTypeValue

java.lang.Object
  extended by com.stimulsoft.base.system.type.StiSystemType
      extended by com.stimulsoft.base.system.type.StiTypeValue
Direct Known Subclasses:
StiSystemBoolean, StiSystemByte, StiSystemByteArray, StiSystemChar, StiSystemDateTime, StiSystemDecimal, StiSystemDouble, StiSystemDrawingBitmap, StiSystemDrawingImage, StiSystemGuid, StiSystemInt16, StiSystemInt32, StiSystemInt64, StiSystemObject, StiSystemSingle, StiSystemString, StiSystemTimeSpan, StiTypeNullable

public abstract class StiTypeValue
extends StiSystemType


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

Constructor Detail

StiTypeValue

public StiTypeValue()
Method Detail

getRange

public abstract Range getRange()

isValueType

public boolean isValueType()
Overrides:
isValueType in class StiSystemType

getInterfaceType

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

getItemValue

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