Class FeaturesPair
java.lang.Object
com._1c.g5.v8.dt.eventhandlers.model.FeaturesPair
Instance of this class represents feature pair.
-
Constructor Summary
ConstructorsConstructorDescriptionFeaturesPair
(org.eclipse.emf.ecore.EReference produsedTypesFeature, org.eclipse.emf.ecore.EReference moduleTypeReference) Constructor -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EReference
Returns feature to get module type.org.eclipse.emf.ecore.EReference
Returns feature to get produced types.
-
Constructor Details
-
FeaturesPair
public FeaturesPair(org.eclipse.emf.ecore.EReference produsedTypesFeature, org.eclipse.emf.ecore.EReference moduleTypeReference) Constructor- Parameters:
produsedTypesFeature
- - feature to get produced types. Can't benull
.moduleTypeReference
- - feature to get module type. Can't benull
.
-
-
Method Details
-
getProdusedTypesFeature
public org.eclipse.emf.ecore.EReference getProdusedTypesFeature()Returns feature to get produced types.- Returns:
- feature to get produced types. Can't return
null
.
-
getModuleTypeReference
public org.eclipse.emf.ecore.EReference getModuleTypeReference()Returns feature to get module type.- Returns:
- feature to get module type. Can't return
null
.
-