|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.generator.SqlField
An extension of the SchemaSimpleElement with additional information for JDBC.
Constructor Summary | |
SqlField(SchemaAbstractSimpleElement pSchemaElement)
Creates a new instance of SqlField |
Method Summary | |
void |
addContext(SchemaComplexElement pElement)
Adds an element to the context. |
void |
clearContext()
Clears the current context. |
java.lang.String |
getColumnName()
Returns the column name. |
java.util.Iterator |
getContext()
Returns an iterator to the context. |
SchemaAbstractSimpleElement |
getSchemaElement()
Creates the SchemaElement managed by this SqlField. |
SchemaSimpleType |
getSchemaType()
Returns the SchemaElements type. |
java.lang.String |
getTableName()
Returns the table name. |
void |
setColumnName(java.lang.String pColumnName)
Sets the column name. |
void |
setTableName(java.lang.String pTableName)
Sets the table name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SqlField(SchemaAbstractSimpleElement pSchemaElement)
Method Detail |
public SchemaAbstractSimpleElement getSchemaElement()
Creates the SchemaElement managed by this SqlField.
public SchemaSimpleType getSchemaType()
Returns the SchemaElements type.
public void setTableName(java.lang.String pTableName)
Sets the table name.
public java.lang.String getTableName()
Returns the table name.
public void setColumnName(java.lang.String pColumnName)
Sets the column name.
public java.lang.String getColumnName()
Returns the column name.
public void addContext(SchemaComplexElement pElement)
Adds an element to the context.
public java.util.Iterator getContext()
Returns an iterator to the context.
public void clearContext()
Clears the current context.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |