org.torikiri.xlsapi
クラス AbstractElement<E,C>
java.lang.Object
org.torikiri.xlsapi.AbstractElement<E,C>
- すべての実装されたインタフェース:
- Element<E,C>
- 直系の既知のサブクラス:
- Row, Sheet, Xls
public abstract class AbstractElement<E,C>
- extends Object
- implements Element<E,C>
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
children
protected List<C> children
AbstractElement
public AbstractElement()
add
public final E add(C... children)
- 定義:
- インタフェース
Element<E,C>
内の add
add
public final E add(boolean condition,
C... children)
- 定義:
- インタフェース
Element<E,C>
内の add
getThis
public abstract E getThis()