org.torikiri.xlsapi
クラス PropertySet<E,T extends Property<E>>

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.PropertySet<E,T>

public class PropertySet<E,T extends Property<E>>
extends Object


フィールドの概要
private  Map<Object,T> properties
           
 
コンストラクタの概要
PropertySet()
           
 
メソッドの概要
 void add(T property)
           
 void build(XlsContext ctx, E element)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

properties

private Map<Object,T extends Property<E>> properties
コンストラクタの詳細

PropertySet

public PropertySet()
メソッドの詳細

add

public void add(T property)

build

public void build(XlsContext ctx,
                  E element)