org.ow2.jonas.deployment.rar
Class JonasConfigPropertyDesc

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

public class JonasConfigPropertyDesc
extends Object
implements Serializable

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

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
JonasConfigPropertyDesc(JonasConfigProperty jcp)
          Constructor
 
Method Summary
 String getJonasConfigPropertyName()
          Gets the jonas-config-property-name
 String getJonasConfigPropertyValue()
          Gets the jonas-config-property-value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JonasConfigPropertyDesc

public JonasConfigPropertyDesc(JonasConfigProperty jcp)
Constructor

Method Detail

getJonasConfigPropertyName

public String getJonasConfigPropertyName()
Gets the jonas-config-property-name

Returns:
the jonas-config-property-name

getJonasConfigPropertyValue

public String getJonasConfigPropertyValue()
Gets the jonas-config-property-value

Returns:
the jonas-config-property-value


Copyright © 2010 OW2 Consortium. All Rights Reserved.