org.teiid.client.plan
Class PlanNode.Property
java.lang.Object
org.teiid.client.plan.PlanNode.Property
- All Implemented Interfaces:
- Externalizable, Serializable
- Enclosing class:
- PlanNode
public static class PlanNode.Property
- extends Object
- implements Externalizable
A Property is a named value of a PlanNode
that may be
another PlanNode
or a non-null list of values.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanNode.Property
public PlanNode.Property()
PlanNode.Property
public PlanNode.Property(String name)
getName
public String getName()
getValues
public List<String> getValues()
setValues
public void setValues(List<String> values)
getPlanNode
public PlanNode getPlanNode()
setPlanNode
public void setPlanNode(PlanNode planNode)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.