| 
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Object
  
java.lang.Enum<Input.SectionFlag>
      
oracle.imaging.Input.SectionFlag
public static enum Input.SectionFlag
Flags that identify which sections are applicable to a specific request.
| Enum Constant Summary | |
|---|---|
DESCRIPTIONThe description of an input is requested or provided.  | 
|
HISTORYThe audit history for the definition is requested.  | 
|
MAPPINGSThe various input source field to application field primaryMappings which are defined for the input, across all indices.  | 
|
NAMEThe name of an input is requested or provided.  | 
|
PERMISSIONSThe permissions of the definition are requested or provided.  | 
|
PROPERTIESThe properties section of an Input is requested or provided.  | 
|
SECURITYThe security of the definition is requested or provided.  | 
|
SOURCE_PROPERTIESThe 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 | 
|---|
public static final Input.SectionFlag NAME
public static final Input.SectionFlag DESCRIPTION
public static final Input.SectionFlag PROPERTIES
public static final Input.SectionFlag MAPPINGS
public static final Input.SectionFlag SOURCE_PROPERTIES
public static final Input.SectionFlag PERMISSIONS
public static final Input.SectionFlag SECURITY
public static final Input.SectionFlag HISTORY
| Method Detail | 
|---|
public static Input.SectionFlag[] values()
for (Input.SectionFlag c : Input.SectionFlag.values())
    System.out.println(c);
public static Input.SectionFlag valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
  | 
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||