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   
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel declared as GenPropertyKind
static GenPropertyKind GenPropertyKind.EDITABLE_LITERAL
          The 'Editable' literal object
static GenPropertyKind GenPropertyKind.READONLY_LITERAL
          The 'Readonly' literal object
static GenPropertyKind GenPropertyKind.NONE_LITERAL
          The 'None' literal object
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenPropertyKind
static GenPropertyKind GenPropertyKind.get(String literal)
          Returns the 'Gen Property Kind' literal with the specified literal value
static GenPropertyKind GenPropertyKind.getByName(String name)
          Returns the 'Gen Property Kind' literal with the specified name
static GenPropertyKind GenPropertyKind.get(int value)
          Returns the 'Gen Property Kind' literal with the specified integer value
 GenPropertyKind GenFeature.getProperty()
          Returns the value of the 'Property' attribute.
 

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 static GenPropertyKind GenFeatureImpl.PROPERTY_EDEFAULT
          The default value of the 'Property' attribute
protected  GenPropertyKind GenFeatureImpl.property
          The cached value of the 'Property' attribute
 

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

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


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