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   
org.eclipse.emf.codegen.ecore.genmodel.util   
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel with type parameters of type GenDelegationKind
static java.util.List<GenDelegationKind> GenDelegationKind.VALUES
          A public read-only list of all the 'Gen Delegation Kind' enumerators
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenDelegationKind
static GenDelegationKind GenDelegationKind.get(int value)
          Returns the 'Gen Delegation Kind' literal with the specified integer value
static GenDelegationKind GenDelegationKind.get(java.lang.String literal)
          Returns the 'Gen Delegation Kind' literal with the specified literal value
static GenDelegationKind GenDelegationKind.getByName(java.lang.String name)
          Returns the 'Gen Delegation Kind' literal with the specified name
 GenDelegationKind GenModel.getFeatureDelegation()
          Returns the value of the 'Feature Delegation' attribute.
static GenDelegationKind GenDelegationKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenDelegationKind[] GenDelegationKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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 GenModelFactoryImpl.createGenDelegationKindFromString(EDataType eDataType, java.lang.String initialValue)
           
 GenDelegationKind GenModelImpl.getFeatureDelegation()
           
 

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type GenDelegationKind
 boolean GenModelValidator.validateGenDelegationKind(GenDelegationKind genDelegationKind, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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