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