Andrew Hind
2008-05-13 11:54:55 +00:00
parent 344b703a61
commit 1b807e3e77
42 changed files with 2243 additions and 233 deletions

View File

@@ -41,14 +41,16 @@ public interface PermissionReference extends Serializable
* Get the QName of the type or aspect against which the permission is
* defined.
*
* @return
* @return the qname
*/
public QName getQName();
/**
* Get the name of the permission
*
* @return
* @return the name
*/
public String getName();
}