|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.library.model.security.Permission
public class Permission
This Class represents a named permission defined by an API or function to prevent it from being used without authorization
| Constructor Summary | |
|---|---|
Permission(String permission)
Creates a new Permission. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getPermissionID()
Returns the named permission for this instance. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Permission(String permission)
permission - a named permission defined by an API or function.| Method Detail |
|---|
public String getPermissionID()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||