public static class PlanNode.Property extends Object implements Externalizable
PlanNode
that may be
another PlanNode
or a non-null list of values.Constructor and Description |
---|
PlanNode.Property() |
PlanNode.Property(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
PlanNode |
getPlanNode() |
List<String> |
getValues() |
void |
readExternal(ObjectInput in) |
void |
setPlanNode(PlanNode planNode) |
void |
setValues(List<String> values) |
void |
writeExternal(ObjectOutput out) |
public PlanNode.Property()
public PlanNode.Property(String name)
public String getName()
public PlanNode getPlanNode()
public void setPlanNode(PlanNode planNode)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.