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
クラス 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.