org.jboss.jca.common.metadata.ra.ra16
Class RequiredConfigProperty

java.lang.Object
  extended by org.jboss.jca.common.metadata.ra.ra16.RequiredConfigProperty
All Implemented Interfaces:
Serializable, JCAMetadata, IdDecoratedMetadata

public class RequiredConfigProperty
extends Object
implements IdDecoratedMetadata

Author:
Stefano Maestri
See Also:
Serialized Form

Nested Class Summary
static class RequiredConfigProperty.Attribute
          A Attribute.
static class RequiredConfigProperty.Tag
          A Tag.
 
Constructor Summary
RequiredConfigProperty(ArrayList<LocalizedXsdString> description, XsdString configPropertyName, String id)
           
 
Method Summary
 boolean equals(Object obj)
          
 XsdString getConfigPropertyName()
           
 List<LocalizedXsdString> getDescription()
           
 String getId()
          Return the String representing xml ID
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequiredConfigProperty

public RequiredConfigProperty(ArrayList<LocalizedXsdString> description,
                              XsdString configPropertyName,
                              String id)
Parameters:
description - descriptions of this property
configPropertyName - name of the property
id - XML ID
Method Detail

getDescription

public List<LocalizedXsdString> getDescription()
Returns:
description

getConfigPropertyName

public XsdString getConfigPropertyName()
Returns:
configPropertyName

getId

public String getId()
Return the String representing xml ID

Specified by:
getId in interface IdDecoratedMetadata
Returns:
the XML ID
See Also:
IdDecoratedMetadata.getId()

hashCode

public int hashCode()

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)