org.alfresco.repo.policy
Class PolicyType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.policy.PolicyType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class PolicyType
extends java.lang.Enum

Type of Policy.

See Also:
Serialized Form

Field Summary
static PolicyType Association
           
static PolicyType Class
           
static PolicyType Property
           
 
Method Summary
static PolicyType valueOf(java.lang.String name)
           
static PolicyType[] 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

Class

public static final PolicyType Class

Property

public static final PolicyType Property

Association

public static final PolicyType Association
Method Detail

values

public static PolicyType[] values()

valueOf

public static PolicyType valueOf(java.lang.String name)


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