|
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<Connection.SectionFlag>
oracle.imaging.Connection.SectionFlag
public static enum Connection.SectionFlag
Flags that identify which sections are applicable to a specific request.
| Enum Constant Summary | |
|---|---|
DESCRIPTIONThe description of a Connection is requested or provided. |
|
DETAILSThe Section of name values pairs for the specific connection |
|
HISTORYThe audit history for the Connection. |
|
NAMEThe name of a Connection is requested or provided. |
|
PERMISSIONSThe permissions section of a Connection is requested or provided. |
|
PROPERTIESSection of information specific to the Connection |
|
SECURITYThe security section of a Connection is requested or provided. |
|
| Method Summary | |
|---|---|
static Connection.SectionFlag |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static Connection.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 Connection.SectionFlag NAME
public static final Connection.SectionFlag DESCRIPTION
public static final Connection.SectionFlag PERMISSIONS
public static final Connection.SectionFlag SECURITY
public static final Connection.SectionFlag HISTORY
public static final Connection.SectionFlag PROPERTIES
public static final Connection.SectionFlag DETAILS
| Method Detail |
|---|
public static Connection.SectionFlag[] values()
for (Connection.SectionFlag c : Connection.SectionFlag.values())
System.out.println(c);
public static Connection.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 | |||||||