public class XlsLabelledCellForIterateTable extends Object implements XlsLabelledCell
XlsIterateTables
内のXlsLabelledCell
をブリッジするクラス。コンストラクタと説明 |
---|
XlsLabelledCellForIterateTable(XlsLabelledCell labelledCell,
int labelRow,
int labelColumn) |
修飾子とタイプ | メソッドと説明 |
---|---|
Class<? extends Annotation> |
annotationType() |
ProcessCase[] |
cases() |
String |
headerLabel() |
String |
label() |
int |
labelColumn() |
boolean |
labelMerged() |
int |
labelRow() |
boolean |
optional() |
int |
range() |
int |
skip() |
LabelledCellType |
type() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
public XlsLabelledCellForIterateTable(XlsLabelledCell labelledCell, int labelRow, int labelColumn)
public String label()
public int labelColumn()
public int labelRow()
public boolean optional()
public int range()
public LabelledCellType type()
public Class<? extends Annotation> annotationType()
annotationType
インタフェース内 Annotation
public String headerLabel()
public int skip()
public boolean labelMerged()
public ProcessCase[] cases()
Copyright © 2022 mygreen. All rights reserved.