Generation Framework

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

Packages that use GenNavigatorReferenceType
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
 

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

Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type GenNavigatorReferenceType
static java.util.List<GenNavigatorReferenceType> GenNavigatorReferenceType.VALUES
          A public read-only list of all the 'Gen Navigator Reference Type' enumerators
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenNavigatorReferenceType
static GenNavigatorReferenceType GenNavigatorReferenceType.get(int value)
          Returns the 'Gen Navigator Reference Type' literal with the specified integer value
static GenNavigatorReferenceType GenNavigatorReferenceType.get(java.lang.String literal)
          Returns the 'Gen Navigator Reference Type' literal with the specified literal value
static GenNavigatorReferenceType GenNavigatorReferenceType.getByName(java.lang.String name)
          Returns the 'Gen Navigator Reference Type' literal with the specified name
 GenNavigatorReferenceType GenNavigatorChildReference.getReferenceType()
          Returns the value of the 'Reference Type' attribute.
static GenNavigatorReferenceType GenNavigatorReferenceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenNavigatorReferenceType[] GenNavigatorReferenceType.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 GenNavigatorReferenceType
 void GenNavigatorChildReference.setReferenceType(GenNavigatorReferenceType value)
          Sets the value of the 'Reference Type' attribute
 

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

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenNavigatorReferenceType
protected static GenNavigatorReferenceType GenNavigatorChildReferenceImpl.REFERENCE_TYPE_EDEFAULT
          The default value of the 'Reference Type' attribute
protected  GenNavigatorReferenceType GenNavigatorChildReferenceImpl.referenceType
          The cached value of the 'Reference Type' attribute
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenNavigatorReferenceType
 GenNavigatorReferenceType GMFGenFactoryImpl.createGenNavigatorReferenceTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 GenNavigatorReferenceType GenNavigatorChildReferenceImpl.getReferenceType()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenNavigatorReferenceType
 void GenNavigatorChildReferenceImpl.setReferenceType(GenNavigatorReferenceType newReferenceType)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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