Uses of Class
org.teiid.query.optimizer.relational.plantree.NodeConstants.Info
-
Packages that use NodeConstants.Info Package Description 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 Modifier and Type Method Description static NodeConstants.Info
NodeConstants.Info. valueOf(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 Modifier and Type Method Description 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 notboolean
PlanNode. hasProperty(NodeConstants.Info propertyID)
Indicates if there is a non-null value for the property key or notObject
PlanNode. setProperty(NodeConstants.Info propertyID, Object value)
-