|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.7.0) E10651-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ManagedPropertyType>
oracle.adf.controller.metadata.model.beans.ManagedPropertyType
public enum ManagedPropertyType
Determines whether a managed bean property should be initialized to a
MapList
| Enum Constant Summary | |
|---|---|
LIST
|
|
MAP
|
|
VALUE
|
|
| Method Summary | |
|---|---|
static ManagedPropertyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ManagedPropertyType[] |
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 ManagedPropertyType MAP
public static final ManagedPropertyType LIST
public static final ManagedPropertyType VALUE
| Method Detail |
|---|
public static ManagedPropertyType[] values()
for (ManagedPropertyType c : ManagedPropertyType.values()) System.out.println(c);
public static ManagedPropertyType 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 name
java.lang.NullPointerException - if the argument is null
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.7.0) E10651-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||