Uses of Class
org.eclipse.emf.ecp.view.spi.group.model.GroupLabelAlignment

Packages that use GroupLabelAlignment
org.eclipse.emf.ecp.view.spi.group.model   
org.eclipse.emf.ecp.view.spi.group.model.impl   
 

Uses of GroupLabelAlignment in org.eclipse.emf.ecp.view.spi.group.model
 

Fields in org.eclipse.emf.ecp.view.spi.group.model with type parameters of type GroupLabelAlignment
static List<GroupLabelAlignment> GroupLabelAlignment.VALUES
          A public read-only list of all the 'Label Alignment' enumerators.
 

Methods in org.eclipse.emf.ecp.view.spi.group.model that return GroupLabelAlignment
static GroupLabelAlignment GroupLabelAlignment.get(int value)
          Returns the 'Label Alignment' literal with the specified integer value.
static GroupLabelAlignment GroupLabelAlignment.get(String literal)
          Returns the 'Label Alignment' literal with the specified literal value.
static GroupLabelAlignment GroupLabelAlignment.getByName(String name)
          Returns the 'Label Alignment' literal with the specified name.
 GroupLabelAlignment VGroup.getLabelAlignment()
          Returns the value of the 'Label Alignment' attribute.
static GroupLabelAlignment GroupLabelAlignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupLabelAlignment[] GroupLabelAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.ecp.view.spi.group.model with parameters of type GroupLabelAlignment
 void VGroup.setLabelAlignment(GroupLabelAlignment value)
          Sets the value of the 'Label Alignment' attribute.
 

Uses of GroupLabelAlignment in org.eclipse.emf.ecp.view.spi.group.model.impl
 

Methods in org.eclipse.emf.ecp.view.spi.group.model.impl that return GroupLabelAlignment
 GroupLabelAlignment VGroupFactoryImpl.createGroupLabelAlignmentFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 GroupLabelAlignment VGroupImpl.getLabelAlignment()
           
 

Methods in org.eclipse.emf.ecp.view.spi.group.model.impl with parameters of type GroupLabelAlignment
 void VGroupImpl.setLabelAlignment(GroupLabelAlignment newLabelAlignment)
           
 



Copyright © 2014. All Rights Reserved.