org.alfresco.repo.action.evaluator.compare
Class ComparePropertyValueOperation

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static ComparePropertyValueOperation BEGINS
           
static ComparePropertyValueOperation CONTAINS
           
static ComparePropertyValueOperation ENDS
           
static ComparePropertyValueOperation EQUALS
           
static ComparePropertyValueOperation GREATER_THAN
           
static ComparePropertyValueOperation GREATER_THAN_EQUAL
           
static ComparePropertyValueOperation LESS_THAN
           
static ComparePropertyValueOperation LESS_THAN_EQUAL
           
 
Method Summary
static ComparePropertyValueOperation valueOf(java.lang.String name)
           
static ComparePropertyValueOperation[] 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

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
Method Detail

values

public static ComparePropertyValueOperation[] values()

valueOf

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


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