Package tilda.parsing.parts
Class MigrationMove
- java.lang.Object
-
- tilda.parsing.parts.MigrationMove
-
public class MigrationMove extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String[]
_ObjectNames
java.util.List<Object>
_Objects
Schema
_Parent
java.lang.String
_Schema
java.lang.String[]
_ViewNames
java.util.List<View>
_Views
-
Constructor Summary
Constructors Constructor Description MigrationMove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
validate(ParserSession PS, Schema Parent)
-
-
-
Field Detail
-
_Schema
@SerializedName("schema") public java.lang.String _Schema
-
_ObjectNames
@SerializedName("objects") public java.lang.String[] _ObjectNames
-
_ViewNames
@SerializedName("views") public java.lang.String[] _ViewNames
-
_Parent
public transient Schema _Parent
-
_Objects
public transient java.util.List<Object> _Objects
-
_Views
public transient java.util.List<View> _Views
-
-
Method Detail
-
validate
public boolean validate(ParserSession PS, Schema Parent)
-
-