Package oracle.rules.sdk2.datamodel
Class JaxbNode
java.lang.Object
oracle.rules.sdk2.datamodel.Node
oracle.rules.sdk2.datamodel.JavaNode
oracle.rules.sdk2.datamodel.JaxbNode
Represent a Jaxb class in the hierarchy
of JPackages and JaxbNode classes
that is created by a SchemaBrowser
instance.
-
Nested Class Summary
-
Field Summary
FieldsFields 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
Modifier and TypeMethodDescriptioninternalLoad
(boolean recursively, Set<FactType> loaded) internalLoad
(Set<FactType> loaded) load()
load the Class recursivley (Jaxb generated class) into the datamodel.load
(boolean recursively) load the Class (Jaxb generated class) into the datamodel.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, load, open, put, putAll, remove, setName, size, values
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
PROP_XML_NAME
- See Also:
-
-
Method Details
-
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. -
load
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
-
internalLoad
- Specified by:
internalLoad
in classNode
-
internalLoad
-
getXMLName
-