Class XMLSchemaConstants
java.lang.Object
ac.simons.neo4j.migrations.core.internal.XMLSchemaConstants
Constants used throughout parsing and reading / writing elements and attributes of xml and database constraints.
- Since:
- 1.7.0
- Author:
- Michael J. Simons
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant for the element applystatic final StringConstant for the element catalog.static final StringConstant for the element constraint.static final StringConstant for the element constraints.static final StringConstant for the element indexes.static final StringConstant for the element indexes.static final StringConstant for the element label.static final StringConstant for migrationstatic final StringThe namespace constant.static final StringConstant for the attribute name.static final StringConstant for the element options.static final StringConstant for the element properties.static final StringConstant for the element property.static final StringConstant for the element refactorstatic final StringConstant for the reset attribute.Constant for the element names of supported operations.static final StringConstant for type (both used as attribute and element). -
Method Summary
-
Field Details
-
MIGRATION_NS
The namespace constant.- See Also:
-
MIGRATION
Constant for migration- See Also:
-
TYPE
Constant for type (both used as attribute and element).- See Also:
-
PROPERTIES
Constant for the element properties.- See Also:
-
NAME
Constant for the attribute name.- See Also:
-
CONSTRAINT
Constant for the element constraint.- See Also:
-
LABEL
Constant for the element label.- See Also:
-
PROPERTY
Constant for the element property.- See Also:
-
OPTIONS
Constant for the element options.- See Also:
-
CATALOG
Constant for the element catalog.- See Also:
-
INDEX
Constant for the element indexes.- See Also:
-
INDEXES
Constant for the element indexes.- See Also:
-
CONSTRAINTS
Constant for the element constraints.- See Also:
-
APPLY
Constant for the element apply- See Also:
-
REFACTOR
Constant for the element refactor- See Also:
-
RESET
Constant for the reset attribute.- See Also:
-
SUPPORTED_OPERATIONS
Constant for the element names of supported operations.
-