Uses of Class
org.teiid.query.optimizer.relational.plantree.NodeConstants.Info

Packages that use NodeConstants.Info
org.teiid.query.optimizer.relational.plantree   
 

Uses of NodeConstants.Info in org.teiid.query.optimizer.relational.plantree
 

Methods in org.teiid.query.optimizer.relational.plantree that return NodeConstants.Info
static NodeConstants.Info NodeConstants.Info.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NodeConstants.Info[] NodeConstants.Info.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teiid.query.optimizer.relational.plantree with parameters of type NodeConstants.Info
 java.lang.Object PlanNode.getProperty(NodeConstants.Info propertyID)
           
 boolean PlanNode.hasBooleanProperty(NodeConstants.Info propertyKey)
           
 boolean PlanNode.hasCollectionProperty(NodeConstants.Info propertyID)
          Indicates if there is a non-null and non-empty Collection value for the property key or not
 boolean PlanNode.hasProperty(NodeConstants.Info propertyID)
          Indicates if there is a non-null value for the property key or not
 void PlanNode.setProperty(NodeConstants.Info propertyID, java.lang.Object value)
           
 



Copyright © 2010. All Rights Reserved.