story.dbcore.parameters
Class ReferenceReq

java.lang.Object
  extended by story.dbcore.parameters.ReferenceReq

public class ReferenceReq
extends java.lang.Object

A class representing a single prerequisite of a single parameter. Holds information about the references which must be declared before the parameter can be executed in a query.

ParameterSet receives these from Parameters and enforces that previous Parameters have stored references needed to satisfy them.


Constructor Summary
ReferenceReq(VariableID refID, VariableType refType)
           
 
Method Summary
 VariableID getID()
           
 VariableType getType()
           
 java.lang.StringBuffer render()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceReq

public ReferenceReq(VariableID refID,
                    VariableType refType)
Method Detail

getID

public VariableID getID()

getType

public VariableType getType()

render

public java.lang.StringBuffer render()


Copyright © 2011 David K. Elson. All Rights Reserved.