public class AliasedNode extends Node
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
children, childrenCount, parent, type| Constructor and Description |
|---|
AliasedNode(String alias) |
| Modifier and Type | Method and Description |
|---|---|
QuotingAppendable |
append(QuotingAppendable buffer) |
void |
appendChildrenEnd(QuotingAppendable buffer) |
Node |
copy() |
String |
getAlias() |
addChild, addChild, appendChildrenSeparator, appendChildrenStart, deepCopy, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visitprotected final String alias
public AliasedNode(String alias)
public QuotingAppendable append(QuotingAppendable buffer)
public void appendChildrenEnd(QuotingAppendable buffer)
appendChildrenEnd in class Nodepublic String getAlias()
Copyright © 2001–2020 Apache Cayenne. All rights reserved.