Package com.stimulsoft.base.system.type
Class StiSystemType
java.lang.Object
com.stimulsoft.base.system.type.StiSystemType
- Direct Known Subclasses:
StiTypeList,StiTypeRange,StiTypeValue,StiUserType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StiSystemTypeEnumabstract Objectabstract ParameterTypeabstract ObjectgetItemValue(String itemSrt) static StiSystemTypegetSystemType(String systemTypeName) getValueByArrayString(List<String> strArray) protected abstract ObjectgetValueByString(String str) booleanbooleanbooleanisList()booleanbooleanisRange()booleanisTime()booleanvoidsetJsonSerializeValue(String jsonSerializeValue) voidsetSerializeValue(String serializeValue)
-
Field Details
-
serializeValue
-
jsonSerializeValue
-
-
Constructor Details
-
StiSystemType
protected StiSystemType()
-
-
Method Details
-
getJsonSerializeValue
-
setJsonSerializeValue
-
getSerializeValue
-
setSerializeValue
-
getEnumType
-
getInterfaceType
-
getInstance
-
getValueByString
-
getItemValue
-
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
-
getValueByArrayString
-
getSystemType
-