org.apache.xalan.lib.sql
Class QueryParameter

java.lang.Object
  extended byorg.apache.xalan.lib.sql.QueryParameter

public class QueryParameter
extends Object

Title:

Description:

Copyright: Copyright (c)

Company:

Author:

Field Summary
private  String type
           
private  String value
           
 
Constructor Summary
QueryParameter(String v, String t)
           
 
Method Summary
 String getType()
           
 String getValue()
           
 void setType(String newType)
           
 void setValue(String newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private String value

type

private String type
Constructor Detail

QueryParameter

public QueryParameter(String v,
                      String t)
Parameters:
v -
t -
Method Detail

getValue

public String getValue()
Returns:

setValue

public void setValue(String newValue)
Parameters:
newValue -
Returns:

setType

public void setType(String newType)
Parameters:
newType -
Returns:

getType

public String getType()
Returns: