|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
Base class for parameters, patterns and placeholder values.
Field Summary | |
static int |
KIND_PATTERN
A parameter kind: Pattern value; the instance class is JdbcPattern or a subclass. |
static int |
KIND_PLACEHOLDER
A parameter type: Placeholder value |
static int |
KIND_PLACEHOLDERS
A parameter kind: Array of placeholder values; the instance class is JdbcPlaceHolders or a subclass. |
Constructor Summary | |
protected |
JdbcAbstractParameter(int pKind)
Creates a new instance of JdbcAbstractParameter |
Method Summary | |
int |
getKind()
Returns the parameters kind: KIND_PLACEHOLDER or KIND_PATTERN. |
java.lang.String |
getName()
Returns the parameter name. |
abstract java.lang.String |
getRuntimeType()
Returns the parameters runtime type. |
void |
setName(java.lang.String pName)
Sets the parameter name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int KIND_PLACEHOLDER
A parameter type: Placeholder value
public static final int KIND_PATTERN
A parameter kind: Pattern value; the instance class is JdbcPattern or a subclass.
public static final int KIND_PLACEHOLDERS
A parameter kind: Array of placeholder values; the instance class is JdbcPlaceHolders or a subclass.
Constructor Detail |
protected JdbcAbstractParameter(int pKind)
Method Detail |
public int getKind()
Returns the parameters kind: KIND_PLACEHOLDER or KIND_PATTERN.
public java.lang.String getName()
Returns the parameter name.
public void setName(java.lang.String pName)
Sets the parameter name.
public abstract java.lang.String getRuntimeType()
Returns the parameters runtime type.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |