Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


oracle.imaging
Enum Input.SectionFlag

java.lang.Object
  extended by java.lang.Enum<Input.SectionFlag>
      extended by oracle.imaging.Input.SectionFlag

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Input.SectionFlag>
Enclosing class:
Input

public static enum Input.SectionFlag
extends java.lang.Enum<Input.SectionFlag>

Flags that identify which sections are applicable to a specific request.


Enum Constant Summary
DESCRIPTION
          The description of an input is requested or provided.
HISTORY
          The audit history for the definition is requested.
MAPPINGS
          The various input source field to application field primaryMappings which are defined for the input, across all indices.
NAME
          The name of an input is requested or provided.
PERMISSIONS
          The permissions of the definition are requested or provided.
PROPERTIES
          The properties section of an Input is requested or provided.
SECURITY
          The security of the definition is requested or provided.
SOURCE_PROPERTIES
          The source properties of the definition is requested or provided.

 

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

NAME

public static final Input.SectionFlag NAME
The name of an input is requested or provided.

DESCRIPTION

public static final Input.SectionFlag DESCRIPTION
The description of an input is requested or provided.

PROPERTIES

public static final Input.SectionFlag PROPERTIES
The properties section of an Input is requested or provided.

MAPPINGS

public static final Input.SectionFlag MAPPINGS
The various input source field to application field primaryMappings which are defined for the input, across all indices.

SOURCE_PROPERTIES

public static final Input.SectionFlag SOURCE_PROPERTIES
The source properties of the definition is requested or provided.

PERMISSIONS

public static final Input.SectionFlag PERMISSIONS
The permissions of the definition are requested or provided.

SECURITY

public static final Input.SectionFlag SECURITY
The security of the definition is requested or provided.

HISTORY

public static final Input.SectionFlag HISTORY
The audit history for the definition is requested.

Method Detail

values

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

valueOf

public static Input.SectionFlag 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 Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.