Class MdContextDefExtension
java.lang.Object
com._1c.g5.v8.dt.internal.metadata.MdContextDefExtension
This is an utility class to work with
SourceReferenceTypeContainer
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.emf.common.util.EList<TypeItem>
getDerivedPropertyTypes
(TypeContainer typeContainer) Gets types of the derived property, with delegation to the source common attribute
-
Method Details
-
getDerivedPropertyTypes
public static org.eclipse.emf.common.util.EList<TypeItem> getDerivedPropertyTypes(TypeContainer typeContainer) Gets types of the derived property, with delegation to the source common attribute- Parameters:
typeContainer
- The type container to get types for. May not benull
- Returns:
- Types of the underlying source commmon attribute
-