oracle.owb.foundation.reflection
Class DefinitionElementFactory

java.lang.Object
  |
  +--oracle.owb.foundation.reflection.DefinitionElementFactory

public class DefinitionElementFactory
extends java.lang.Object

Factory class to create public API object.

Author:
Xiaoge Zhang

Constructor Summary
DefinitionElementFactory()
           
 
Method Summary
static OWBNamedObject createPublicObject(oracle.wh.repos.sdk.WBElement elem)
          static function used to create public API object from private objects.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefinitionElementFactory

public DefinitionElementFactory()
Method Detail

createPublicObject

public static OWBNamedObject createPublicObject(oracle.wh.repos.sdk.WBElement elem)
static function used to create public API object from private objects.
Parameters:
elem - is the private API element.
Returns:
an OWBNamedObject of the correct type.