Generation Framework

Uses of Class
org.eclipse.gmf.codegen.gmfgen.LabelTextAccessMethod

Packages that use LabelTextAccessMethod
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
 

Uses of LabelTextAccessMethod in org.eclipse.gmf.codegen.gmfgen
 

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

Methods in org.eclipse.gmf.codegen.gmfgen 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(java.lang.String literal)
          Returns the 'Label Text Access Method' literal with the specified literal value
static LabelTextAccessMethod LabelTextAccessMethod.getByName(java.lang.String name)
          Returns the 'Label Text Access Method' literal with the specified name
 LabelTextAccessMethod FeatureLabelModelFacet.getEditMethod()
          Returns the value of the 'Edit Method' attribute.
 LabelTextAccessMethod FeatureLabelModelFacet.getViewMethod()
          Returns the value of the 'View Method' attribute.
static LabelTextAccessMethod LabelTextAccessMethod.valueOf(java.lang.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're declared.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type LabelTextAccessMethod
 boolean GenEditorGenerator.requiresParser(LabelTextAccessMethod method)
          Returns true if parser for the specified method is used by diagram editor
 void FeatureLabelModelFacet.setEditMethod(LabelTextAccessMethod value)
          Sets the value of the 'Edit Method' attribute
 void FeatureLabelModelFacet.setViewMethod(LabelTextAccessMethod value)
          Sets the value of the 'View Method' attribute
 

Uses of LabelTextAccessMethod in org.eclipse.gmf.codegen.gmfgen.impl
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return LabelTextAccessMethod
 LabelTextAccessMethod GMFGenFactoryImpl.createLabelTextAccessMethodFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LabelTextAccessMethod FeatureLabelModelFacetImpl.getEditMethod()
           
 LabelTextAccessMethod FeatureLabelModelFacetImpl.getViewMethod()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type LabelTextAccessMethod
 boolean GenEditorGeneratorImpl.requiresParser(LabelTextAccessMethod method)
           
 void FeatureLabelModelFacetImpl.setEditMethod(LabelTextAccessMethod newEditMethod)
           
 void FeatureLabelModelFacetImpl.setViewMethod(LabelTextAccessMethod newViewMethod)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.