Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.composite
Class BaseCompositeFileElementProxy

java.lang.Object
  extended by oracle.ide.composite.BaseCompositeFileElementProxy

All Implemented Interfaces:
CompositeFileElementProxy
Direct Known Subclasses:
AbstractCompositeFileElementProxy, DefaultCompositeFileElementProxy

public abstract class BaseCompositeFileElementProxy
extends java.lang.Object
implements CompositeFileElementProxy
Since:
11.1.2.0.0 (Sherman)

Constructor Summary
BaseCompositeFileElementProxy()
           

 

Method Summary
 java.lang.Class getCompositeElementClass()
          Deprecated. 
 java.lang.String getViewType()
          Gets the type identifier of views associated with this proxy.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.ide.composite.CompositeFileElementProxy
getCompositeFileURLs

 

Constructor Detail

BaseCompositeFileElementProxy

public BaseCompositeFileElementProxy()

Method Detail

getCompositeElementClass

@Deprecated
public java.lang.Class getCompositeElementClass()
Deprecated. 
Description copied from interface: CompositeFileElementProxy
Gets the composite element class handled by this proxy.
Specified by:
getCompositeElementClass in interface CompositeFileElementProxy
Returns:
the composite element class.

getViewType

public java.lang.String getViewType()
Gets the type identifier of views associated with this proxy. A view type of null indicates any potential view.
Returns:
the view type.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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