Package oracle.rules.sdk2.datamodel
Class JClassNode
java.lang.Object
oracle.rules.sdk2.datamodel.Node
oracle.rules.sdk2.datamodel.JavaNode
oracle.rules.sdk2.datamodel.JClassNode
Represents a Java class in the hierarchy of Java classes
and Java Packages. Loading a JClassNode instance
will include that Java class in the current DataModel.
-
Nested Class Summary
-
Field Summary
Fields inherited from class oracle.rules.sdk2.datamodel.JavaNode
PROP_FQNAMEFields inherited from class oracle.rules.sdk2.datamodel.Node
CLOSED, FALSE, OPEN, PROP_LOAD_FLAG, PROP_NAME, PROP_STATE, TRUE -
Method Summary
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, load, open, put, putAll, remove, setName, size, valuesMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
internalLoad
- Specified by:
internalLoadin classNode
-