Package io.ebeaninternal.extraddl.model
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>
-
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.
-
Constructor Details
-
DdlScript
public DdlScript()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPlatforms
Gets the value of the platforms property.- Returns:
- possible object is
String
-
setPlatforms
Sets the value of the platforms property.- Parameters:
value- allowed object isString
-
isDrop
Return if this a drop script. -
setDrop
Sets that this is a drop script. -
isInit
Return if this a init script. -
setInit
Sets that this is a init script.
-