public abstract class JavaNode extends Node
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_FQNAME |
CLOSED, FALSE, OPEN, PROP_LOAD_FLAG, PROP_NAME, PROP_STATE, TRUE
Constructor and Description |
---|
JavaNode(NodeTable parent,
oracle.rules.sdk2.datamodel.impt.JavaComponent jc) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get(java.lang.Object key)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
java.lang.String |
getFQName()
return the fully qualified name of the 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
public static final java.lang.String PROP_FQNAME
public JavaNode(NodeTable parent, oracle.rules.sdk2.datamodel.impt.JavaComponent jc)
public java.lang.String get(java.lang.Object key)
java.util.Map
null
if this map contains no mapping for the key.
More formally, if this map contains a mapping from a key
k
to a value v
such that (key==null ? k==null :
key.equals(k))
, then this method returns v
; otherwise
it returns null
. (There can be at most one such mapping.)
If this map permits null values, then a return value of
null
does not necessarily indicate that the map
contains no mapping for the key; it's also possible that the map
explicitly maps the key to null
. The containsKey
operation may be used to distinguish these two cases.
public java.lang.String getFQName()