| 
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.StateFlag>
      
oracle.imaging.Input.StateFlag
public static enum Input.StateFlag
Flags that identify which piece or pieces of an input should be updated, when a call is made to InputService#modifyState(NameId,StateUpdate[]).
| Enum Constant Summary | |
|---|---|
ONLINEIndicates that the Input#isOnline()value should be updated. | 
|
PRIORITYIndicates that the Input#getPriority()value should be updated. | 
|
| Method Summary | |
|---|---|
static Input.StateFlag | 
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.  | 
static Input.StateFlag[] | 
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.StateFlag ONLINE
Input#isOnline()value should be updated. The parameter provided with this flag must be of type java.lang.Boolean.public static final Input.StateFlag PRIORITY
Input#getPriority()value should be updated. The parameter provided with this flag must be of type java.lang.Integer.| Method Detail | 
|---|
public static Input.StateFlag[] values()
for (Input.StateFlag c : Input.StateFlag.values())
    System.out.println(c);
public static Input.StateFlag 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 | |||||||