|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.riverock.dbrevision.annotation.schema.db.AddTableFieldAction
public class AddTableFieldAction
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Field" type="{http://dbrevision.sourceforge.net/xsd/dbrevision-structure.xsd}DbField"/>
</sequence>
<attribute name="tableName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DbField |
field
|
protected String |
tableName
|
| Constructor Summary | |
|---|---|
AddTableFieldAction()
|
|
| Method Summary | |
|---|---|
DbField |
getField()
Gets the value of the field property. |
String |
getTableName()
Gets the value of the tableName property. |
void |
setField(DbField value)
Sets the value of the field property. |
void |
setTableName(String value)
Sets the value of the tableName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DbField field
protected String tableName
| Constructor Detail |
|---|
public AddTableFieldAction()
| Method Detail |
|---|
public DbField getField()
DbFieldpublic void setField(DbField value)
value - allowed object is
DbFieldpublic String getTableName()
Stringpublic void setTableName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||