Skip navigation links
Data In Motion Consuling GmbH
C D E F G I M O S T U V 

C

caseFoo(Foo) - Method in class org.gecko.emf.osgi.example.model.manual.util.ManualSwitch
Returns the result of interpreting the object as an instance of 'Foo'.
configureEPackage(org.eclipse.emf.ecore.EPackage.Registry) - Method in class org.gecko.emf.osgi.example.model.manual.configuration.ManualPackageConfigurator
 
configureResourceFactory(Registry) - Method in class org.gecko.emf.osgi.example.model.manual.configuration.ManualPackageConfigurator
 
create(EClass) - Method in class org.gecko.emf.osgi.example.model.manual.impl.ManualFactoryImpl
 
createAdapter(Notifier) - Method in class org.gecko.emf.osgi.example.model.manual.util.ManualAdapterFactory
Creates an adapter for the target.
createEObjectAdapter() - Method in class org.gecko.emf.osgi.example.model.manual.util.ManualAdapterFactory
Creates a new adapter for the default case.
createFoo() - Method in class org.gecko.emf.osgi.example.model.manual.impl.ManualFactoryImpl
 
createFoo() - Method in interface org.gecko.emf.osgi.example.model.manual.ManualFactory
Returns a new object of class 'Foo'.
createFooAdapter() - Method in class org.gecko.emf.osgi.example.model.manual.util.ManualAdapterFactory
Creates a new adapter for an object of class 'Foo'.
createPackageContents() - Method in class org.gecko.emf.osgi.example.model.manual.impl.ManualPackageImpl
Creates the meta-model objects for the package.
createResource(URI) - Method in class org.gecko.emf.osgi.example.model.manual.util.ManualResourceFactoryImpl
Creates an instance of the resource.

D

defaultCase(EObject) - Method in class org.gecko.emf.osgi.example.model.manual.util.ManualSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
doSwitch(int, EObject) - Method in class org.gecko.emf.osgi.example.model.manual.util.ManualSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.

E

eCONTENT_TYPE - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
The package content type ID.
eGet(int, boolean, boolean) - Method in class org.gecko.emf.osgi.example.model.manual.impl.FooImpl
 
eINSTANCE - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
The singleton instance of the package.
eIsSet(int) - Method in class org.gecko.emf.osgi.example.model.manual.impl.FooImpl
 
eNAME - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
The package name.
eNS_PREFIX - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
The package namespace name.
eNS_URI - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
The package namespace URI.
eSet(int, Object) - Method in class org.gecko.emf.osgi.example.model.manual.impl.FooImpl
 
eStaticClass() - Method in class org.gecko.emf.osgi.example.model.manual.impl.FooImpl
 
eUnset(int) - Method in class org.gecko.emf.osgi.example.model.manual.impl.FooImpl
 

F

Foo - Interface in org.gecko.emf.osgi.example.model.manual
A representation of the model object 'Foo'.
FOO - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
The meta object id for the 'Foo' class.
FOO - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualPackage.Literals
The meta object literal for the 'Foo' class.
FOO__VALUE - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
The feature id for the 'Value' attribute.
FOO__VALUE - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualPackage.Literals
The meta object literal for the 'Value' attribute feature.
FOO_FEATURE_COUNT - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
The number of structural features of the 'Foo' class.
FOO_OPERATION_COUNT - Static variable in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
The number of operations of the 'Foo' class.
FooImpl - Class in org.gecko.emf.osgi.example.model.manual.impl
An implementation of the model object 'Foo'.
FooImpl() - Constructor for class org.gecko.emf.osgi.example.model.manual.impl.FooImpl
 

G

getFoo() - Method in class org.gecko.emf.osgi.example.model.manual.impl.ManualPackageImpl
 
getFoo() - Method in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
Returns the meta object for class 'Foo'.
getFoo_Value() - Method in class org.gecko.emf.osgi.example.model.manual.impl.ManualPackageImpl
 
getFoo_Value() - Method in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
Returns the meta object for the attribute 'Value'.
getManualFactory() - Method in class org.gecko.emf.osgi.example.model.manual.impl.ManualPackageImpl
 
getManualFactory() - Method in interface org.gecko.emf.osgi.example.model.manual.ManualPackage
Returns the factory that creates the instances of the model.
getManualPackage() - Method in class org.gecko.emf.osgi.example.model.manual.impl.ManualFactoryImpl
 
getManualPackage() - Method in interface org.gecko.emf.osgi.example.model.manual.ManualFactory
Returns the package supported by this factory.
getPackage() - Static method in class org.gecko.emf.osgi.example.model.manual.impl.ManualFactoryImpl
Deprecated. 
getValue() - Method in interface org.gecko.emf.osgi.example.model.manual.Foo
Returns the value of the 'Value' attribute.
getValue() - Method in class org.gecko.emf.osgi.example.model.manual.impl.FooImpl
 

I

init() - Static method in class org.gecko.emf.osgi.example.model.manual.impl.ManualFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.gecko.emf.osgi.example.model.manual.impl.ManualPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
initializePackageContents() - Method in class org.gecko.emf.osgi.example.model.manual.impl.ManualPackageImpl
Complete the initialization of the package and its meta-model.
isFactoryForType(Object) - Method in class org.gecko.emf.osgi.example.model.manual.util.ManualAdapterFactory
Returns whether this factory is applicable for the type of the object.
isSwitchFor(EPackage) - Method in class org.gecko.emf.osgi.example.model.manual.util.ManualSwitch
Checks whether this is a switch for the given package.

M

ManualAdapterFactory - Class in org.gecko.emf.osgi.example.model.manual.util
The Adapter Factory for the model.
ManualAdapterFactory() - Constructor for class org.gecko.emf.osgi.example.model.manual.util.ManualAdapterFactory
Creates an instance of the adapter factory.
ManualFactory - Interface in org.gecko.emf.osgi.example.model.manual
The Factory for the model.
ManualFactoryImpl - Class in org.gecko.emf.osgi.example.model.manual.impl
An implementation of the model Factory.
ManualFactoryImpl() - Constructor for class org.gecko.emf.osgi.example.model.manual.impl.ManualFactoryImpl
Creates an instance of the factory.
ManualPackage - Interface in org.gecko.emf.osgi.example.model.manual
The Package for the model.
ManualPackage.Literals - Interface in org.gecko.emf.osgi.example.model.manual
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
ManualPackageConfigurator - Class in org.gecko.emf.osgi.example.model.manual.configuration
 
ManualPackageConfigurator() - Constructor for class org.gecko.emf.osgi.example.model.manual.configuration.ManualPackageConfigurator
 
ManualPackageImpl - Class in org.gecko.emf.osgi.example.model.manual.impl
An implementation of the model Package.
ManualResourceFactoryImpl - Class in org.gecko.emf.osgi.example.model.manual.util
The Resource Factory associated with the package.
ManualResourceFactoryImpl() - Constructor for class org.gecko.emf.osgi.example.model.manual.util.ManualResourceFactoryImpl
Creates an instance of the resource factory.
ManualResourceImpl - Class in org.gecko.emf.osgi.example.model.manual.util
The Resource associated with the package.
ManualResourceImpl(URI) - Constructor for class org.gecko.emf.osgi.example.model.manual.util.ManualResourceImpl
Creates an instance of the resource.
ManualSwitch<T> - Class in org.gecko.emf.osgi.example.model.manual.util
The Switch for the model's inheritance hierarchy.
ManualSwitch() - Constructor for class org.gecko.emf.osgi.example.model.manual.util.ManualSwitch
Creates an instance of the switch.
modelPackage - Static variable in class org.gecko.emf.osgi.example.model.manual.util.ManualAdapterFactory
The cached model package.
modelPackage - Static variable in class org.gecko.emf.osgi.example.model.manual.util.ManualSwitch
The cached model package
modelSwitch - Variable in class org.gecko.emf.osgi.example.model.manual.util.ManualAdapterFactory
The switch that delegates to the createXXX methods.

O

org.gecko.emf.osgi.example.model.manual - package org.gecko.emf.osgi.example.model.manual
 
org.gecko.emf.osgi.example.model.manual.configuration - package org.gecko.emf.osgi.example.model.manual.configuration
 
org.gecko.emf.osgi.example.model.manual.impl - package org.gecko.emf.osgi.example.model.manual.impl
 
org.gecko.emf.osgi.example.model.manual.util - package org.gecko.emf.osgi.example.model.manual.util
 

S

setValue(String) - Method in interface org.gecko.emf.osgi.example.model.manual.Foo
Sets the value of the 'Value' attribute.
setValue(String) - Method in class org.gecko.emf.osgi.example.model.manual.impl.FooImpl
 

T

toString() - Method in class org.gecko.emf.osgi.example.model.manual.impl.FooImpl
 

U

unconfigureEPackage(org.eclipse.emf.ecore.EPackage.Registry) - Method in class org.gecko.emf.osgi.example.model.manual.configuration.ManualPackageConfigurator
 
unconfigureResourceFactory(Registry) - Method in class org.gecko.emf.osgi.example.model.manual.configuration.ManualPackageConfigurator
 

V

value - Variable in class org.gecko.emf.osgi.example.model.manual.impl.FooImpl
The cached value of the 'Value' attribute.
VALUE_EDEFAULT - Static variable in class org.gecko.emf.osgi.example.model.manual.impl.FooImpl
The default value of the 'Value' attribute.
C D E F G I M O S T U V 
Skip navigation links
https://github.com/geckoprojects-org/org.gecko.emf.osgi

Data In Motion Consuling GmbH - All rights reserved