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

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

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

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

Enum Constant Summary
ANY_URI_AT_LEAST_ONE_MEMBER_OF
           
BASE64_BINARY_AT_LEAST_ONE_MEMBER_OF
           
BOOLEAN_AT_LEAST_ONE_MEMBER_OF
           
DATE_AT_LEAST_ONE_MEMBER_OF
           
DATE_TIME_AT_LEAST_ONE_MEMBER_OF
           
DAY_TIME_DURATION_AT_LEAST_ONE_MEMBER_OF
           
DOUBLE_AT_LEAST_ONE_MEMBER_OF
           
HEX_BINARY_AT_LEAST_ONE_MEMBER_OF
           
INTEGER_AT_LEAST_ONE_MEMBER_OF
           
RFC822_NAME_AT_LEAST_ONE_MEMBER_OF
           
STRING_AT_LEAST_ONE_MEMBER_OF
           
TIME_AT_LEAST_ONE_MEMBER_OF
           
X500_NAME_AT_LEAST_ONE_MEMBER_OF
           
YEAR_MONTH_DURATION_AT_LEAST_ONE_MEMBER_OF
           

 

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

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions STRING_AT_LEAST_ONE_MEMBER_OF

BOOLEAN_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions BOOLEAN_AT_LEAST_ONE_MEMBER_OF

INTEGER_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions INTEGER_AT_LEAST_ONE_MEMBER_OF

DOUBLE_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions DOUBLE_AT_LEAST_ONE_MEMBER_OF

DATE_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions DATE_AT_LEAST_ONE_MEMBER_OF

TIME_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions TIME_AT_LEAST_ONE_MEMBER_OF

DATE_TIME_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions DATE_TIME_AT_LEAST_ONE_MEMBER_OF

ANY_URI_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions ANY_URI_AT_LEAST_ONE_MEMBER_OF

HEX_BINARY_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions HEX_BINARY_AT_LEAST_ONE_MEMBER_OF

BASE64_BINARY_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions BASE64_BINARY_AT_LEAST_ONE_MEMBER_OF

DAY_TIME_DURATION_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions DAY_TIME_DURATION_AT_LEAST_ONE_MEMBER_OF

YEAR_MONTH_DURATION_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions YEAR_MONTH_DURATION_AT_LEAST_ONE_MEMBER_OF

X500_NAME_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions X500_NAME_AT_LEAST_ONE_MEMBER_OF

RFC822_NAME_AT_LEAST_ONE_MEMBER_OF

public static final BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions RFC822_NAME_AT_LEAST_ONE_MEMBER_OF

Method Detail

values

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