|
|||||||||
| Home >> All >> org >> biomage >> [ AuditAndSecurity overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.biomage.AuditAndSecurity
Class Audit.Action

java.lang.Objectorg.biomage.AuditAndSecurity.Audit.Action
- Enclosing class:
- Audit
- public class Audit.Action
- extends java.lang.Object
Inner class for the enumeration values that the attribute action can assume.
| Field Summary | |
int |
CREATION
|
int |
MODIFICATION
|
private java.util.HashMap |
nameToValue
|
(package private) int |
value
|
| Constructor Summary | |
(package private) |
Audit.Action()
|
| Method Summary | |
int |
setValueByName(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
value
int value
nameToValue
private java.util.HashMap nameToValue
CREATION
public final int CREATION
- See Also:
- Constant Field Values
MODIFICATION
public final int MODIFICATION
- See Also:
- Constant Field Values
| Constructor Detail |
Audit.Action
Audit.Action()
| Method Detail |
setValueByName
public int setValueByName(java.lang.String name)
|
|||||||||
| Home >> All >> org >> biomage >> [ AuditAndSecurity overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.biomage.AuditAndSecurity.Audit.Action