Uses of Class
org.eclipse.emf.ecp.view.template.style.alignment.model.AlignmentType

Packages that use AlignmentType
org.eclipse.emf.ecp.view.template.style.alignment.model   
org.eclipse.emf.ecp.view.template.style.alignment.model.impl   
 

Uses of AlignmentType in org.eclipse.emf.ecp.view.template.style.alignment.model
 

Fields in org.eclipse.emf.ecp.view.template.style.alignment.model with type parameters of type AlignmentType
static List<AlignmentType> AlignmentType.VALUES
          A public read-only list of all the 'Type' enumerators.
 

Methods in org.eclipse.emf.ecp.view.template.style.alignment.model that return AlignmentType
static AlignmentType AlignmentType.get(int value)
          Returns the 'Type' literal with the specified integer value.
static AlignmentType AlignmentType.get(String literal)
          Returns the 'Type' literal with the specified literal value.
static AlignmentType AlignmentType.getByName(String name)
          Returns the 'Type' literal with the specified name.
 AlignmentType VTAlignmentStyleProperty.getType()
          Returns the value of the 'Type' attribute.
static AlignmentType AlignmentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlignmentType[] AlignmentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.ecp.view.template.style.alignment.model with parameters of type AlignmentType
 void VTAlignmentStyleProperty.setType(AlignmentType value)
          Sets the value of the ' Type' attribute.
 

Uses of AlignmentType in org.eclipse.emf.ecp.view.template.style.alignment.model.impl
 

Methods in org.eclipse.emf.ecp.view.template.style.alignment.model.impl that return AlignmentType
 AlignmentType VTAlignmentFactoryImpl.createAlignmentTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 AlignmentType VTAlignmentStylePropertyImpl.getType()
           
 

Methods in org.eclipse.emf.ecp.view.template.style.alignment.model.impl with parameters of type AlignmentType
 void VTAlignmentStylePropertyImpl.setType(AlignmentType newType)
           
 



Copyright © 2014. All Rights Reserved.