Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


oracle.security.jps.service.policystore.info
Enum FunctionEntry.ARG_TYPE

java.lang.Object
  extended by java.lang.Enum<FunctionEntry.ARG_TYPE>
      extended by oracle.security.jps.service.policystore.info.FunctionEntry.ARG_TYPE

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FunctionEntry.ARG_TYPE>
Enclosing interface:
FunctionEntry

public static enum FunctionEntry.ARG_TYPE
extends java.lang.Enum<FunctionEntry.ARG_TYPE>

Specifies type of input parameter or return value, whether it is single/ bag/ set.


Enum Constant Summary
BAG
           
SET
           
SINGLE
           

 

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

SINGLE

public static final FunctionEntry.ARG_TYPE SINGLE

BAG

public static final FunctionEntry.ARG_TYPE BAG

SET

public static final FunctionEntry.ARG_TYPE SET

Method Detail

values

public static FunctionEntry.ARG_TYPE[] 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 (FunctionEntry.ARG_TYPE c : FunctionEntry.ARG_TYPE.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static FunctionEntry.ARG_TYPE 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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.