com.stimulsoft.base.system.type
Class StiSystemType
java.lang.Object
com.stimulsoft.base.system.type.StiSystemType
- Direct Known Subclasses:
- StiTypeList, StiTypeRange, StiTypeValue, StiUserType
public abstract class StiSystemType
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serializeValue
protected java.lang.String serializeValue
StiSystemType
protected StiSystemType()
getSerializeValue
public java.lang.String getSerializeValue()
setSerializeValue
public void setSerializeValue(java.lang.String serializeValue)
getEnumType
public abstract StiSystemTypeEnum getEnumType()
getInterfaceType
public abstract ParameterType getInterfaceType()
getInstance
public abstract java.lang.Object getInstance()
getValueByString
protected abstract java.lang.Object getValueByString(java.lang.String str)
getItemValue
public abstract java.lang.Object getItemValue(java.lang.String itemSrt)
isList
public boolean isList()
isValueType
public boolean isValueType()
isRange
public boolean isRange()
isNullable
public boolean isNullable()
isTime
public boolean isTime()
isDecimal
public boolean isDecimal()
isInteger
public boolean isInteger()
getInstanceValueByString
public java.lang.Object getInstanceValueByString(java.lang.String str)
getValueByArrayString
public java.lang.Object getValueByArrayString(java.util.List<java.lang.String> strArray)
getSystemType
public static StiSystemType getSystemType(java.lang.String systemTypeName)
Copyright © 2018 Stimulsoft. All Rights Reserved.