org.ow2.jonas.deployment.rar
Class RequiredConfigPropertyDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.RequiredConfigPropertyDesc
All Implemented Interfaces:
Serializable

public class RequiredConfigPropertyDesc
extends Object
implements 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
 String getConfigPropertyName()
          Gets the config-property-name
 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 List getDescriptionList()
Gets the description

Returns:
the description

getConfigPropertyName

public String getConfigPropertyName()
Gets the config-property-name

Returns:
the config-property-name


Copyright © 2010 OW2 Consortium. All Rights Reserved.