org.objectweb.jonas_rar.deployment.api
Class RequiredConfigPropertyDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.RequiredConfigPropertyDesc
All Implemented Interfaces:
java.io.Serializable

public class RequiredConfigPropertyDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element required-config-property

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
RequiredConfigPropertyDesc(RequiredConfigProperty rcp)
          Constructor
 
Method Summary
 java.lang.String getConfigPropertyName()
          Gets the config-property-name
 java.util.List getDescriptionList()
          Gets the description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequiredConfigPropertyDesc

public RequiredConfigPropertyDesc(RequiredConfigProperty rcp)
Constructor

Method Detail

getDescriptionList

public java.util.List getDescriptionList()
Gets the description

Returns:
the description

getConfigPropertyName

public java.lang.String getConfigPropertyName()
Gets the config-property-name

Returns:
the config-property-name