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

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

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

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

Please see XACML3.0 core spec section A.3.9 to get a complete idea of all functions in this enum


Enum Constant Summary
STRING_FROM_ANY_URI
           
STRING_FROM_BOOLEAN
           
STRING_FROM_DATE
           
STRING_FROM_DATE_TIME
           
STRING_FROM_DAY_TIME_DURATION
           
STRING_FROM_DNS_NAME
           
STRING_FROM_DOUBLE
           
STRING_FROM_INTEGER
           
STRING_FROM_IP_ADDRESS
           
STRING_FROM_RFC822_NAME
           
STRING_FROM_TIME
           
STRING_FROM_X500_NAME
           
STRING_FROM_YEAR_MONTH_DURATION
           

 

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

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_BOOLEAN

STRING_FROM_INTEGER

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_INTEGER

STRING_FROM_DOUBLE

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_DOUBLE

STRING_FROM_TIME

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_TIME

STRING_FROM_DATE

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_DATE

STRING_FROM_DATE_TIME

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_DATE_TIME

STRING_FROM_ANY_URI

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_ANY_URI

STRING_FROM_DAY_TIME_DURATION

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_DAY_TIME_DURATION

STRING_FROM_YEAR_MONTH_DURATION

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_YEAR_MONTH_DURATION

STRING_FROM_X500_NAME

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_X500_NAME

STRING_FROM_RFC822_NAME

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_RFC822_NAME

STRING_FROM_IP_ADDRESS

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_IP_ADDRESS

STRING_FROM_DNS_NAME

public static final BuiltInFunctionsHandler.ToStringConversionFunctions STRING_FROM_DNS_NAME

Method Detail

values

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

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.