Package com._1c.g5.v8.dt.common.ui.utils
Class FeatureUtil
java.lang.Object
com._1c.g5.v8.dt.common.ui.utils.FeatureUtil
Miscellaneous utilities for EMF features.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
readFeature
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Reads object feature inside read transaction.
-
Method Details
-
readFeature
public static Object readFeature(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Reads object feature inside read transaction.- Parameters:
object
- object to read feature of.feature
- feature to read.- Returns:
- feature value.
-