Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.flex.uimodeler.util.common
Enum UIModelerInput.Parameter

java.lang.Object
  extended by java.lang.Enum<UIModelerInput.Parameter>
      extended by oracle.apps.fnd.applcore.flex.uimodeler.util.common.UIModelerInput.Parameter
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<UIModelerInput.Parameter>
Enclosing class:
UIModelerInput

public static enum UIModelerInput.Parameter
extends java.lang.Enum<UIModelerInput.Parameter>


Enum Constant Summary
APPLICATIONID
           
BUILDINGWHAT
           
CATEGORY
           
CATEGORYAM
           
CATEGORYVO
           
CONTEXTCODE
           
CONTEXTNAME
           
CONTEXTNAMETRANSLATED
           
CONTEXTREGIONSEQUENCE
           
CONTEXTUITYPE
           
CONTEXTVONAME
           
FLEXFIELDCODE
           
GROUPCODE
           
MODELER
           
PAGELISTFRAGNAME
           
PAGENAME
           
PAGENAMETRANSLATED
           
SEARCHVO
           
SEEDEDAM
           
SEEDEDAMPACKAGE
           
UIPACKAGENAME
           
USAGE
           
 
Method Summary
 java.lang.String cmd()
          Gets the command line argument name for this parameter.
static UIModelerInput.Parameter valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UIModelerInput.Parameter[] 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

CONTEXTVONAME

public static final UIModelerInput.Parameter CONTEXTVONAME

CATEGORYAM

public static final UIModelerInput.Parameter CATEGORYAM

CATEGORYVO

public static final UIModelerInput.Parameter CATEGORYVO

BUILDINGWHAT

public static final UIModelerInput.Parameter BUILDINGWHAT

MODELER

public static final UIModelerInput.Parameter MODELER

PAGENAME

public static final UIModelerInput.Parameter PAGENAME

CATEGORY

public static final UIModelerInput.Parameter CATEGORY

USAGE

public static final UIModelerInput.Parameter USAGE

PAGELISTFRAGNAME

public static final UIModelerInput.Parameter PAGELISTFRAGNAME

CONTEXTNAME

public static final UIModelerInput.Parameter CONTEXTNAME

CONTEXTUITYPE

public static final UIModelerInput.Parameter CONTEXTUITYPE

SEEDEDAMPACKAGE

public static final UIModelerInput.Parameter SEEDEDAMPACKAGE

SEEDEDAM

public static final UIModelerInput.Parameter SEEDEDAM

SEARCHVO

public static final UIModelerInput.Parameter SEARCHVO

APPLICATIONID

public static final UIModelerInput.Parameter APPLICATIONID

FLEXFIELDCODE

public static final UIModelerInput.Parameter FLEXFIELDCODE

CONTEXTCODE

public static final UIModelerInput.Parameter CONTEXTCODE

GROUPCODE

public static final UIModelerInput.Parameter GROUPCODE

UIPACKAGENAME

public static final UIModelerInput.Parameter UIPACKAGENAME

PAGENAMETRANSLATED

public static final UIModelerInput.Parameter PAGENAMETRANSLATED

CONTEXTNAMETRANSLATED

public static final UIModelerInput.Parameter CONTEXTNAMETRANSLATED

CONTEXTREGIONSEQUENCE

public static final UIModelerInput.Parameter CONTEXTREGIONSEQUENCE
Method Detail

values

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

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

valueOf

public static UIModelerInput.Parameter 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

cmd

public java.lang.String cmd()
Gets the command line argument name for this parameter.

Returns:
the command line argument name

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.