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.InfoNodeConstants.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 ObjectPlanNode. getProperty(NodeConstants.Info propertyID)booleanPlanNode. hasBooleanProperty(NodeConstants.Info propertyKey)booleanPlanNode. hasCollectionProperty(NodeConstants.Info propertyID)Indicates if there is a non-null and non-empty Collection value for the property key or notbooleanPlanNode. hasProperty(NodeConstants.Info propertyID)Indicates if there is a non-null value for the property key or notObjectPlanNode. setProperty(NodeConstants.Info propertyID, Object value)
-