org.alfresco.repo.audit.model
Class FilterSetMode
java.lang.Object
java.lang.Enum
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
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 |
AND
public static final FilterSetMode AND
OR
public static final FilterSetMode OR
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.