Skip navigation links

Oracle Fusion Middleware External Executors Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20491-01


com.oracle.dac.thirdparty.executor
Enum DACExecutorPropertyType

java.lang.Object
  extended by java.lang.Enum<DACExecutorPropertyType>
      extended by com.oracle.dac.thirdparty.executor.DACExecutorPropertyType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DACExecutorPropertyType>

public enum DACExecutorPropertyType
extends java.lang.Enum<DACExecutorPropertyType>

DACExecutablePropertyType defines property types supported by executor framework.

Since:
DAC 11.1.1.5.0

Enum Constant Summary
Integer
          Integer type
Password
          Password type.
String
          String type

 

Method Summary
static DACExecutorPropertyType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DACExecutorPropertyType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

String

public static final DACExecutorPropertyType String
String type

Integer

public static final DACExecutorPropertyType Integer
Integer type

Password

public static final DACExecutorPropertyType Password
Password type. Values for properties of this type will be encrypted in DAC repository and will be rendered and edited accordingly.

Method Detail

values

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

valueOf

public static DACExecutorPropertyType 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 External Executors Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20491-01


Copyright © 2003, 2011, Oracle. All rights reserved.