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

Packages that use ViewmapLayoutType
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

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

Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type ViewmapLayoutType
static List<ViewmapLayoutType> ViewmapLayoutType.VALUES
          A public read-only list of all the 'Viewmap Layout Type' enumerators.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return ViewmapLayoutType
static ViewmapLayoutType ViewmapLayoutType.get(int value)
          Returns the 'Viewmap Layout Type' literal with the specified integer value.
static ViewmapLayoutType ViewmapLayoutType.get(String literal)
          Returns the 'Viewmap Layout Type' literal with the specified literal value.
static ViewmapLayoutType ViewmapLayoutType.getByName(String name)
          Returns the 'Viewmap Layout Type' literal with the specified name.
 ViewmapLayoutType GenCommonBase.getLayoutType()
           
 ViewmapLayoutType Viewmap.getLayoutType()
          Returns the value of the 'Layout Type' attribute.
static ViewmapLayoutType ViewmapLayoutType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViewmapLayoutType[] ViewmapLayoutType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type ViewmapLayoutType
 void Viewmap.setLayoutType(ViewmapLayoutType value)
          Sets the value of the 'Layout Type' attribute.
 

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

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as ViewmapLayoutType
protected static ViewmapLayoutType ViewmapImpl.LAYOUT_TYPE_EDEFAULT
          The default value of the 'Layout Type' attribute.
protected  ViewmapLayoutType ViewmapImpl.layoutType
          The cached value of the 'Layout Type' attribute.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return ViewmapLayoutType
 ViewmapLayoutType GMFGenFactoryImpl.createViewmapLayoutTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
           
 ViewmapLayoutType GenCommonBaseImpl.getLayoutType()
           
 ViewmapLayoutType ViewmapImpl.getLayoutType()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type ViewmapLayoutType
 void ViewmapImpl.setLayoutType(ViewmapLayoutType newLayoutType)
           
 

Uses of ViewmapLayoutType in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type ViewmapLayoutType
 boolean ViewmapLayoutTypeHelper.isStoringChildPositions(ViewmapLayoutType layoutType)
           
 



Copyright © 2012. All Rights Reserved.