com.metamatrix.query.optimizer.relational.plantree
Class NodeConstants

java.lang.Object
  extended by com.metamatrix.query.optimizer.relational.plantree.NodeConstants

public final class NodeConstants
extends java.lang.Object


Nested Class Summary
static class NodeConstants.Info
          Property names for type-specific node properties
static class NodeConstants.Types
          Types of nodes
 
Method Summary
static java.lang.String getNodeTypeString(int type)
          Convert a type code into a type string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNodeTypeString

public static final java.lang.String getNodeTypeString(int type)
Convert a type code into a type string.

Parameters:
type - Type code, as defined in NodeConstants.Types
Returns:
String representation for code


Copyright © 2009. All Rights Reserved.