Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.5.0)

E10663-05


oracle.rules.sdk2.datamodel
Class JaxbNode

java.lang.Object
  extended by oracle.rules.sdk2.datamodel.Node
      extended by oracle.rules.sdk2.datamodel.JavaNode
          extended by oracle.rules.sdk2.datamodel.JaxbNode

All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.String>

public class JaxbNode
extends JavaNode

Represent a Jaxb class in the hierarchy of JPackages and JaxbNode classes that is created by a SchemaBrowser instance.


Nested Class Summary

 

Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>

 

Field Summary
static java.lang.String PROP_XML_NAME
           

 

Fields inherited from class oracle.rules.sdk2.datamodel.JavaNode
PROP_FQNAME

 

Fields inherited from class oracle.rules.sdk2.datamodel.Node
CLOSED, FALSE, OPEN, PROP_LOAD_FLAG, PROP_NAME, PROP_STATE, TRUE

 

Method Summary
 java.lang.String getXMLName()
           
 java.util.List<FactType> load()
          load the Class recursivley (Jaxb generated class) into the datamodel.
 java.util.List<FactType> load(boolean recursively)
          load the Class (Jaxb generated class) into the datamodel.

 

Methods inherited from class oracle.rules.sdk2.datamodel.JavaNode
get, getFQName

 

Methods inherited from class oracle.rules.sdk2.datamodel.Node
clear, close, containsKey, containsValue, entrySet, equals, getDictionary, getLoadFlag, getName, getNestedTable, getOpenState, getParent, hashCode, isEmpty, isOpen, keySet, open, put, putAll, remove, setName, size, values

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

PROP_XML_NAME

public static final java.lang.String PROP_XML_NAME
See Also:
Constant Field Values

Method Detail

load

public java.util.List<FactType> load()
load the Class recursivley (Jaxb generated class) into the datamodel. After a sucessfull load, the loaded class and all the classes referenced by the class through property will be part of the datamodel.
Specified by:
load in class Node

load

public java.util.List<FactType> load(boolean recursively)
load the Class (Jaxb generated class) into the datamodel. After a sucessfull load, the loaded class will be part of the datamodel. same as load( true )
Parameters:
recursively - true to import JaxbFactType recursively

getXMLName

public java.lang.String getXMLName()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.5.0)

E10663-05


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.