public class ValueNode extends Node
children, childrenCount, parent, type
Constructor and Description |
---|
ValueNode(Object value,
boolean isArray,
DbAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
protected void |
addValueBinding(QuotingAppendable buffer,
Object value) |
QuotingAppendable |
append(QuotingAppendable buffer) |
protected void |
appendNullValue(QuotingAppendable buffer) |
protected void |
appendObjectValue(QuotingAppendable buffer,
Object value) |
protected void |
appendStringValue(QuotingAppendable buffer,
CharSequence value) |
Node |
copy() |
DbAttribute |
getAttribute() |
Object |
getValue() |
boolean |
isArray() |
addChild, addChild, appendChildrenEnd, appendChildrenSeparator, appendChildrenStart, deepCopy, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visit
public ValueNode(Object value, boolean isArray, DbAttribute attribute)
public Object getValue()
public DbAttribute getAttribute()
public boolean isArray()
public QuotingAppendable append(QuotingAppendable buffer)
protected void appendNullValue(QuotingAppendable buffer)
protected void appendObjectValue(QuotingAppendable buffer, Object value)
protected void appendStringValue(QuotingAppendable buffer, CharSequence value)
protected void addValueBinding(QuotingAppendable buffer, Object value)
Copyright © 2001–2021 Apache Cayenne. All rights reserved.