org.apache.tuscany.das.rdb.impl
Class ParameterImpl
java.lang.Object
org.apache.tuscany.das.rdb.impl.ParameterImpl
public class ParameterImpl
- extends java.lang.Object
Field Summary |
protected java.lang.Object |
value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected java.lang.Object value
ParameterImpl
public ParameterImpl()
ParameterImpl
public ParameterImpl(int index)
setType
public void setType(commonj.sdo.Type type)
setIndex
public void setIndex(int index)
setName
public void setName(java.lang.String name)
setValue
public void setValue(java.lang.Object value)
setDirection
public void setDirection(int direction)
getType
public commonj.sdo.Type getType()
getIndex
public int getIndex()
getName
public java.lang.String getName()
getValue
public java.lang.Object getValue()
getDirection
public int getDirection()
setConverter
public void setConverter(Converter converter)
getConverter
public Converter getConverter()
Copyright © 2007 Apache Software Foundation. All Rights Reserved.