|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.torikiri.xlsapi.PropertySet<E,T>
public class PropertySet<E,T extends Property<E>>
フィールドの概要 | |
---|---|
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 |
フィールドの詳細 |
---|
private Map<Object,T extends Property<E>> properties
コンストラクタの詳細 |
---|
public PropertySet()
メソッドの詳細 |
---|
public void add(T property)
public void build(XlsContext ctx, E element)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |