org.jboss.jca.common.api.metadata.ra.ra15
Interface Activationspec15

All Superinterfaces:
Cloneable, CopyableMetaData, IdDecoratedMetadata, JCAMetadata, Serializable
All Known Subinterfaces:
Activationspec16

public interface Activationspec15
extends IdDecoratedMetadata, CopyableMetaData

A Activationspec15.

Author:
Stefano Maestri

Nested Class Summary
static class Activationspec15.Attribute
          A Attribute.
static class Activationspec15.Tag
          A Tag.
 
Method Summary
 boolean equals(Object obj)
           
 XsdString getActivationspecClass()
           
 String getId()
          Return the String representing xml ID
 List<RequiredConfigProperty> getRequiredConfigProperties()
           
 int hashCode()
           
 String toString()
          
 
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
 

Method Detail

getActivationspecClass

XsdString getActivationspecClass()
Returns:
activationspecClass

getRequiredConfigProperties

List<RequiredConfigProperty> getRequiredConfigProperties()
Returns:
requiredConfigProperty

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

equals

boolean equals(Object obj)
Overrides:
equals in class Object

toString

String toString()

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


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