org.zuena.guiceex.config
クラス Collection

java.lang.Object
  上位を拡張 org.zuena.guiceex.config.Collection

public class Collection
extends Object

MapListへのバインディング定義を表すのスーパークラスです。 guiceex-configより読み込んだバインディング定義の共通の実装を記述します。

導入されたバージョン:
0.9.1

コンストラクタの概要
Collection()
           
 
メソッドの概要
 void addEntry(Entry entry)
           
 List<Entry> getEntries()
           
 String getType()
           
 boolean isArray()
           
 boolean isList()
           
 boolean isMap()
           
 void setType(String type)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Collection

public Collection()
メソッドの詳細

getEntries

public List<Entry> getEntries()

addEntry

public void addEntry(Entry entry)

getType

public String getType()

setType

public void setType(String type)

isMap

public boolean isMap()

isList

public boolean isList()

isArray

public boolean isArray()

toString

public String toString()
オーバーライド:
クラス Object 内の toString


Copyright © 2007 zuena.org AllRights Reserved.