类 AbstractHolder
java.lang.Object
com.sh.wf.excel.metadata.AbstractHolder
- 所有已实现的接口:
ConfigurationHolder,Holder
- 直接已知子类:
AbstractReadHolder,AbstractWriteHolder
Write/read holder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明What converter does the currently operated cell need to executegetClazz()getHead()Some global variablesbooleanisNew()Record whether it's new or from cachevoidvoidsetConverterMap(Map<String, Converter> converterMap) voidsetGlobalConfiguration(GlobalConfiguration globalConfiguration) voidvoidsetNewInitialization(Boolean newInitialization) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.sh.wf.excel.metadata.Holder
holderType
-
构造器详细资料
-
AbstractHolder
-
-
方法详细资料
-
getNewInitialization
-
setNewInitialization
-
getHead
-
setHead
-
getClazz
-
setClazz
-
getGlobalConfiguration
-
setGlobalConfiguration
-
getConverterMap
-
setConverterMap
-
converterMap
从接口复制的说明:ConfigurationHolderWhat converter does the currently operated cell need to execute- 指定者:
converterMap在接口中ConfigurationHolder- 返回:
- Converter
-
globalConfiguration
从接口复制的说明:ConfigurationHolderSome global variables- 指定者:
globalConfiguration在接口中ConfigurationHolder- 返回:
- Global configuration
-
isNew
public boolean isNew()从接口复制的说明:ConfigurationHolderRecord whether it's new or from cache- 指定者:
isNew在接口中ConfigurationHolder- 返回:
- Record whether it's new or from cache
-