Uses of Class
org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind

Packages that use GenDelegationKind
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
 

Uses of GenDelegationKind in org.eclipse.emf.codegen.ecore.genmodel
 

Fields in org.eclipse.emf.codegen.ecore.genmodel declared as GenDelegationKind
static GenDelegationKind GenDelegationKind.NONE_LITERAL
          The 'None' literal object
static GenDelegationKind GenDelegationKind.REFLECTIVE_LITERAL
          The 'Reflective' literal object
static GenDelegationKind GenDelegationKind.VIRTUAL_LITERAL
          The 'Virtual' literal object
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenDelegationKind
 GenDelegationKind GenModel.getFeatureDelegation()
          Returns the value of the 'Feature Delegation' attribute.
static GenDelegationKind GenDelegationKind.get(String literal)
          Returns the 'Gen Delegation Kind' literal with the specified literal value
static GenDelegationKind GenDelegationKind.getByName(String name)
          Returns the 'Gen Delegation Kind' literal with the specified name
static GenDelegationKind GenDelegationKind.get(int value)
          Returns the 'Gen Delegation Kind' literal with the specified integer value
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenDelegationKind
 void GenModel.setFeatureDelegation(GenDelegationKind value)
          Sets the value of the 'Feature Delegation' attribute
 

Uses of GenDelegationKind in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as GenDelegationKind
protected static GenDelegationKind GenModelImpl.FEATURE_DELEGATION_EDEFAULT
          The default value of the 'Feature Delegation' attribute
protected  GenDelegationKind GenModelImpl.featureDelegation
          The cached value of the 'Feature Delegation' attribute
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenDelegationKind
 GenDelegationKind GenModelImpl.getFeatureDelegation()
           
 GenDelegationKind GenModelFactoryImpl.createGenDelegationKindFromString(EDataType eDataType, String initialValue)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenDelegationKind
 void GenModelImpl.setFeatureDelegation(GenDelegationKind newFeatureDelegation)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.