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 IDataReferenceIDataReferenceProvider. 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 interfaceIContainmentDataReferenceContainment data reference.interfaceIPropertyDataReferenceThe 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 classFqnContainmentDataReferenceData reference to contaiment object having fully qualified names.classUniqueNameContainmentDataReferenceAddresses a naturally unique name of an element within a specific hierarchy of objects.
-