hudson.plugins.clearcase.history
Enum FieldFilter.Type
java.lang.Object
java.lang.Enum<FieldFilter.Type>
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>
|
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 |
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
StartsWith
public static final FieldFilter.Type StartsWith
StartsWithIgnoreCase
public static final FieldFilter.Type StartsWithIgnoreCase
EndsWith
public static final FieldFilter.Type EndsWith
EndsWithIgnoreCase
public static final FieldFilter.Type EndsWithIgnoreCase
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
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 © 2010. All Rights Reserved.