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, waitequals, hashCode, toStringpublic 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 インタフェース内 Annotationpublic String headerLabel()
public int skip()
public boolean labelMerged()
public ProcessCase[] cases()
Copyright © 2025 mygreen. All rights reserved.