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.TypeBagFunctions

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

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

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

Enum Constant Summary
ANY_URI_BAG
           
BASE64_BINARY_BAG
           
BOOLEAN_BAG
           
DATE_BAG
           
DATE_TIME_BAG
           
DAY_TIME_DURATION_BAG
           
DNS_NAME_BAG
           
DOUBLE_BAG
           
HEX_BINARY_BAG
           
INTEGER_BAG
           
IP_ADDRESS_BAG
           
RFC822_NAME_BAG
           
STRING_BAG
           
TIME_BAG
           
X500_NAME_BAG
           
YEAR_MONTH_DURATION_BAG
           

 

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

public static final BuiltInFunctionsHandler.TypeBagFunctions STRING_BAG

BOOLEAN_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions BOOLEAN_BAG

INTEGER_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions INTEGER_BAG

DOUBLE_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions DOUBLE_BAG

DATE_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions DATE_BAG

TIME_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions TIME_BAG

DATE_TIME_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions DATE_TIME_BAG

ANY_URI_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions ANY_URI_BAG

HEX_BINARY_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions HEX_BINARY_BAG

BASE64_BINARY_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions BASE64_BINARY_BAG

DAY_TIME_DURATION_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions DAY_TIME_DURATION_BAG

YEAR_MONTH_DURATION_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions YEAR_MONTH_DURATION_BAG

X500_NAME_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions X500_NAME_BAG

RFC822_NAME_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions RFC822_NAME_BAG

IP_ADDRESS_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions IP_ADDRESS_BAG

DNS_NAME_BAG

public static final BuiltInFunctionsHandler.TypeBagFunctions DNS_NAME_BAG

Method Detail

values

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

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.