de.ispsoft.jaxme.generator.parserdata
Class JdbcParam

java.lang.Object
  extended byde.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
      extended byde.ispsoft.jaxme.generator.parserdata.JdbcParam

public class JdbcParam
extends JdbcAbstractParameter

Holds a specification of a placeholder parameter.

Author:
Jochen Wiedmann

Field Summary
 
Fields inherited from class de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
KIND_PATTERN, KIND_PLACEHOLDER, KIND_PLACEHOLDERS
 
Constructor Summary
JdbcParam()
          Creates a new instance of JdbcParam
 
Method Summary
 java.lang.String getRuntimeType()
          Returns the parameters runtime type.
 SchemaSimpleType getType()
          Returns the parameter type.
 void setType(SchemaSimpleType pType)
          Sets the parameter type.
 
Methods inherited from class de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
getKind, getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcParam

public JdbcParam()
Creates a new instance of JdbcParam

Method Detail

getType

public SchemaSimpleType getType()

Returns the parameter type.


setType

public void setType(SchemaSimpleType pType)

Sets the parameter type.


getRuntimeType

public java.lang.String getRuntimeType()

Returns the parameters runtime type.

Specified by:
getRuntimeType in class JdbcAbstractParameter