|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.riverock.dbrevision.annotation.schema.db.Action
public class Action
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="Type"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CUSTOM_SQL"/> <enumeration value="CUSTOM_CLASS_ACTION"/> <enumeration value="CREATE_SEQUENCE"/> <enumeration value="CREATE_TABLE"/> <enumeration value="ADD_TABLE_COLUMN"/> <enumeration value="DROP_TABLE_COLUMN"/> <enumeration value="ADD_PRIMARY_KEY"/> <enumeration value="ADD_FOREIGN_KEY"/> <enumeration value="DROP_PRIMARY_KEY"/> <enumeration value="DROP_FOREIGN_KEY"/> <enumeration value="DROP_TABLE"/> <enumeration value="DROP_SEQUENCE"/> <enumeration value="DELETE_BEFORE_FK"/> <enumeration value="COPY_COLUMN"/> <enumeration value="CLONE_COLUMN"/> <enumeration value="COPY_TABLE"/> </restriction> </simpleType> </element> <element ref="{}ActionParameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<ActionParameter> |
actionParameters
|
protected String |
type
|
Constructor Summary | |
---|---|
Action()
|
Method Summary | |
---|---|
List<ActionParameter> |
getActionParameters()
Gets the value of the actionParameters property. |
String |
getType()
Gets the value of the type property. |
void |
setType(String value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String type
protected List<ActionParameter> actionParameters
Constructor Detail |
---|
public Action()
Method Detail |
---|
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public List<ActionParameter> getActionParameters()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the actionParameters property.
For example, to add a new item, do as follows:
getActionParameters().add(newItem);
Objects of the following type(s) are allowed in the list
ActionParameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |