Uses of Class
org.eclipse.emf.ecp.view.spi.label.model.VLabelStyle

Packages that use VLabelStyle
org.eclipse.emf.ecp.view.spi.label.model   
org.eclipse.emf.ecp.view.spi.label.model.impl   
 

Uses of VLabelStyle in org.eclipse.emf.ecp.view.spi.label.model
 

Fields in org.eclipse.emf.ecp.view.spi.label.model with type parameters of type VLabelStyle
static List<VLabelStyle> VLabelStyle.VALUES
          A public read-only list of all the 'VLabel Style' enumerators.
 

Methods in org.eclipse.emf.ecp.view.spi.label.model that return VLabelStyle
static VLabelStyle VLabelStyle.get(int value)
          Returns the 'VLabel Style' literal with the specified integer value.
static VLabelStyle VLabelStyle.get(String literal)
          Returns the 'VLabel Style' literal with the specified literal value.
static VLabelStyle VLabelStyle.getByName(String name)
          Returns the 'VLabel Style' literal with the specified name.
 VLabelStyle VLabel.getStyle()
          Returns the value of the 'Style' attribute.
static VLabelStyle VLabelStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VLabelStyle[] VLabelStyle.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.label.model with parameters of type VLabelStyle
 void VLabel.setStyle(VLabelStyle value)
          Sets the value of the 'Style' attribute.
 

Uses of VLabelStyle in org.eclipse.emf.ecp.view.spi.label.model.impl
 

Methods in org.eclipse.emf.ecp.view.spi.label.model.impl that return VLabelStyle
 VLabelStyle VLabelFactoryImpl.createVLabelStyleFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 VLabelStyle VLabelImpl.getStyle()
           
 

Methods in org.eclipse.emf.ecp.view.spi.label.model.impl with parameters of type VLabelStyle
 void VLabelImpl.setStyle(VLabelStyle newStyle)
           
 



Copyright © 2014. All Rights Reserved.