Class DdlScript
java.lang.Object
io.ebeaninternal.extraddl.model.DdlScript
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="platforms" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the platforms property.getValue()Gets the value of the value property.booleanisDrop()Return if this a drop script.booleanisInit()Return if this a init script.voidsetDrop(boolean drop) Sets that this is a drop script.voidsetInit(boolean init) Sets that this is a init script.voidSets the value of the name property.voidsetPlatforms(String value) Sets the value of the platforms property.voidSets the value of the value property.
-
Field Details
-
value
-
name
-
platforms
-
drop
protected boolean drop -
init
protected boolean init
-
-
Constructor Details
-
DdlScript
public DdlScript()
-
-
Method Details
-
getValue
-
setValue
-
getName
-
setName
-
getPlatforms
-
setPlatforms
-
isDrop
public boolean isDrop()Return if this a drop script. -
setDrop
public void setDrop(boolean drop) Sets that this is a drop script. -
isInit
public boolean isInit()Return if this a init script. -
setInit
public void setInit(boolean init) Sets that this is a init script.
-