Generation Framework

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 java.util.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(java.lang.String literal)
          Returns the 'Viewmap Layout Type' literal with the specified literal value
static ViewmapLayoutType ViewmapLayoutType.getByName(java.lang.String name)
          Returns the 'Viewmap Layout Type' literal with the specified name
 ViewmapLayoutType Viewmap.getLayoutType()
          Returns the value of the 'Layout Type' attribute.
 ViewmapLayoutType GenCommonBase.getLayoutType()
           
static ViewmapLayoutType ViewmapLayoutType.valueOf(java.lang.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're 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, java.lang.String initialValue)
           
 ViewmapLayoutType ViewmapImpl.getLayoutType()
           
 ViewmapLayoutType GenCommonBaseImpl.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)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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