public class ParentedNode extends Object implements Serializable
Constructor and Description |
---|
ParentedNode() |
ParentedNode(String childName,
ChildType childType,
UnparentedNode child,
Map<String,String> defaultChild) |
Modifier and Type | Method and Description |
---|---|
UnparentedNode |
getChild() |
String |
getChildName() |
ChildType |
getChildType() |
void |
setChild(UnparentedNode child)
This is used when there are bean cycles.
|
String |
toString() |
public String getChildName()
public UnparentedNode getChild()
public ChildType getChildType()
public void setChild(UnparentedNode child)
child
- A non-placeholder childCopyright © 2009–2016 Oracle Corporation. All rights reserved.