story.scheherazade.parameters
Class SCHReferenceReq

java.lang.Object
  extended by story.scheherazade.parameters.SCHReferenceReq

public class SCHReferenceReq
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.

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


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

Constructor Detail

SCHReferenceReq

public SCHReferenceReq(VariableID refID,
                       SCHVariableType refType)
Method Detail

getID

public VariableID getID()

getType

public SCHVariableType getType()

render

public java.lang.StringBuffer render()


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