public interface ChildNodeEntry
ChildNodeEntry
instance represents the child node states of a
NodeState
.
Two child node entries are considered equal if and only if their names
and referenced node states match. The Object.equals(Object)
method needs to be implemented so that it complies with this definition.
And while child node entries are not meant for use as hash keys, the
Object.hashCode()
method should still be implemented according
to this equality contract.
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<ChildNodeEntry,java.lang.String> |
GET_NAME
Mapping from a ChildNodeEntry instance to its name.
|
Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.String |
getName()
The name of the child node state wrt.
|
@NotNull NodeState |
getNodeState()
The child node state
|
static final com.google.common.base.Function<ChildNodeEntry,java.lang.String> GET_NAME
@NotNull @NotNull java.lang.String getName()
@NotNull @NotNull NodeState getNodeState()
Copyright © 2010 - 2020 Adobe. All Rights Reserved