Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.6.0)

E10758-07

oracle.jbo.jbotester
Enum ConfigMode

java.lang.Object
  extended by java.lang.Enum<ConfigMode>
      extended by oracle.jbo.jbotester.ConfigMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ConfigMode>

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

The configuration mode determines how the connection dialog is invoked.

See Also:
ConnectionDialog

Enum Constant Summary
EDIT
          edit an existing configuration
NEW
          create a new configuration
RUN
          present an existing configuration to launch the tester with
 
Method Summary
 java.lang.String getTitle()
           
 java.lang.String toString()
           
static ConfigMode valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConfigMode[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EDIT

public static final ConfigMode EDIT
edit an existing configuration


NEW

public static final ConfigMode NEW
create a new configuration


RUN

public static final ConfigMode RUN
present an existing configuration to launch the tester with

Method Detail

values

public static ConfigMode[] 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 (ConfigMode c : ConfigMode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ConfigMode 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

getTitle

public java.lang.String getTitle()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<ConfigMode>

Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.6.0)

E10758-07

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