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>


フィールドの概要
protected  List<C> children
           
 
コンストラクタの概要
AbstractElement()
           
 
メソッドの概要
 E add(boolean condition, C... children)
           
 E add(C... children)
           
abstract  E getThis()
           
 
クラス 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()