java.lang.Object
dev.metaschema.core.model.MetaschemaModelConstants
Provides commonly used QName constants for Metaschema model elements.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IEnhancedQNameThe name of anIAllowedValuesConstraintconstraint in the Metaschema model.static final IEnhancedQNameThe name of anIAssemblyInstancein the Metaschema model.static final IEnhancedQNameThe name of anIChoiceGroupInstancein the Metaschema model.static final IEnhancedQNameThe name of anIChoiceInstancein the Metaschema model.static final IEnhancedQNameThe name of an inlineIAssemblyDefinitionin the Metaschema model.static final IEnhancedQNameThe name of an inlineIFieldDefinitionin the Metaschema model.static final IEnhancedQNameThe name of an inlineIFlagDefinitionin the Metaschema model.static final IEnhancedQNameThe name of anIExpectConstraintconstraint in the Metaschema model.static final IEnhancedQNameThe name of anIFieldInstancein the Metaschema model.static final IEnhancedQNameThe name of anIFlagInstancein the Metaschema model.static final IEnhancedQNameThe name of anICardinalityConstraintconstraint in the Metaschema model.static final IEnhancedQNameThe name of anIIndexConstraintconstraint in the Metaschema model.static final IEnhancedQNameThe name of anIIndexHasKeyConstraintconstraint in the Metaschema model.static final IEnhancedQNameThe name of anIUniqueConstraintconstraint in the Metaschema model.static final IEnhancedQNameThe name of anIMatchesConstraintconstraint in the Metaschema model.static final IEnhancedQNameThe name of the element that identifies the model of anIAssemblyDefinitionin the Metaschema model.static final IEnhancedQNameThe name of anIReportConstraintconstraint in the Metaschema model. -
Method Summary
-
Field Details
-
ASSEMBLY_QNAME
The name of anIAssemblyInstancein the Metaschema model. -
DEFINE_ASSEMBLY_QNAME
The name of an inlineIAssemblyDefinitionin the Metaschema model. -
FIELD_QNAME
The name of anIFieldInstancein the Metaschema model. -
DEFINE_FIELD_QNAME
The name of an inlineIFieldDefinitionin the Metaschema model. -
FLAG_QNAME
The name of anIFlagInstancein the Metaschema model. -
DEFINE_FLAG_QNAME
The name of an inlineIFlagDefinitionin the Metaschema model. -
CHOICE_QNAME
The name of anIChoiceInstancein the Metaschema model. -
CHOICE_GROUP_QNAME
The name of anIChoiceGroupInstancein the Metaschema model. -
MODEL_QNAME
The name of the element that identifies the model of anIAssemblyDefinitionin the Metaschema model. -
ALLOWED_VALUES_CONSTRAINT_QNAME
The name of anIAllowedValuesConstraintconstraint in the Metaschema model. -
INDEX_HAS_KEY_CONSTRAINT_QNAME
The name of anIIndexHasKeyConstraintconstraint in the Metaschema model. -
MATCHES_CONSTRAINT_QNAME
The name of anIMatchesConstraintconstraint in the Metaschema model. -
EXPECT_CONSTRAINT_QNAME
The name of anIExpectConstraintconstraint in the Metaschema model. -
REPORT_CONSTRAINT_QNAME
The name of anIReportConstraintconstraint in the Metaschema model. -
INDEX_CONSTRAINT_QNAME
The name of anIIndexConstraintconstraint in the Metaschema model. -
IS_UNIQUE_CONSTRAINT_QNAME
The name of anIUniqueConstraintconstraint in the Metaschema model. -
HAS_CARDINALITY_CONSTRAINT_QNAME
The name of anICardinalityConstraintconstraint in the Metaschema model.
-