Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.jps.service.policystore.info
Enum BuiltInFunctionsHandler.TypeSetEqualsFunctions

java.lang.Object
  extended by java.lang.Enum<BuiltInFunctionsHandler.TypeSetEqualsFunctions>
      extended by oracle.security.jps.service.policystore.info.BuiltInFunctionsHandler.TypeSetEqualsFunctions

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BuiltInFunctionsHandler.TypeSetEqualsFunctions>
Enclosing class:
BuiltInFunctionsHandler

public static enum BuiltInFunctionsHandler.TypeSetEqualsFunctions
extends java.lang.Enum<BuiltInFunctionsHandler.TypeSetEqualsFunctions>

Enum Constant Summary
ANY_URI_SET_EQUALS
           
BASE64_BINARY_SET_EQUALS
           
BOOLEAN_SET_EQUALS
           
DATE_SET_EQUALS
           
DATE_TIME_SET_EQUALS
           
DAY_TIME_DURATION_SET_EQUALS
           
DOUBLE_SET_EQUALS
           
HEX_BINARY_SET_EQUALS
           
INTEGER_SET_EQUALS
           
RFC822_NAME_SET_EQUALS
           
STRING_SET_EQUALS
           
TIME_SET_EQUALS
           
X500_NAME_SET_EQUALS
           
YEAR_MONTH_DURATION_SET_EQUALS
           

 

Method Summary
 java.lang.String getFullyQualifiedName()
           
 BuiltInFunctionsHandler.SupportedArgTypes[] getInputParams()
           
 FunctionEntry.ARG_TYPE[] getParameterValueTypes()
           
 java.lang.Class<? extends DataType> getReturnType()
           
 FunctionEntry.ARG_TYPE getReturnValueType()
           
 VarArgsInfo getVarArgsInfo()
           
 boolean hasVarArgs()
           
static BuiltInFunctionsHandler.TypeSetEqualsFunctions valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BuiltInFunctionsHandler.TypeSetEqualsFunctions[] 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

STRING_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions STRING_SET_EQUALS

BOOLEAN_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions BOOLEAN_SET_EQUALS

INTEGER_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions INTEGER_SET_EQUALS

DOUBLE_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions DOUBLE_SET_EQUALS

DATE_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions DATE_SET_EQUALS

TIME_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions TIME_SET_EQUALS

DATE_TIME_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions DATE_TIME_SET_EQUALS

ANY_URI_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions ANY_URI_SET_EQUALS

HEX_BINARY_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions HEX_BINARY_SET_EQUALS

BASE64_BINARY_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions BASE64_BINARY_SET_EQUALS

DAY_TIME_DURATION_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions DAY_TIME_DURATION_SET_EQUALS

YEAR_MONTH_DURATION_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions YEAR_MONTH_DURATION_SET_EQUALS

X500_NAME_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions X500_NAME_SET_EQUALS

RFC822_NAME_SET_EQUALS

public static final BuiltInFunctionsHandler.TypeSetEqualsFunctions RFC822_NAME_SET_EQUALS

Method Detail

values

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

valueOf

public static BuiltInFunctionsHandler.TypeSetEqualsFunctions 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

getReturnType

public java.lang.Class<? extends DataType> getReturnType()

getReturnValueType

public FunctionEntry.ARG_TYPE getReturnValueType()

getInputParams

public BuiltInFunctionsHandler.SupportedArgTypes[] getInputParams()

getParameterValueTypes

public FunctionEntry.ARG_TYPE[] getParameterValueTypes()

hasVarArgs

public boolean hasVarArgs()

getVarArgsInfo

public VarArgsInfo getVarArgsInfo()

getFullyQualifiedName

public java.lang.String getFullyQualifiedName()

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.