|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas_ejb.deployment.api.EnvEntryDesc
The EnvEntry class corresponds to the 'env-entry' element in the XML DTD for EJB 1.1 deployment descriptor. The env-entry element contains the declaration of an enterprise bean's environment entry. The declaration consists of: - an optional description (which is not taken into account here), - the name of the environment entry, - the type of the environment entry, - and an optional value.
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 |
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()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |