Package io.keikai.importer
Class XlsxExtractor.XlsxDataBarExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxDataBarExtractor
-
- Direct Known Subclasses:
XlsxExtractor.XlsxExtDataBarExtractor
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxDataBarExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description XlsxDataBarExtractor(Map jsonMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<XlsxExtractor.XlsxCfvoExtractor>
getCfvos()
XlsxExtractor.XlsxColorExtractor
getColor()
int
getMaxLength()
int
getMinLength()
boolean
isSetMaxLength()
boolean
isSetMinLength()
boolean
isSetShowValue()
boolean
isShowValue()
-
-
-
Field Detail
-
jsonMap
protected final Map jsonMap
-
-
Constructor Detail
-
XlsxDataBarExtractor
public XlsxDataBarExtractor(Map jsonMap)
-
-
Method Detail
-
getMinLength
public int getMinLength()
-
isSetMinLength
public boolean isSetMinLength()
-
getMaxLength
public int getMaxLength()
-
isSetMaxLength
public boolean isSetMaxLength()
-
isSetShowValue
public boolean isSetShowValue()
-
isShowValue
public boolean isShowValue()
-
getCfvos
public List<XlsxExtractor.XlsxCfvoExtractor> getCfvos()
-
getColor
public XlsxExtractor.XlsxColorExtractor getColor()
-
-