org.apache.tuscany.das.rdb.impl
Class ParameterImpl

java.lang.Object
  extended by org.apache.tuscany.das.rdb.impl.ParameterImpl

public class ParameterImpl
extends java.lang.Object


Field Summary
protected  java.lang.Object value
           
 
Constructor Summary
ParameterImpl()
           
ParameterImpl(int index)
           
 
Method Summary
 Converter getConverter()
           
 int getDirection()
           
 int getIndex()
           
 java.lang.String getName()
           
 commonj.sdo.Type getType()
           
 java.lang.Object getValue()
           
 void setConverter(Converter converter)
           
 void setDirection(int direction)
           
 void setIndex(int index)
           
 void setName(java.lang.String name)
           
 void setType(commonj.sdo.Type type)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.Object value
Constructor Detail

ParameterImpl

public ParameterImpl()

ParameterImpl

public ParameterImpl(int index)
Method Detail

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.