Uses of Interface
com.e1c.g5.v8.dt.check.suppress.IDataReference
-
Packages that use IDataReference Package Description com.e1c.g5.v8.dt.check.suppress com.e1c.g5.v8.dt.check.suppress.datareference -
-
Uses of IDataReference in com.e1c.g5.v8.dt.check.suppress
Methods in com.e1c.g5.v8.dt.check.suppress that return IDataReference Modifier and Type Method Description IDataReference
IDataReferenceProvider. getContainmentReference(String topObjectSymlink, org.eclipse.emf.ecore.EClass topObjectEClass, org.eclipse.emf.ecore.EClass targetEClass, org.eclipse.emf.ecore.EStructuralFeature targetFeature, org.eclipse.emf.ecore.EStructuralFeature containingFeature, Object... contextObjects)
Gets containment reference based on provided context. -
Uses of IDataReference in com.e1c.g5.v8.dt.check.suppress.datareference
Subinterfaces of IDataReference in com.e1c.g5.v8.dt.check.suppress.datareference Modifier and Type Interface Description interface
IContainmentDataReference
Containment data reference.interface
IPropertyDataReference
The reference to the terminal property being controlled by suppress rules.Classes in com.e1c.g5.v8.dt.check.suppress.datareference that implement IDataReference Modifier and Type Class Description class
FqnContainmentDataReference
Data reference to contaiment object having fully qualified names.class
UniqueNameContainmentDataReference
Addresses a naturally unique name of an element within a specific hierarchy of objects.
-