Class EMFPropertyHelper
java.lang.Object
com._1c.g5.v8.dt.internal.common.databinding.EMFPropertyHelper
Copy of the the org.eclipse.emf.databinding.edit.internal.EMFPropertyHelper.
 Cause: original class is not accessible due to restriction on required library.
 
 NOTE: Original formatting.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringpropertyName(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature) static StringshortClassName(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature) 
- 
Constructor Details- 
EMFPropertyHelperpublic EMFPropertyHelper()
 
- 
- 
Method Details- 
propertyName- Parameters:
- eStructuralFeature-
- Returns:
- String description of property descriptor
 
- 
shortClassName- Parameters:
- eStructuralFeature-
- Returns:
- class name excluding package
 
 
-