Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.ide.composite
Class AbstractCompositeFileElementProxy

java.lang.Object
  extended by oracle.ide.composite.AbstractCompositeFileElementProxy
All Implemented Interfaces:
CompositeFileElementProxy
Direct Known Subclasses:
DefaultCompositeFileElementProxy

public abstract class AbstractCompositeFileElementProxy
extends java.lang.Object
implements CompositeFileElementProxy

The abstract implementation class for a CompositeFileElementProxy.


Constructor Summary
AbstractCompositeFileElementProxy()
          Constructs an AbstractCompositeFileElementProxy object.
AbstractCompositeFileElementProxy(java.lang.String viewType)
          Constructs an AbstractCompositeFileElementProxy object.
 
Method Summary
 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
getCompositeElementClass, getCompositeFileURLs
 

Constructor Detail

AbstractCompositeFileElementProxy

public AbstractCompositeFileElementProxy()
Constructs an AbstractCompositeFileElementProxy object.


AbstractCompositeFileElementProxy

public AbstractCompositeFileElementProxy(java.lang.String viewType)
Constructs an AbstractCompositeFileElementProxy object.

Parameters:
viewType - the type of views associated with this proxy.
Method Detail

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.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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