oracle.jdeveloper.compiler
Class Tag2OjcConfiguration
java.lang.Object
|
+--oracle.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.
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 |
Tag2OjcConfiguration
public Tag2OjcConfiguration()
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