Uses of Interface
org.eclipse.gmf.mappings.LabelMapping

Packages that use LabelMapping
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.mappings.util   
 

Uses of LabelMapping in org.eclipse.gmf.mappings
 

Subinterfaces of LabelMapping in org.eclipse.gmf.mappings
 interface DesignLabelMapping
          A representation of the model object 'Design Label Mapping'.
 interface ExpressionLabelMapping
          A representation of the model object 'Expression Label Mapping'.
 interface FeatureLabelMapping
          A representation of the model object 'Feature Label Mapping'.
 interface OclChoiceLabelMapping
          A representation of the model object 'Ocl Choice Label Mapping'.
 

Methods in org.eclipse.gmf.mappings that return LabelMapping
 LabelMapping GMFMapFactory.createLabelMapping()
          Returns a new object of class 'Label Mapping'.
 

Methods in org.eclipse.gmf.mappings that return types with arguments of type LabelMapping
 org.eclipse.emf.common.util.EList<LabelMapping> MappingEntry.getLabelMappings()
          Returns the value of the 'Label Mappings' containment reference list.
 

Uses of LabelMapping in org.eclipse.gmf.mappings.impl
 

Classes in org.eclipse.gmf.mappings.impl that implement LabelMapping
 class DesignLabelMappingImpl
          An implementation of the model object 'Design Label Mapping'.
 class ExpressionLabelMappingImpl
          An implementation of the model object 'Expression Label Mapping'.
 class FeatureLabelMappingImpl
          An implementation of the model object 'Feature Label Mapping'.
 class LabelMappingImpl
          An implementation of the model object 'Label Mapping'.
 class OclChoiceLabelMappingImpl
          An implementation of the model object 'Ocl Choice Label Mapping'.
 

Fields in org.eclipse.gmf.mappings.impl with type parameters of type LabelMapping
protected  org.eclipse.emf.common.util.EList<LabelMapping> MappingEntryImpl.labelMappings
          The cached value of the 'Label Mappings' containment reference list.
 

Methods in org.eclipse.gmf.mappings.impl that return LabelMapping
 LabelMapping GMFMapFactoryImpl.createLabelMapping()
           
 

Methods in org.eclipse.gmf.mappings.impl that return types with arguments of type LabelMapping
 org.eclipse.emf.common.util.EList<LabelMapping> MappingEntryImpl.getLabelMappings()
           
 

Uses of LabelMapping in org.eclipse.gmf.mappings.util
 

Methods in org.eclipse.gmf.mappings.util with parameters of type LabelMapping
 T GMFMapSwitch.caseLabelMapping(LabelMapping object)
          Returns the result of interpreting the object as an instance of 'Label Mapping'.
 



Copyright © 2012. All Rights Reserved.