hudson.plugins.clearcase.history
Enum FieldFilter.Type

java.lang.Object
  extended by java.lang.Enum<FieldFilter.Type>
      extended by hudson.plugins.clearcase.history.FieldFilter.Type
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FieldFilter.Type>
Enclosing class:
FieldFilter

public static enum FieldFilter.Type
extends java.lang.Enum<FieldFilter.Type>


Enum Constant Summary
Contains
           
ContainsIgnoreCase
           
ContainsRegxp
           
DoesNotContain
           
DoesNotContainIgnoreCase
           
DoesNotContainRegxp
           
Equals
           
EqualsIgnoreCase
           
NotEquals
           
NotEqualsIgnoreCase
           
 
Method Summary
static FieldFilter.Type valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FieldFilter.Type[] values()
          Returns an array containing the constants of this enum type, in the order they are 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 FieldFilter.Type Equals

EqualsIgnoreCase

public static final FieldFilter.Type EqualsIgnoreCase

NotEquals

public static final FieldFilter.Type NotEquals

NotEqualsIgnoreCase

public static final FieldFilter.Type NotEqualsIgnoreCase

Contains

public static final FieldFilter.Type Contains

ContainsIgnoreCase

public static final FieldFilter.Type ContainsIgnoreCase

DoesNotContain

public static final FieldFilter.Type DoesNotContain

DoesNotContainIgnoreCase

public static final FieldFilter.Type DoesNotContainIgnoreCase

ContainsRegxp

public static final FieldFilter.Type ContainsRegxp

DoesNotContainRegxp

public static final FieldFilter.Type DoesNotContainRegxp
Method Detail

values

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

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

valueOf

public static FieldFilter.Type 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
java.lang.NullPointerException - if the argument is null


Copyright © 2009. All Rights Reserved.