Package com._1c.g5.v8.dt.common.ui.utils
Class FeatureUtil
- java.lang.Object
-
- com._1c.g5.v8.dt.common.ui.utils.FeatureUtil
-
public final class FeatureUtil extends Object
Miscellaneous utilities for EMF features.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
readFeature(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
Reads object feature inside read transaction.
-
-
-
Method Detail
-
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.
-
-