org.alfresco.repo.audit.model
Class FilterSetMode

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.audit.model.FilterSetMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class FilterSetMode
extends java.lang.Enum

The enum to define if elements of a filter set are combined using AND or OR.

See Also:
Serialized Form

Field Summary
static FilterSetMode AND
           
static FilterSetMode OR
           
 
Method Summary
static FilterSetMode getFilterSetMode(java.lang.String value)
           
static FilterSetMode valueOf(java.lang.String name)
           
static FilterSetMode[] 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

AND

public static final FilterSetMode AND

OR

public static final FilterSetMode OR
Method Detail

values

public static final FilterSetMode[] values()

valueOf

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

getFilterSetMode

public static FilterSetMode getFilterSetMode(java.lang.String value)


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