Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

oracle.adfinternal.businesseditor.objects
Enum ObjectType

java.lang.Object
  extended by java.lang.Enum<ObjectType>
      extended by oracle.adfinternal.businesseditor.objects.ObjectType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ObjectType>

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

For internal framework use only.

For internal use only. Application developers should not use this

Enum Constant Summary
BusinessObject
           
CustomAttribute
           
Function
           
LookupCode
           
LookupType
           
StandardAttribute
           
Trigger
           
Validator
           
 
Method Summary
protected  java.lang.String getDisplayLabel()
           
static ObjectType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ObjectType[] 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

BusinessObject

public static final ObjectType BusinessObject

StandardAttribute

public static final ObjectType StandardAttribute

CustomAttribute

public static final ObjectType CustomAttribute

Validator

public static final ObjectType Validator

Trigger

public static final ObjectType Trigger

Function

public static final ObjectType Function

LookupType

public static final ObjectType LookupType

LookupCode

public static final ObjectType LookupCode
Method Detail

values

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

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

valueOf

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

getDisplayLabel

protected java.lang.String getDisplayLabel()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

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