org.alfresco.repo.action.evaluator.compare
Class ComparePropertyValueOperation
java.lang.Object
java.lang.Enum
org.alfresco.repo.action.evaluator.compare.ComparePropertyValueOperation
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class ComparePropertyValueOperation
- extends java.lang.Enum
ComparePropertyValueOperation enum.
Contains the operations that can be used when evaluating whether the value of a property
matches the value set.
Some operations can only be used with specific types. If a mismatch is encountered an error will
be raised.
- See Also:
- Serialized Form
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 |
EQUALS
public static final ComparePropertyValueOperation EQUALS
CONTAINS
public static final ComparePropertyValueOperation CONTAINS
BEGINS
public static final ComparePropertyValueOperation BEGINS
ENDS
public static final ComparePropertyValueOperation ENDS
GREATER_THAN
public static final ComparePropertyValueOperation GREATER_THAN
GREATER_THAN_EQUAL
public static final ComparePropertyValueOperation GREATER_THAN_EQUAL
LESS_THAN
public static final ComparePropertyValueOperation LESS_THAN
LESS_THAN_EQUAL
public static final ComparePropertyValueOperation LESS_THAN_EQUAL
values
public static ComparePropertyValueOperation[] values()
valueOf
public static ComparePropertyValueOperation valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.