| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.api.EnvEntryDesc
EnvEntryDesc | public class EnvEntryDesc (Code) | | This class represents the description of an EnvEntry object
author: Christophe Ney author: Florent Benoit |
getName | public String getName()(Code) | | Get the name of the environemt entry.
Name for environment entry |
getType | public Class getType()(Code) | | Get the fully-qualified Java type of the environemt entry.
Type is needed since value is optional
The possibles values are:
java.lang.Boolean
java.lang.Character
java.lang.String
java.lang.Integer
java.lang.Double
java.lang.Byte
java.lang.Short
java.lang.Long
java.lang.Float
Class the fully-qualified Java type of the environemt entry. |
getValue | public Object getValue()(Code) | | Get the value of the environment entry.
value for the environment entry (must be set) |
hasValue | public boolean hasValue()(Code) | | Assessor for existence of value for the descriptor
true if a value is available |
toString | public String toString()(Code) | | String representation of the object for test purpose
String representation of this object |
|
|
|