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 java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.MapjsonMap
-
Constructor Summary
Constructors Constructor Description XlsxDataBarExtractor(java.util.Map jsonMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<XlsxExtractor.XlsxCfvoExtractor>getCfvos()XlsxExtractor.XlsxColorExtractorgetColor()intgetMaxLength()intgetMinLength()booleanisSetMaxLength()booleanisSetMinLength()booleanisSetShowValue()booleanisShowValue()
-
-
-
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 java.util.List<XlsxExtractor.XlsxCfvoExtractor> getCfvos()
-
getColor
public XlsxExtractor.XlsxColorExtractor getColor()
-
-