com.pmease.quickbuild.setting.step.repetition.nodefilter
Enum HashAttributeValueFilter.Operator

java.lang.Object
  extended by java.lang.Enum<HashAttributeValueFilter.Operator>
      extended by com.pmease.quickbuild.setting.step.repetition.nodefilter.HashAttributeValueFilter.Operator
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HashAttributeValueFilter.Operator>
Enclosing class:
HashAttributeValueFilter

public static enum HashAttributeValueFilter.Operator
extends java.lang.Enum<HashAttributeValueFilter.Operator>


Enum Constant Summary
begin_with
           
contains
           
ends_with
           
equals
           
equals_ignore_case
           
matches_regular_expression
           
 
Method Summary
abstract  boolean isSatisfied(java.lang.String actual, java.lang.String expected)
           
static HashAttributeValueFilter.Operator valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HashAttributeValueFilter.Operator[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
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
 

Enum Constant Detail

equals

public static final HashAttributeValueFilter.Operator equals

equals_ignore_case

public static final HashAttributeValueFilter.Operator equals_ignore_case

contains

public static final HashAttributeValueFilter.Operator contains

matches_regular_expression

public static final HashAttributeValueFilter.Operator matches_regular_expression

begin_with

public static final HashAttributeValueFilter.Operator begin_with

ends_with

public static final HashAttributeValueFilter.Operator ends_with
Method Detail

values

public static HashAttributeValueFilter.Operator[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(HashAttributeValueFilter.Operator c : HashAttributeValueFilter.Operator.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static HashAttributeValueFilter.Operator valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

isSatisfied

public abstract boolean isSatisfied(java.lang.String actual,
                                    java.lang.String expected)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.