org.alfresco.repo.policy
Class Policy.Arg

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.policy.Policy.Arg
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
Policy

public static final class Policy.Arg
extends java.lang.Enum

Argument Configuration

See Also:
Serialized Form

Field Summary
static Policy.Arg END_VALUE
           
static Policy.Arg KEY
           
static Policy.Arg START_VALUE
           
 
Method Summary
static Policy.Arg valueOf(java.lang.String name)
           
static Policy.Arg[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY

public static final Policy.Arg KEY

START_VALUE

public static final Policy.Arg START_VALUE

END_VALUE

public static final Policy.Arg END_VALUE
Method Detail

values

public static Policy.Arg[] values()

valueOf

public static Policy.Arg valueOf(java.lang.String name)


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