Class ComparisonDataSourceUpdateInfo
java.lang.Object
com._1c.g5.v8.dt.compare.datasource.ComparisonDataSourceUpdateInfo
Information about updated object.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComparisonDataSourceUpdateInfo
(String fqn, String oldFqn, org.eclipse.emf.ecore.EClass eClass) Constructs an instance. -
Method Summary
-
Field Details
-
fqn
The FQN of the object updated. -
oldFqn
The old object's FQN. Non-null only if the object has been renamed. -
eClass
public final org.eclipse.emf.ecore.EClass eClassThe object'sEClass
.
-
-
Constructor Details