org.jboss.jca.common.api.metadata.ra
Interface AdminObject

All Superinterfaces:
Cloneable, CopyableMetaData, IdDecoratedMetadata, JCAMetadata, Serializable

public interface AdminObject
extends IdDecoratedMetadata, CopyableMetaData

A AdminObject.

Author:
Stefano Maestri

Nested Class Summary
static class AdminObject.Attribute
          A Attribute.
static class AdminObject.Tag
          A Tag.
 
Method Summary
 boolean equals(Object obj)
          
 XsdString getAdminobjectClass()
           
 XsdString getAdminobjectInterface()
           
 List<? extends ConfigProperty> getConfigProperties()
           
 String getId()
          Return the String representing xml ID
 int hashCode()
          
 String toString()
          
 
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
 

Method Detail

getAdminobjectInterface

XsdString getAdminobjectInterface()
Returns:
adminobjectInterface

getAdminobjectClass

XsdString getAdminobjectClass()
Returns:
adminobjectClass

getConfigProperties

List<? extends ConfigProperty> getConfigProperties()
Returns:
configProperty

getId

String getId()
Return the String representing xml ID

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

hashCode

int hashCode()

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

equals

boolean equals(Object obj)

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

toString

String toString()

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


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)