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, visit
protected final String alias
public AliasedNode(String alias)
public QuotingAppendable append(QuotingAppendable buffer)
public void appendChildrenEnd(QuotingAppendable buffer)
appendChildrenEnd
in class Node
public String getAlias()
Copyright © 2001–2021 Apache Cayenne. All rights reserved.