Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

oracle.apps.fnd.applcp.migrate.modeler
Class BCModeler.Options

java.lang.Object
  extended by oracle.apps.fnd.applcp.migrate.modeler.BCModeler.Options
Direct Known Subclasses:
BCModeler.Arguments
Enclosing class:
BCModeler

public static class BCModeler.Options
extends java.lang.Object


Constructor Summary
BCModeler.Options()
           
 
Method Summary
 java.lang.Object get(BCModeler.Option option)
          Gets an optional argument.
 boolean getBoolean(BCModeler.Option option)
          Gets an optional argument as a boolean value.
 java.lang.String getString(BCModeler.Option option)
          Gets an optional argument as a string.
protected  void put(BCModeler.Option option, java.lang.Object arg)
          Puts an optional argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCModeler.Options

public BCModeler.Options()
Method Detail

put

protected void put(BCModeler.Option option,
                   java.lang.Object arg)
Puts an optional argument.

Parameters:
option - the option name
arg - the argument

get

public java.lang.Object get(BCModeler.Option option)
Gets an optional argument.

Parameters:
option - the option name
Returns:
the optional argument

getString

public java.lang.String getString(BCModeler.Option option)
Gets an optional argument as a string.

Parameters:
option - the option name
Returns:
the optinal argument as a string

getBoolean

public boolean getBoolean(BCModeler.Option option)
Gets an optional argument as a boolean value.

Parameters:
option - the option name
Returns:
the optional argument as a boolean value

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.