org.apache.xalan.lib.sql
Class QueryParameter
java.lang.Object
org.apache.xalan.lib.sql.QueryParameter
- public class QueryParameter
- extends Object
Title:
Description:
Copyright: Copyright (c)
Company:
- Author:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
private String value
type
private String type
QueryParameter
public QueryParameter(String v,
String t)
- Parameters:
v
- t
-
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: