Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


oracle.igf.ids.config
Enum AttributeRef.FilterType

java.lang.Object
  extended by java.lang.Enum<AttributeRef.FilterType>
      extended by oracle.igf.ids.config.AttributeRef.FilterType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AttributeRef.FilterType>
Enclosing class:
AttributeRef

public static enum AttributeRef.FilterType
extends java.lang.Enum<AttributeRef.FilterType>

Attribute filter type. NONE means no filter support for that attribute, DYNAMIC means the filter type can be specified at runtime, and all others are predefined filter types. For some of the attributes like GUID filter type can be predefined as EQUALS. For some of the attributes, filter may not be supported like JPEGPHOTO for which this can be set to NONE.


Enum Constant Summary
BEGINSWITH
           
CONTAINS
           
DOESNOTCONTAIN
           
DYNAMIC
           
ENDSWITH
           
EQUALS
           
GREATEREQUAL
           
GREATERTHAN
           
LESSEQUAL
           
LESSTHAN
           
NONE
           
NOTEQUALS
           

 

Method Summary
static AttributeRef.FilterType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static AttributeRef.FilterType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AttributeRef.FilterType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

NONE

public static final AttributeRef.FilterType NONE

DYNAMIC

public static final AttributeRef.FilterType DYNAMIC

EQUALS

public static final AttributeRef.FilterType EQUALS

NOTEQUALS

public static final AttributeRef.FilterType NOTEQUALS

BEGINSWITH

public static final AttributeRef.FilterType BEGINSWITH

CONTAINS

public static final AttributeRef.FilterType CONTAINS

DOESNOTCONTAIN

public static final AttributeRef.FilterType DOESNOTCONTAIN

ENDSWITH

public static final AttributeRef.FilterType ENDSWITH

GREATEREQUAL

public static final AttributeRef.FilterType GREATEREQUAL

LESSEQUAL

public static final AttributeRef.FilterType LESSEQUAL

GREATERTHAN

public static final AttributeRef.FilterType GREATERTHAN

LESSTHAN

public static final AttributeRef.FilterType LESSTHAN

Method Detail

values

public static AttributeRef.FilterType[] 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 (AttributeRef.FilterType c : AttributeRef.FilterType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AttributeRef.FilterType 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

value

public java.lang.String value()

fromValue

public static AttributeRef.FilterType fromValue(java.lang.String v)

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


Copyright © 2013 Oracle. All Rights Reserved.