Teiid 8.3.0.Final

org.teiid.client.plan
Class PlanNode.Property

java.lang.Object
  extended by 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

Constructor Summary
PlanNode.Property()
           
PlanNode.Property(String name)
           
 
Method Summary
 String getName()
           
 PlanNode getPlanNode()
           
 List<String> getValues()
           
 void readExternal(ObjectInput in)
           
 void setPlanNode(PlanNode planNode)
           
 void setValues(List<String> values)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanNode.Property

public PlanNode.Property()

PlanNode.Property

public PlanNode.Property(String name)
Method Detail

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

Teiid 8.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.