Generation Framework

Uses of Class
org.eclipse.gmf.gmfgraph.LineKind

Packages that use LineKind
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
 

Uses of LineKind in org.eclipse.gmf.gmfgraph
 

Fields in org.eclipse.gmf.gmfgraph with type parameters of type LineKind
static java.util.List<LineKind> LineKind.VALUES
          A public read-only list of all the 'Line Kind' enumerators
 

Methods in org.eclipse.gmf.gmfgraph that return LineKind
static LineKind LineKind.get(int value)
          Returns the 'Line Kind' literal with the specified integer value
static LineKind LineKind.get(java.lang.String literal)
          Returns the 'Line Kind' literal with the specified literal value
static LineKind LineKind.getByName(java.lang.String name)
          Returns the 'Line Kind' literal with the specified name
 LineKind Shape.getLineKind()
          Returns the value of the 'Line Kind' attribute.
static LineKind LineKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LineKind[] LineKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type LineKind
 void Shape.setLineKind(LineKind value)
          Sets the value of the 'Line Kind' attribute
 

Uses of LineKind in org.eclipse.gmf.gmfgraph.impl
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as LineKind
protected static LineKind ShapeImpl.LINE_KIND_EDEFAULT
          The default value of the 'Line Kind' attribute
protected  LineKind ShapeImpl.lineKind
          The cached value of the 'Line Kind' attribute
 

Methods in org.eclipse.gmf.gmfgraph.impl that return LineKind
 LineKind GMFGraphFactoryImpl.createLineKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LineKind ShapeImpl.getLineKind()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type LineKind
 void ShapeImpl.setLineKind(LineKind newLineKind)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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