|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ejb.deployment.api.EnvEntryDesc
Class to hold meta-information related to an env-entry
The env-entry element contains the declaration of an enterprise bean's environment entry.
The declaration consists of:
Constructor Summary | |
EnvEntryDesc(org.objectweb.jonas_ejb.deployment.xml.EnvEntry env)
constructor to be used by parent node |
Method Summary | |
java.lang.String |
getName()
Get the name of the environemt entry. |
java.lang.Class |
getType()
Get the fully-qualified Java type of the environemt entry. |
java.lang.Object |
getValue()
Get the value of the environment entry. |
boolean |
hasValue()
Assessor for existence of value for the descriptor |
java.lang.String |
toString()
String representation of the object for test purpose |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EnvEntryDesc(org.objectweb.jonas_ejb.deployment.xml.EnvEntry env) throws DeploymentDescException
Method Detail |
public java.lang.String getName()
public java.lang.Class getType()
public boolean hasValue()
public java.lang.Object getValue()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |