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
Modifier and TypeFieldDescriptionstatic final String
Constant for the element applystatic final String
Constant for the element catalog.static final String
Constant for the element constraint.static final String
Constant for the element constraints.static final String
Constant for the element indexes.static final String
Constant for the element indexes.static final String
Constant for the element label.static final String
Constant for migrationstatic final String
The namespace constant.static final String
Constant for the attribute name.static final String
Constant for the element options.static final String
Constant for the element properties.static final String
Constant for the element property.static final String
Constant for the element refactorstatic final String
Constant for the reset attribute.Constant for the element names of supported operations.static final String
Constant 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.
-