Generation Framework

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

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

Uses of SVGPropertyType in org.eclipse.gmf.gmfgraph
 

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

Methods in org.eclipse.gmf.gmfgraph that return SVGPropertyType
static SVGPropertyType SVGPropertyType.get(int value)
          Returns the 'SVG Property Type' literal with the specified integer value
static SVGPropertyType SVGPropertyType.get(java.lang.String literal)
          Returns the 'SVG Property Type' literal with the specified literal value
static SVGPropertyType SVGPropertyType.getByName(java.lang.String name)
          Returns the 'SVG Property Type' literal with the specified name
 SVGPropertyType SVGProperty.getType()
          Returns the value of the 'Type' attribute.
static SVGPropertyType SVGPropertyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SVGPropertyType[] SVGPropertyType.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 SVGPropertyType
 void SVGProperty.setType(SVGPropertyType value)
          Sets the value of the 'Type' attribute
 

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

Fields in org.eclipse.gmf.gmfgraph.impl declared as SVGPropertyType
protected  SVGPropertyType SVGPropertyImpl.type
          The cached value of the 'Type' attribute
protected static SVGPropertyType SVGPropertyImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute
 

Methods in org.eclipse.gmf.gmfgraph.impl that return SVGPropertyType
 SVGPropertyType GMFGraphFactoryImpl.createSVGPropertyTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 SVGPropertyType SVGPropertyImpl.getType()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type SVGPropertyType
 void SVGPropertyImpl.setType(SVGPropertyType newType)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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