Uses of Interface
org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom.EClassCustomization

Packages that use EClassCustomization
org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom   
org.eclipse.emf.facet.custom.ui.internal.exported   
 

Uses of EClassCustomization in org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom
 

Methods in org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom that return EClassCustomization
 EClassCustomization CustomFactory.createEClassCustomization()
          Returns a new object of class 'EClass Customization'.
 

Uses of EClassCustomization in org.eclipse.emf.facet.custom.ui.internal.exported
 

Methods in org.eclipse.emf.facet.custom.ui.internal.exported that return types with arguments of type EClassCustomization
 ICommandFactoryResult<EClassCustomization> ICustomizationCommandFactory.createEClassCustomization(Customization customization, EClass customedEClass, Query conformanceQuery)