Uses of Class
com.e1c.g5.v8.dt.check.components.BasicCheck.ContainmentConfigurationBuilder
Packages that use BasicCheck.ContainmentConfigurationBuilder
-
Uses of BasicCheck.ContainmentConfigurationBuilder in com.e1c.g5.v8.dt.check.components
Methods in com.e1c.g5.v8.dt.check.components that return BasicCheck.ContainmentConfigurationBuilderModifier and TypeMethodDescriptionBasicCheck.ContainmentConfigurationBuilder.containment
(org.eclipse.emf.ecore.EClass containmentEClass) Defines the feature path to the containment object of a current top object to track.BasicCheck.TopObjectConfigurationBuilder.containment
(org.eclipse.emf.ecore.EClass containmentEClass) Defines the feature path to the containment object of a current top object to track.BasicCheck.TopObjectFeatureConfigurationBuilder.containment
(org.eclipse.emf.ecore.EClass containmentEClass) Defines the type of the containment object of a current top object to track.
Example: track the tabular section attribute of the Catalog:
...
  builder.topObject(CATALOG).
    containment(TABULAR_SECTION_ATTRIBUTE);
...BasicCheck.ContainmentConfigurationBuilder.features
(org.eclipse.emf.ecore.EStructuralFeature... observedFeatures) Configures the change tracking for the set of containment object features.