public interface SecurityPermission extends IdDecoratedMetadata, CopyableMetaData
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityPermission.Attribute
A Attribute.
|
static class |
SecurityPermission.Tag
A Tag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<LocalizedXsdString> |
getDescriptions() |
String |
getId()
Return the String representing xml ID
|
XsdString |
getSecurityPermissionSpec() |
int |
hashCode() |
String |
toString() |
copyList<LocalizedXsdString> getDescriptions()
XsdString getSecurityPermissionSpec()
String getId()
getId in interface IdDecoratedMetadataIdDecoratedMetadata.getId()int hashCode()
hashCode in class ObjectObject.hashCode()boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)String toString()
toString in class ObjectObject.toString()Copyright © 2013 IronJacamar (http://www.ironjacamar.org)