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 Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serializeValue
protected String serializeValue
StiSystemType
protected StiSystemType()
getSerializeValue
public String getSerializeValue()
setSerializeValue
public void setSerializeValue(String serializeValue)
getEnumType
public abstract StiSystemTypeEnum getEnumType()
getInterfaceType
public abstract ParameterType getInterfaceType()
getInstance
public abstract Object getInstance()
getValueByString
protected abstract Object getValueByString(String str)
getItemValue
public abstract Object getItemValue(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 Object getInstanceValueByString(String str)
getValueByArrayString
public Object getValueByArrayString(List<String> strArray)
getSystemType
public static StiSystemType getSystemType(String systemTypeName)
Copyright © 2017 Stimulsoft. All Rights Reserved.