Extension SDK

oracle.jdeveloper.compiler
Class Tag2OjcConfiguration

java.lang.Object
  extended byoracle.jdeveloper.compiler.Tag2OjcConfiguration
All Implemented Interfaces:
oracle.ide.marshal.tag.TagConverter

public class Tag2OjcConfiguration
extends java.lang.Object
implements oracle.ide.marshal.tag.TagConverter

The Tag2OjcConfiguration class marshals the compiler settings into the OjcConfiguration object.


Constructor Summary
Tag2OjcConfiguration()
           
 
Method Summary
 boolean toElement(java.lang.Object object, oracle.ide.marshal.tag.TagElement element, oracle.ide.marshal.tag.Tag2Object t2o)
          Not supported.
 boolean toObject(java.lang.Object object, oracle.ide.marshal.tag.TagElement element, oracle.ide.marshal.tag.Tag2Object t2o)
          Initialize the OjcConfiguration object from the specified element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag2OjcConfiguration

public Tag2OjcConfiguration()
Method Detail

toElement

public boolean toElement(java.lang.Object object,
                         oracle.ide.marshal.tag.TagElement element,
                         oracle.ide.marshal.tag.Tag2Object t2o)
Not supported.

Specified by:
toElement in interface oracle.ide.marshal.tag.TagConverter

toObject

public boolean toObject(java.lang.Object object,
                        oracle.ide.marshal.tag.TagElement element,
                        oracle.ide.marshal.tag.Tag2Object t2o)
Initialize the OjcConfiguration object from the specified element.

Specified by:
toObject in interface oracle.ide.marshal.tag.TagConverter

Extension SDK

 

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