org.zuena.guiceex.config
クラス Entry

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

public class Entry
extends Object

guiceex.cfg-xmlの<entry>に対応するクラスです。

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

コンストラクタの概要
Entry()
           
 
メソッドの概要
 String getKey()
           
 Object getKeyInstance(Injector injector)
           
 String getValue()
           
 Object getValueyInstance(Injector injector)
           
 boolean isDeclaredKeyType()
           
 boolean isDeclaredValueType()
           
 void setKey(String keyType)
           
 void setKeyType(String keyType)
           
 void setValue(String valueType)
           
 void setValueType(String valueType)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Entry

public Entry()
メソッドの詳細

getKey

public String getKey()

setKey

public void setKey(String keyType)

getValue

public String getValue()

setValue

public void setValue(String valueType)

setKeyType

public void setKeyType(String keyType)

setValueType

public void setValueType(String valueType)

isDeclaredKeyType

public boolean isDeclaredKeyType()

isDeclaredValueType

public boolean isDeclaredValueType()

getKeyInstance

public Object getKeyInstance(Injector injector)

getValueyInstance

public Object getValueyInstance(Injector injector)


Copyright © 2007 zuena.org AllRights Reserved.