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

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

public interface SecurityPermission
extends IdDecoratedMetadata, CopyableMetaData

A SecurityPermission.

Author:
Stefano Maestri

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

Method Detail

getDescriptions

List<LocalizedXsdString> getDescriptions()
Returns:
description

getSecurityPermissionSpec

XsdString getSecurityPermissionSpec()
Returns:
securityPermissionSpec

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 © 2008 Red Hat Middleware LLC (http://www.jboss.com/)