Skip navigation links

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

E27155-03


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

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

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

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

Enum Constant Summary
ANY_URI_UNION
           
BASE64_BINARY_UNION
           
BOOLEAN_UNION
           
DATE_TIME_UNION
           
DATE_UNION
           
DAY_TIME_DURATION_UNION
           
DOUBLE_UNION
           
HEX_BINARY_UNION
           
INTEGER_UNION
           
RFC822_NAME_UNION
           
STRING_UNION
           
TIME_UNION
           
X500_NAME_UNION
           
YEAR_MONTH_DURATION_UNION
           

 

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.TypeUnionFunctions valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BuiltInFunctionsHandler.TypeUnionFunctions[] 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_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions STRING_UNION

BOOLEAN_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions BOOLEAN_UNION

INTEGER_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions INTEGER_UNION

DOUBLE_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions DOUBLE_UNION

DATE_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions DATE_UNION

TIME_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions TIME_UNION

DATE_TIME_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions DATE_TIME_UNION

ANY_URI_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions ANY_URI_UNION

HEX_BINARY_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions HEX_BINARY_UNION

BASE64_BINARY_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions BASE64_BINARY_UNION

DAY_TIME_DURATION_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions DAY_TIME_DURATION_UNION

YEAR_MONTH_DURATION_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions YEAR_MONTH_DURATION_UNION

X500_NAME_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions X500_NAME_UNION

RFC822_NAME_UNION

public static final BuiltInFunctionsHandler.TypeUnionFunctions RFC822_NAME_UNION

Method Detail

values

public static BuiltInFunctionsHandler.TypeUnionFunctions[] 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.TypeUnionFunctions c : BuiltInFunctionsHandler.TypeUnionFunctions.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.TypeUnionFunctions 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)

E27155-03


Copyright © 2011, 2013 Oracle. All rights reserved.