Uses of Class
org.eclipse.gmf.mappings.LabelTextAccessMethod

Packages that use LabelTextAccessMethod
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
 

Uses of LabelTextAccessMethod in org.eclipse.gmf.mappings
 

Fields in org.eclipse.gmf.mappings with type parameters of type LabelTextAccessMethod
static List<LabelTextAccessMethod> LabelTextAccessMethod.VALUES
          A public read-only list of all the 'Label Text Access Method' enumerators.
 

Methods in org.eclipse.gmf.mappings that return LabelTextAccessMethod
static LabelTextAccessMethod LabelTextAccessMethod.get(int value)
          Returns the 'Label Text Access Method' literal with the specified integer value.
static LabelTextAccessMethod LabelTextAccessMethod.get(String literal)
          Returns the 'Label Text Access Method' literal with the specified literal value.
static LabelTextAccessMethod LabelTextAccessMethod.getByName(String name)
          Returns the 'Label Text Access Method' literal with the specified name.
 LabelTextAccessMethod FeatureLabelMapping.getEditMethod()
          Returns the value of the 'Edit Method' attribute.
 LabelTextAccessMethod FeatureLabelMapping.getViewMethod()
          Returns the value of the 'View Method' attribute.
static LabelTextAccessMethod LabelTextAccessMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LabelTextAccessMethod[] LabelTextAccessMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.gmf.mappings with parameters of type LabelTextAccessMethod
 void FeatureLabelMapping.setEditMethod(LabelTextAccessMethod value)
          Sets the value of the 'Edit Method' attribute.
 void FeatureLabelMapping.setViewMethod(LabelTextAccessMethod value)
          Sets the value of the 'View Method' attribute.
 

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

Fields in org.eclipse.gmf.mappings.impl declared as LabelTextAccessMethod
protected static LabelTextAccessMethod FeatureLabelMappingImpl.EDIT_METHOD_EDEFAULT
          The default value of the 'Edit Method' attribute.
protected  LabelTextAccessMethod FeatureLabelMappingImpl.editMethod
          The cached value of the 'Edit Method' attribute.
protected static LabelTextAccessMethod FeatureLabelMappingImpl.VIEW_METHOD_EDEFAULT
          The default value of the 'View Method' attribute.
protected  LabelTextAccessMethod FeatureLabelMappingImpl.viewMethod
          The cached value of the 'View Method' attribute.
 

Methods in org.eclipse.gmf.mappings.impl that return LabelTextAccessMethod
 LabelTextAccessMethod GMFMapFactoryImpl.createLabelTextAccessMethodFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 LabelTextAccessMethod FeatureLabelMappingImpl.getEditMethod()
           
 LabelTextAccessMethod FeatureLabelMappingImpl.getViewMethod()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type LabelTextAccessMethod
 void FeatureLabelMappingImpl.setEditMethod(LabelTextAccessMethod newEditMethod)
           
 void FeatureLabelMappingImpl.setViewMethod(LabelTextAccessMethod newViewMethod)
           
 



Copyright © 2012. All Rights Reserved.