Uses of Class
com.metamatrix.query.optimizer.relational.plantree.NodeConstants.Info

Packages that use NodeConstants.Info
com.metamatrix.query.optimizer.relational.plantree   
 

Uses of NodeConstants.Info in com.metamatrix.query.optimizer.relational.plantree
 

Methods in com.metamatrix.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 com.metamatrix.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 © 2009. All Rights Reserved.