story.scheherazade.parameters
Class SCHReferenceReq
java.lang.Object
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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCHReferenceReq
public SCHReferenceReq(VariableID refID,
SCHVariableType refType)
getID
public VariableID getID()
getType
public SCHVariableType getType()
render
public java.lang.StringBuffer render()
Copyright © 2011 David K. Elson. All Rights Reserved.