com.bowstreet.builders.webapp.methods
Class SqlBuilderComm.Constants

java.lang.Object
  extended by com.bowstreet.builders.webapp.methods.SqlBuilderComm.Constants
Enclosing class:
SqlBuilderComm

public static class SqlBuilderComm.Constants
extends java.lang.Object

Class defining all of the constants used in Sql builder communication. All classes that need to communicate with the Sql builders at regen and runtime should use the constants defined here to insulate themselves from changes to the internal structure and content of Sql builder communication.


Field Summary
static java.lang.String BuilderInputsSuffix
           
static java.lang.String BuilderInputsTopElementName
           
static java.lang.String DependentSqlBuildersKey
           
 
Constructor Summary
SqlBuilderComm.Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BuilderInputsSuffix

public static final java.lang.String BuilderInputsSuffix
See Also:
Constant Field Values

BuilderInputsTopElementName

public static final java.lang.String BuilderInputsTopElementName
See Also:
Constant Field Values

DependentSqlBuildersKey

public static final java.lang.String DependentSqlBuildersKey
See Also:
Constant Field Values
Constructor Detail

SqlBuilderComm.Constants

public SqlBuilderComm.Constants()


Copyright © 2009 IBM. All Rights Reserved.