Generation Framework

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

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

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

Fields in org.eclipse.gmf.codegen.gmfgen declared as LinkLabelAlignment
static LinkLabelAlignment LinkLabelAlignment.MIDDLE_LITERAL
          The 'MIDDLE' literal object
static LinkLabelAlignment LinkLabelAlignment.TARGET_LITERAL
          The 'TARGET' literal object
static LinkLabelAlignment LinkLabelAlignment.SOURCE_LITERAL
          The 'SOURCE' literal object
 

Methods in org.eclipse.gmf.codegen.gmfgen that return LinkLabelAlignment
static LinkLabelAlignment LinkLabelAlignment.get(java.lang.String literal)
          Returns the 'Link Label Alignment' literal with the specified literal value
static LinkLabelAlignment LinkLabelAlignment.getByName(java.lang.String name)
          Returns the 'Link Label Alignment' literal with the specified name
static LinkLabelAlignment LinkLabelAlignment.get(int value)
          Returns the 'Link Label Alignment' literal with the specified integer value
 LinkLabelAlignment GenLinkLabel.getAlignment()
          Returns the value of the 'Alignment' attribute.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type LinkLabelAlignment
 void GenLinkLabel.setAlignment(LinkLabelAlignment value)
          Sets the value of the 'Alignment' attribute
 

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

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as LinkLabelAlignment
protected static LinkLabelAlignment GenLinkLabelImpl.ALIGNMENT_EDEFAULT
          The default value of the 'Alignment' attribute
protected  LinkLabelAlignment GenLinkLabelImpl.alignment
          The cached value of the 'Alignment' attribute
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return LinkLabelAlignment
 LinkLabelAlignment GenLinkLabelImpl.getAlignment()
           
 LinkLabelAlignment GMFGenFactoryImpl.createLinkLabelAlignmentFromString(EDataType eDataType, java.lang.String initialValue)
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type LinkLabelAlignment
 void GenLinkLabelImpl.setAlignment(LinkLabelAlignment newAlignment)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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