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

Packages that use GenPropertyKind
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.util   
 

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

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

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

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenPropertyKind
 void GenFeature.setProperty(GenPropertyKind value)
          Sets the value of the 'Property' attribute
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as GenPropertyKind
protected  GenPropertyKind GenFeatureImpl.property
          The cached value of the 'Property' attribute
protected static GenPropertyKind GenFeatureImpl.PROPERTY_EDEFAULT
          The default value of the 'Property' attribute
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenPropertyKind
 GenPropertyKind GenModelFactoryImpl.createGenPropertyKindFromString(EDataType eDataType, java.lang.String initialValue)
           
 GenPropertyKind GenFeatureImpl.getProperty()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenPropertyKind
 void GenFeatureImpl.setProperty(GenPropertyKind newProperty)
           
 

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

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


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