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

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

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

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

Represents the types of arguments OES can pass to a function, built-in or custom. If the input argument has a single value, it can be of any data type supported by OES (from ANY_URI to YEAR_MONTH_DURATION. There is definitely a one to one mapping with corresponding enums in DataType.TYPE enum. If the input argument has multiple values, it can be a set or a bag. In this case, the actual data type of contents is obtained from ValueCollection objects.


Enum Constant Summary
ANY_URI
           
BASE64_BINARY
           
BOOLEAN
           
DATE
           
DATE_TIME
           
DAY_TIME_DURATION
           
DNS_NAME
           
DOUBLE
           
HEX_BINARY
           
INTEGER
           
IP_ADDRESS
           
RFC822_NAME
           
STRING
           
TIME
           
X500_NAME
           
YEAR_MONTH_DURATION
           

 

Method Summary
 java.lang.Class<? extends DataType> getClassType()
           
 DataType.TYPE getDataTypeOfArg()
           
static BuiltInFunctionsHandler.SupportedArgTypes valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BuiltInFunctionsHandler.SupportedArgTypes[] 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

ANY_URI

public static final BuiltInFunctionsHandler.SupportedArgTypes ANY_URI

BASE64_BINARY

public static final BuiltInFunctionsHandler.SupportedArgTypes BASE64_BINARY

BOOLEAN

public static final BuiltInFunctionsHandler.SupportedArgTypes BOOLEAN

DATE

public static final BuiltInFunctionsHandler.SupportedArgTypes DATE

DATE_TIME

public static final BuiltInFunctionsHandler.SupportedArgTypes DATE_TIME

DAY_TIME_DURATION

public static final BuiltInFunctionsHandler.SupportedArgTypes DAY_TIME_DURATION

DNS_NAME

public static final BuiltInFunctionsHandler.SupportedArgTypes DNS_NAME

DOUBLE

public static final BuiltInFunctionsHandler.SupportedArgTypes DOUBLE

HEX_BINARY

public static final BuiltInFunctionsHandler.SupportedArgTypes HEX_BINARY

INTEGER

public static final BuiltInFunctionsHandler.SupportedArgTypes INTEGER

IP_ADDRESS

public static final BuiltInFunctionsHandler.SupportedArgTypes IP_ADDRESS

RFC822_NAME

public static final BuiltInFunctionsHandler.SupportedArgTypes RFC822_NAME

STRING

public static final BuiltInFunctionsHandler.SupportedArgTypes STRING

TIME

public static final BuiltInFunctionsHandler.SupportedArgTypes TIME

X500_NAME

public static final BuiltInFunctionsHandler.SupportedArgTypes X500_NAME

YEAR_MONTH_DURATION

public static final BuiltInFunctionsHandler.SupportedArgTypes YEAR_MONTH_DURATION

Method Detail

values

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

getClassType

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

getDataTypeOfArg

public DataType.TYPE getDataTypeOfArg()

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.