org.alfresco.service
Class Auditable.Key

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.service.Auditable.Key
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
Auditable

public static final class Auditable.Key
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static Auditable.Key ARG_0
           
static Auditable.Key ARG_1
           
static Auditable.Key ARG_2
           
static Auditable.Key ARG_3
           
static Auditable.Key ARG_4
           
static Auditable.Key ARG_5
           
static Auditable.Key ARG_6
           
static Auditable.Key ARG_7
           
static Auditable.Key ARG_8
           
static Auditable.Key ARG_9
           
static Auditable.Key NO_KEY
           
static Auditable.Key RETURN
           
 
Method Summary
static Auditable.Key valueOf(java.lang.String name)
           
static Auditable.Key[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_KEY

public static final Auditable.Key NO_KEY

RETURN

public static final Auditable.Key RETURN

ARG_0

public static final Auditable.Key ARG_0

ARG_1

public static final Auditable.Key ARG_1

ARG_2

public static final Auditable.Key ARG_2

ARG_3

public static final Auditable.Key ARG_3

ARG_4

public static final Auditable.Key ARG_4

ARG_5

public static final Auditable.Key ARG_5

ARG_6

public static final Auditable.Key ARG_6

ARG_7

public static final Auditable.Key ARG_7

ARG_8

public static final Auditable.Key ARG_8

ARG_9

public static final Auditable.Key ARG_9
Method Detail

values

public static final Auditable.Key[] values()

valueOf

public static Auditable.Key valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.