A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

AbortExecutionException - Exception in org.eclipse.emf.common.command
An exception thrown when a command's execution is to be silently aborted.
AbortExecutionException() - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs an new instance.
AbortExecutionException(String, Throwable) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message and cause.
AbortExecutionException(String) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message.
AbortExecutionException(Throwable) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message and cause.
absoluteCharacters - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The buffer for absolute file paths.
ABSTRACT - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Abstract property flag.
ABSTRACT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
abstract_ - Variable in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
The cached value of the 'Abstract' attribute
abstract_ - Variable in class org.eclipse.emf.java.impl.JClassImpl
The cached value of the 'Abstract' attribute
abstract_ - Variable in class org.eclipse.emf.java.impl.JMethodImpl
The cached value of the 'Abstract' attribute
ABSTRACT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EClassImpl
The default value of the 'Abstract' attribute
ABSTRACT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
The default value of the 'Abstract' attribute
ABSTRACT_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JClassImpl
The default value of the 'Abstract' attribute
ABSTRACT_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMethodImpl
The default value of the 'Abstract' attribute
ABSTRACT_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EClassImpl
The flag representing the value of the 'Abstract' attribute
AbstractCommand - Class in org.eclipse.emf.common.command
An abstract implementation of a basic command.
AbstractCommand() - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates an empty instance.
AbstractCommand(String) - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates an instance with the given label.
AbstractCommand(String, String) - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates and instance with the given label and description.
AbstractCommand.NonDirtying - Interface in org.eclipse.emf.common.command
A marker interface implemented by commands that don't dirty the model.
AbstractEList<E> - Class in org.eclipse.emf.common.util
A highly extensible abstract list implementation.
AbstractEList() - Constructor for class org.eclipse.emf.common.util.AbstractEList
Creates an empty instance with no initial capacity.
AbstractEList.BasicIndexOutOfBoundsException - Exception in org.eclipse.emf.common.util
An IndexOutOfBoundsException that constructs a message from the argument data.
AbstractEList.BasicIndexOutOfBoundsException(int, int) - Constructor for exception org.eclipse.emf.common.util.AbstractEList.BasicIndexOutOfBoundsException
Constructs an instance with a message based on the arguments.
AbstractEList.EIterator<E1> - Class in org.eclipse.emf.common.util
An extensible iterator implementation.
AbstractEList.EIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.EIterator
 
AbstractEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
An extensible list iterator implementation.
AbstractEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.EListIterator
Creates an instance.
AbstractEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.AbstractEList.EListIterator
Creates an instance advanced to the index.
AbstractEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only iterator that does not resolve objects.
AbstractEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
 
AbstractEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only list iterator that does not resolve objects.
AbstractEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Creates an instance.
AbstractEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Creates an instance advanced to the index.
AbstractEnumerator - Class in org.eclipse.emf.common.util
An extensible enumerator implementation.
AbstractEnumerator(int, String) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator
Creates an initialized instance.
AbstractEnumerator(int, String, String) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator
Creates an initialized instance.
AbstractExampleInstallerWizard - Class in org.eclipse.emf.common.ui.wizard
This abstract example installer wizard simply copies or unzips a number of files and directories into the workspace, creating the projects to hold them.
AbstractExampleInstallerWizard() - Constructor for class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
AbstractExampleInstallerWizard.FileToOpen - Class in org.eclipse.emf.common.ui.wizard
 
AbstractExampleInstallerWizard.FileToOpen() - Constructor for class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen
 
AbstractExampleInstallerWizard.ProjectDescriptor - Class in org.eclipse.emf.common.ui.wizard
 
AbstractExampleInstallerWizard.ProjectDescriptor() - Constructor for class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
AbstractExampleInstallerWizard.ProjectPage - Class in org.eclipse.emf.common.ui.wizard
 
AbstractExampleInstallerWizard.ProjectPage(String, String, ImageDescriptor) - Constructor for class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
AbstractGeneratorAdapter - Class in org.eclipse.emf.codegen.ecore.generator
A base GeneratorAdapter implementation.
AbstractGeneratorAdapter() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
If this default constructor is used, the setAdapterFactory() method must be called immediately to set the generator adapter factory that created this adapter.
AbstractGeneratorAdapter(GeneratorAdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
 
AbstractGeneratorAdapter.AttributeData - Class in org.eclipse.emf.codegen.ecore.generator
Information about attributes in a manifest.
AbstractGeneratorAdapter.AttributeData() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData
 
AbstractGeneratorAdapter.AttributeData.Element - Class in org.eclipse.emf.codegen.ecore.generator
 
AbstractGeneratorAdapter.AttributeData.Element() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element
 
AbstractGeneratorAdapter.AttributeData.Element.Attribute - Class in org.eclipse.emf.codegen.ecore.generator
 
AbstractGeneratorAdapter.AttributeData.Element.Attribute() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Attribute
 
AbstractGeneratorAdapter.AttributeData.Element.Directive - Class in org.eclipse.emf.codegen.ecore.generator
 
AbstractGeneratorAdapter.AttributeData.Element.Directive() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Directive
 
AbstractGeneratorAdapter.ExtensionData - Class in org.eclipse.emf.codegen.ecore.generator
Information about extensions in a plugin.xml.
AbstractGeneratorAdapter.ExtensionData() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
 
AbstractGeneratorAdapter.JETEmitterDescriptor - Class in org.eclipse.emf.codegen.ecore.generator
The information required to construct and initialize a JETEmitter, namely the file name of the template (relative to the template path) and the qualified name of the template class.
AbstractGeneratorAdapter.JETEmitterDescriptor(String, String) - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.JETEmitterDescriptor
 
AbstractGeneratorAdapterFactory - Class in org.eclipse.emf.codegen.ecore.generator
A base GeneratorAdapterFactory implementation.
AbstractGeneratorAdapterFactory() - Constructor for class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
 
AbstractJNode - Class in org.eclipse.emf.codegen.merge.java.facade
 
AbstractJNode() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
AbstractKnownTypesScope - Class in org.eclipse.emf.ecore.xcore.scoping.types
 
AbstractKnownTypesScope(AbstractXcoreScope) - Constructor for class org.eclipse.emf.ecore.xcore.scoping.types.AbstractKnownTypesScope
 
AbstractMapping - Class in org.eclipse.emf.ecore.xcore.mappings
 
AbstractMapping() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.AbstractMapping
 
AbstractOverrideableCommand - Class in org.eclipse.emf.edit.command
This is a convenient base class for classes that implement OverrideableCommand.
AbstractOverrideableCommand(EditingDomain) - Constructor for class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This constructs an instance in this editing domain.
AbstractOverrideableCommand(EditingDomain, String) - Constructor for class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This constructs an instance with the given label and in this editing domain.
AbstractOverrideableCommand(EditingDomain, String, String) - Constructor for class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This constructs an instance with the given label and description, in this editing domain.
AbstractSelectionView - Class in org.eclipse.emf.ecore.xcore.ui
 
AbstractSelectionView() - Constructor for class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
AbstractSequentialInternalEList<E> - Class in org.eclipse.emf.ecore.util
An abstract implementation of InternalEList.
AbstractSequentialInternalEList() - Constructor for class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
AbstractTreeIterator<E> - Class in org.eclipse.emf.common.util
An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
AbstractTreeIterator(E) - Constructor for class org.eclipse.emf.common.util.AbstractTreeIterator
Creates an instance that iterates over an object, it's children, their children, and so on.
AbstractTreeIterator(Object, boolean) - Constructor for class org.eclipse.emf.common.util.AbstractTreeIterator
Creates and instance that iterates over an object (but only if includeRoot is true), it's children, their children, and so on.
abstractTypeMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
AbstractXcoreJavaValidator - Class in org.eclipse.emf.ecore.xcore.validation
 
AbstractXcoreJavaValidator() - Constructor for class org.eclipse.emf.ecore.xcore.validation.AbstractXcoreJavaValidator
 
AbstractXcoreProposalProvider - Class in org.eclipse.emf.ecore.xcore.ui.contentassist
Represents a generated, default implementation of superclass org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider.
AbstractXcoreProposalProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
AbstractXcoreRuntimeModule - Class in org.eclipse.emf.ecore.xcore
Manual modifications go to {org.eclipse.emf.ecore.xcore.XcoreRuntimeModule}
AbstractXcoreRuntimeModule() - Constructor for class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
AbstractXcoreScope - Class in org.eclipse.emf.ecore.xcore.scoping.types
 
AbstractXcoreScope() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.types.AbstractXcoreScope
 
AbstractXcoreUiModule - Class in org.eclipse.emf.ecore.xcore.ui
Manual modifications go to {org.eclipse.emf.ecore.xcore.ui.XcoreUiModule}
AbstractXcoreUiModule(AbstractUIPlugin) - Constructor for class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
accept(EModelElement, String, String, String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.AnnotationFilter
 
accept(EModelElement, String, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.AnnotationFilterImpl
 
accept(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenClassFilter
 
accept(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenConstraintFilter
 
accept(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenFeatureFilter
 
accept(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenOperationFilter
 
accept(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl.CollidingGenOperationFilter
 
accept(JETParseEventListener, JETReader, JETParser) - Method in interface org.eclipse.emf.codegen.jet.JETCoreElement
Return true if the input contained the sequence that matched the action corresponding to this core tag.
accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.Directive
 
accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.Expression
 
accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.QuoteEscape
 
accept(JETParseEventListener, JETReader, JETParser) - Method in class org.eclipse.emf.codegen.jet.JETParser.Scriptlet
 
access(boolean, Pool.AccessUnit<E>) - Method in class org.eclipse.emf.common.util.Pool
Collect all the values with a matching hash code.
accessCount - Variable in class org.eclipse.emf.common.util.Pool
Record the number of accesses so that the Pool.cleanup() can be called occasionally.
accumulate(String[], int, String, boolean) - Static method in class org.eclipse.emf.common.util.URI.Hierarchical
 
ACK - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
action - Variable in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
action - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
action - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
This records the proxy action created by the platform.
action - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
ACTION_BAR_CONTRIBUTOR_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
ACTION_DEFAULT - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
 
ACTION_DIALOG_NONE - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
 
ACTION_DIALOG_SHOW - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
 
ACTION_DIALOG_SHOW_ERROR - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
 
ACTION_DIALOG_SHOW_IF_HAS_CHILD - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
 
ACTION_MESSAGE_NONE - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
 
ACTION_MESSAGE_SET - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
 
ACTION_MESSAGE_SET_ERROR - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
 
ACTION_MESSAGE_SET_TYPED - Static variable in class org.eclipse.emf.converter.util.ConverterUtil
 
actionBar - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
ActionBarContributor - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
ActionBarContributor() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
actionBarContributorEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
actionBarContributorTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
actionDelegate - Variable in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
This is the action delegate we're wrapping.
activate() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
activate() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
Activator - Class in org.eclipse.emf.codegen.ecore.xtext.ui
The activator class controls the plug-in life cycle
Activator() - Constructor for class org.eclipse.emf.codegen.ecore.xtext.ui.Activator
The constructor
activeEditor - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This keeps track of the current editor part.
activeEditor - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
activeEditorPart - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This keeps track of the active editor.
activeEditorPart - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This keeps track of the active editor
activeEditorPart - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This keeps track of the active editor
activeEditorPart - Variable in class org.eclipse.emf.java.presentation.JavaActionBarContributor
This keeps track of the active editor
activeEditorPart - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This keeps track of the active editor
adapt(Notifier, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
Does an adapt(Notifier, Object), substituting this for the given type.
adapt(Notifier, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Does an adapt(Notifier, Object), substituting this for the given type.
adapt(Notifier, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter
adapt(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
 
adapt(Object, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns either an associated adapter for the object, or the object itself, depending on whether the object is a notifier that supports an adapter of the given type.
adapt(Notifier, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns either a previously associated adapter or a newly associated adapter, as appropriate.
adapt(Object, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns either the result of calling adapt(Notifier, Object) or the result of calling resolve(Object, Object), depending on whether the target is a notifier.
adapt(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter
adapt(Object, Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter
adapt(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter
adapt(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
 
adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
adapt(Notifier, Object, boolean) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
adapt(Notifier, Object, Collection<Object>, Class<?>) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
adapt(Notifier, Object, Collection<Object>, Class<?>, boolean) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
All adapter creation is delegated to this method, which yields decorated item providers.
adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Object, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Object, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter
adapt(Object, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter
adapt(Object, Object) - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter
adapt(Object, Object) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter
adapt(Object, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
 
adapt(Object, Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
 
adapt(Object, Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
adapt(Notifier, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
 
adapt(Object, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
 
adaptAllNew(Notifier) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Creates a new associated adapter of each type of adapter supported by this factory, as necessary.
adaptAllNew(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier) and associates it by calling associate.
adaptAllNew(Notifier) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
adaptAllNew(Notifier) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
Adapter - Interface in org.eclipse.emf.common.notify
A receiver of notifications.
Adapter.Internal - Interface in org.eclipse.emf.common.notify
An internal interface implemented by adapters.
ADAPTER_FACTORY_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
ADAPTER_FACTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Adapter Factory' attribute
adapterFactories - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
The registered adapter factories.
adapterFactories - Variable in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This keeps track of all the AdapterFactory delegates.
adapterFactory - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
 
adapterFactory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Adapter Factory' attribute
adapterFactory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the one adapter factory used for providing views of the model
AdapterFactory - Interface in org.eclipse.emf.common.notify
A factory for creating adapters and associating them with notifiers.
adapterFactory - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the one adapter factory used for providing views of the model
adapterFactory - Variable in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor
 
adapterFactory - Variable in class org.eclipse.emf.ecore.xcore.ui.outline.XcoreOutlineTreeProvider
 
adapterFactory - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is the adapter factory used to create the adapter to which calls are delegated.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This keeps track of the factory used to generate the adapters.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator
This keeps track of the factory used to generate the ITreeItemContentProvider adapters.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
For now we need to keep track of the adapter factory, because we need it to provide a correct label provider.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the optional adapter factory that is used to get adapters for parent or child objects.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This keeps track of the adapter factory that created this adaptor.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This keeps track of the adapter factory that created this adaptor.
adapterFactory - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider
The adapter factory for the owner's item provider.
adapterFactory - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
adapterFactory - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
adapterFactory - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This keeps track of the one factory we are using.
adapterFactory - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This keep track of the one factory we are using.
adapterFactory - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
adapterFactory - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is the one adapter factory used for providing views of the model
adapterFactory - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This is the one adapter factory used for providing views of the model
adapterFactory - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is the one adapter factory used for providing views of the model
adapterFactory - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
adapterFactory - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
AdapterFactoryClass - Class in org.eclipse.emf.codegen.ecore.templates.model
 
AdapterFactoryClass() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
adapterFactoryClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
adapterFactoryClassTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
AdapterFactoryContentProvider - Class in org.eclipse.emf.edit.ui.provider
This content provider wraps an AdapterFactory and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
AdapterFactoryContentProvider - Class in org.eclipse.emf.edit.ui.provider
This content provider wraps an AdapterFactory and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
AdapterFactoryContentProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This constructs an instance that wraps this factory.
AdapterFactoryContentProvider.ViewerRefresh - Class in org.eclipse.emf.edit.ui.provider
A runnable class that efficiently updates a org.eclipse.jface.viewers.Viewer via standard APIs, based on queued IViewerNotifications from the model's item providers.
AdapterFactoryContentProvider.ViewerRefresh(Viewer) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider.ViewerRefresh
 
AdapterFactoryContentProvider.ViewerRefresh(Viewer, IViewerNotification) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider.ViewerRefresh
Deprecated.
in 2.2.0
adapterFactoryDescriptorRegistry - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator
The local registry from which generator adapter factories are created.
adapterFactoryDescriptorRegistry - Variable in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This is used to demand create adapter factories from a registry.
AdapterFactoryEditingDomain - Class in org.eclipse.emf.edit.domain
This class implements an editing domain by delegating to adapters that implement IEditingDomainItemProvider.
AdapterFactoryEditingDomain(AdapterFactory, CommandStack) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Create an instance from the adapter factory, and the specialized command stack.
AdapterFactoryEditingDomain(AdapterFactory, CommandStack, Map<Resource, Boolean>) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Create an instance from the adapter factory, the specialized command stack, and the map used to maintain read only state.
AdapterFactoryEditingDomain(AdapterFactory, CommandStack, ResourceSet) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Create an instance from the adapter factory, the specialized command stack, and the specialized resource set.
AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet - Class in org.eclipse.emf.edit.domain
This is an implementation of a context that knows about this editing domain.
AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet() - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet
 
AdapterFactoryEditingDomain.DomainTreeIterator<E> - Class in org.eclipse.emf.edit.domain
This implements an tree iterator that iterates over an object, it's domain children, their domain children, and so on.
AdapterFactoryEditingDomain.DomainTreeIterator(EditingDomain, E) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator
This constructs tree iterator that iterates over an object, it's domain children, their domain children, and so on.
AdapterFactoryEditingDomain.DomainTreeIterator(EditingDomain, Object, boolean) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator
This constructs tree iterator that iterates over an object (but only if includeRoot is true), it's domain children, their domain children, and so on.
AdapterFactoryEditingDomain.EditingDomainProvider - Class in org.eclipse.emf.edit.domain
This class is an adapter than implements IEditingDomainProvider.
AdapterFactoryEditingDomain.EditingDomainProvider(EditingDomain) - Constructor for class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.EditingDomainProvider
 
AdapterFactoryImpl - Class in org.eclipse.emf.common.notify.impl
An extensible adapter factory implementation.
AdapterFactoryImpl() - Constructor for class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an instance.
AdapterFactoryItemDelegator - Class in org.eclipse.emf.edit.provider
 
AdapterFactoryItemDelegator(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
 
AdapterFactoryLabelProvider - Class in org.eclipse.emf.edit.ui.provider
This label provider wraps an AdapterFactory and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
AdapterFactoryLabelProvider - Class in org.eclipse.emf.edit.ui.provider
This label provider wraps an AdapterFactory and it delegates its JFace provider interfaces to corresponding adapter-implemented item provider interfaces.
AdapterFactoryLabelProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Construct an instance that wraps the given factory.
AdapterFactoryLabelProvider.ColorProvider - Class in org.eclipse.emf.edit.ui.provider
An extended version of the adapter factory label provider that also provides for colors.
AdapterFactoryLabelProvider.ColorProvider(AdapterFactory, Color, Color) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.ColorProvider
Construct an instance that wraps the given factory and specifies the given default colors.
AdapterFactoryLabelProvider.ColorProvider(AdapterFactory, Viewer) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.ColorProvider
Construct an instance that wraps the given factory and uses the colors of the viewer's control.
AdapterFactoryLabelProvider.ConvertingStyler - Class in org.eclipse.emf.edit.ui.provider
A extended Styler that wraps a StyledString.Style and uses it as data source for applying style.
AdapterFactoryLabelProvider.ConvertingStyler(StyledString.Style) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.ConvertingStyler
 
AdapterFactoryLabelProvider.FontAndColorProvider - Class in org.eclipse.emf.edit.ui.provider
An extended version of the adapter factory label provider that also provides for fonts and colors.
AdapterFactoryLabelProvider.FontAndColorProvider(AdapterFactory, Font, Color, Color) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.FontAndColorProvider
Construct an instance that wraps the given factory and specifies the given default font and colors.
AdapterFactoryLabelProvider.FontAndColorProvider(AdapterFactory, Viewer) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.FontAndColorProvider
Construct an instance that wraps the given factory and uses the font and colors of the viewer's control.
AdapterFactoryLabelProvider.FontProvider - Class in org.eclipse.emf.edit.ui.provider
An extended version of the adapter factory label provider that also provides for fonts.
AdapterFactoryLabelProvider.FontProvider(AdapterFactory, Font) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.FontProvider
Construct an instance that wraps the given factory and specifies the given default font.
AdapterFactoryLabelProvider.FontProvider(AdapterFactory, Viewer) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.FontProvider
Construct an instance that wraps the given factory and uses the font of the viewer's control.
AdapterFactoryLabelProvider.StyledLabelProvider - Class in org.eclipse.emf.edit.ui.provider
An extended version of the adapter factory label provider that also provides for styled string.
AdapterFactoryLabelProvider.StyledLabelProvider(AdapterFactory, Font, Color, Color) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.StyledLabelProvider
Construct an instance that wraps the given factory and specifies the given default font and colors.
AdapterFactoryLabelProvider.StyledLabelProvider(AdapterFactory, Viewer) - Constructor for class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.StyledLabelProvider
Construct an instance that wraps the given factory and uses the font and colors of the viewer's control.
AdapterFactoryMappingDomain - Class in org.eclipse.emf.mapping.domain
This class implements MappingDomain interface using two strategies.
AdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, CommandStack) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
AdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, CommandStack, ResourceSet) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
AdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, AdapterFactory, CommandStack) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
AdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, AdapterFactory, CommandStack, ResourceSet) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory - Class in org.eclipse.emf.mapping.domain
 
AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory(AdapterFactory, EditingDomain) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
 
AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory(AdapterFactory[], EditingDomain) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
 
AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory(Collection<? extends AdapterFactory>, EditingDomain) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
 
AdapterFactoryMappingDomain.LabelUpdatePropagatingComposedAdapterFactory - Class in org.eclipse.emf.mapping.domain
 
AdapterFactoryMappingDomain.LabelUpdatePropagatingComposedAdapterFactory(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain.LabelUpdatePropagatingComposedAdapterFactory
 
AdapterFactoryTableTreeEditor - Class in org.eclipse.emf.edit.ui.celleditor
Deprecated. 
AdapterFactoryTableTreeEditor(TableTree, AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
AdapterFactoryTreeEditor - Class in org.eclipse.emf.edit.ui.celleditor
This base class for implementing org.eclipse.swt.custom.TreeEditors that delegate to adapters produced by an AdapterFactory.
AdapterFactoryTreeEditor - Class in org.eclipse.emf.edit.ui.celleditor
This base class for implementing org.eclipse.swt.custom.TreeEditors that delegate to adapters produced by an AdapterFactory.
AdapterFactoryTreeEditor(Tree, AdapterFactory) - Constructor for class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
AdapterFactoryTreeIterator<E> - Class in org.eclipse.emf.edit.provider
This implements a tree iterator that iterates over an object, it's children, their children, and so on, use the ITreeItemContentProviders produced by an adapter factory.
AdapterFactoryTreeIterator(AdapterFactory, E) - Constructor for class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator
This constructs tree iterator that iterates over an object, it's children, their children, and so on.
AdapterFactoryTreeIterator(AdapterFactory, Object, boolean) - Constructor for class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator
This constructs tree iterator that iterates over an object (but only if includeRoot is true), it's children, their children, and so on.
AdapterImpl - Class in org.eclipse.emf.common.notify.impl
An extensible adapter implementation.
AdapterImpl() - Constructor for class org.eclipse.emf.common.notify.impl.AdapterImpl
Creates an instance.
adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFListProperty
 
adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFListValueProperty
 
adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFMapProperty
 
adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFResourceContentProperty
 
adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFSetProperty
 
adaptListener(ISimplePropertyListener) - Method in class org.eclipse.emf.databinding.internal.EMFValueProperty
 
adaptNew(Notifier, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Creates a new associated adapter of the given type; it may optionally call setTarget on the adapter, and it may optionally add the adapter to the target.eAdapters().
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier, Object) and associates it by calling associate.
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This interface is not support; an exception will be thrown.
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This records adapters for subsequent disposable.
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
 
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
 
add(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
add(E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
add(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
add(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Adds or merges a new notification.
add(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
Adds or merges a new notification.
ADD - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been inserted into a list-based feature of the notifier.
add(Notification) - Method in interface org.eclipse.emf.common.notify.NotificationChain
Adds a notification to the chain.
add(E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the end of the list and returns whether the object was added; if uniqueness is required, duplicates will be ignored and false will be returned.
add(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the given index in the list.
add(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Adds the object at the next index and advances the iterator past it.
add(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Throws an exception.
add(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
add(E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
add(int, E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
add(Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
add(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
add(E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
add(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
add(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
Adds the diagnostic to the chain.
add(E, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Add a value to the Pool.AccessUnit.values incrementing the Pool.AccessUnit.valuesLength.
add(E) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
add(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
add(Object) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
add(int, Object) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
add(Object) - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
add(int, Object) - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
add(E) - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
add(Object) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
add(int, Object) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
ADD - Static variable in enum org.eclipse.emf.ecore.change.ChangeKind
The 'ADD' literal value
add(InternalEObject, EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
add(InternalEObject, EStructuralFeature, int, Object) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Adds the value at the index in the content of the object's feature.
add(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
add(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
add(int, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
add(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
add(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
add(E1) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl
 
add(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl
 
add(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
add(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
add(int, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
add(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
add(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
add(E) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.ValueListIteratorImpl
 
add(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.ValueListIteratorImpl
 
add(Object) - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
add(InternalEObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
 
add(EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
add(InternalEObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
add(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
add(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
add(int, EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
add(EStructuralFeature, int, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
add(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.ValueListIterator
 
add(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
add(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
add(int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
add(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
add(int, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
add(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
add(String) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
add(String) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
add(ENamedElement, XMLResource.XMLInfo) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
Add an XMLInfo object for an Ecore construct to the map.
add(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
add(ENamedElement, XMLResource.XMLInfo) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Add an XMLInfo object for an Ecore construct to the map.
add(Duration) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
add(Duration) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
add(Object) - Method in class org.eclipse.emf.edit.provider.Disposable
 
add(ENamedElement, XMLResource.XMLInfo) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
ADD_MANY - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a several values have been added into a list-based feature of the notifier.
addAbstractPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This adds a property descriptor for the Abstract feature
addAbstractPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
This adds a property descriptor for the Abstract feature
addAbstractPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Abstract feature
addAbstractPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This adds a property descriptor for the Abstract feature
addAdapter(Notifier) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
addAdapter(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
 
addAdapter(Notifier) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
addAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
addAdapterFactoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Adapter Factory feature
addAddressPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
This adds a property descriptor for the Address feature
addAddressPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
This adds a property descriptor for the Address feature
addAll(Collection<?>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection to the end of the list.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added.
addAll(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.common.util.BasicEMap
addAll(int, Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.common.util.BasicEMap
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
addAll(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
Adds the children of the diagnostic to the chain.
addAll(Collection) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
addAll(int, Collection) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
addAll(Collection) - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
addAll(int, Collection) - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
addAll(Collection) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
addAll(int, Collection) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
addAll(Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addAll(int, Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addAll(int, EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addAll(EStructuralFeature, int, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addAll(Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addAll(int, Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addAll(int, EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addAll(EStructuralFeature, int, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addAll(EStructuralFeature, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
addAll(int, EStructuralFeature, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
addAll(EStructuralFeature, int, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
addAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
addAll(int, EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
addAll(EStructuralFeature, int, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
addAll(Collection<?>) - Method in class org.eclipse.emf.edit.provider.Disposable
 
addAllFieldsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the All Fields feature
addAllMethodsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the All Methods feature
addAllSuperTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the All Super Types feature
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array to the end of the list; it does no uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array to the end of the list and returns whether any objects were added; it does no uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
addAllUnique(Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addAllUnique(FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addAllUnique(int, FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addAllUnique(Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addAllUnique(FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addAllUnique(int, FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addAllUnique(Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Add the objects without verifying uniqueness.
addAllUnique(int, Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Add the objects without verifying uniqueness.
addAllUnique(Collection<? extends FeatureMap.Entry>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
addAllUnique(FeatureMap.Entry.Internal[], int, int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
addAllUnique(int, FeatureMap.Entry.Internal[], int, int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
addAllUnique(FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
addAllUnique(int, FeatureMap.Entry.Internal[], int, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
addAllUnique(Collection<? extends E>) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Adds the objects without verifying uniqueness.
addAllUnique(int, Collection<? extends E>) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Adds the objects without verifying uniqueness.
addAnnotation(ENamedElement, String, String[]) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addAnnotation(ENamedElement, String, String[], URI[]) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addAnnotation(ENamedElement, int, String, String[]) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addAnnotation(ENamedElement, int, String, String[], URI[]) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addAnnotation(ENamedElement, boolean[], String, String[]) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addAnnotation(ENamedElement, boolean[], String, String[], URI[]) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addArrayAccessorsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Array Accessors feature
addAttribute(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addAttributeContent(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addAttributeNS(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addAuthorPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
This adds a property descriptor for the Author feature
addAuthorPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookOnTapeItemProvider
This adds a property descriptor for the Author feature
addBasePackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Base Package feature
addBaseTemplatePathEntries(List<String>) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Adds template locations to the base portion of the dynamic template path, an ordered list of URIs corresponding to locations under which to find templates.
addBaseTemplatePathEntries(List<String>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Adds the default EMF template location to the base portion of the dynamic template path.
addBaseTemplatePathEntries(List<String>) - Method in class org.eclipse.emf.examples.generator.validator.GenClassValidatorGeneratorAdapter
 
addBaseTemplatePathEntries(List<String>) - Method in class org.eclipse.emf.examples.generator.validator.GenModelValidatorGeneratorAdapter
 
addBinaryCompatibleReflectiveMethodsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Binary Compatible Reflective Methods feature
addBodyPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JInitializerItemProvider
This adds a property descriptor for the Body feature
addBodyPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This adds a property descriptor for the Body feature
addBooksPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
This adds a property descriptor for the Books feature
addBooksPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.WriterItemProvider
This adds a property descriptor for the Books feature
addBooleanFlagsFieldPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Boolean Flags Field feature
addBooleanFlagsReservedBitsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Boolean Flags Reserved Bits feature
addBorrowedPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BorrowerItemProvider
This adds a property descriptor for the Borrowed feature
addBorrowersPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.CirculatingItemItemProvider
This adds a property descriptor for the Borrowers feature
addBundle(IJavaProject, String, IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreClasspathUpdater
 
addBundleManifestPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Bundle Manifest feature
addBundleToManifest(IProject, String, IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreClasspathUpdater
 
addCastPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.VideoCassetteItemProvider
This adds a property descriptor for the Cast feature
addCategoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
This adds a property descriptor for the Category feature
addCDATA(FeatureMap, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
addCDATA(FeatureMap, int, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
addCDATA(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addChangeablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Changeable feature
addCharDataGenerator(char[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
addChild(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
 
addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
 
addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
 
addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
 
addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
 
addChild(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Adds a child to this node.
addChild(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Adds the given orphan node (document fragment) as the last child of the specified node.
addChild(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
addChildCreationExtendersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Child Creation Extenders feature
addChildrenPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Children feature
addClassNamePatternPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Class Name Pattern feature
addClassPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Class Package Suffix feature
addClasspathEntries(Collection<IClasspathEntry>, String, String) - Static method in class org.eclipse.emf.codegen.CodeGen
Deprecated.
As of EMF 2.1.0, moved to CodeGenUtil.
addClasspathEntries(Collection<IClasspathEntry>, String) - Static method in class org.eclipse.emf.codegen.CodeGen
Deprecated.
As of EMF 2.1.0, moved to CodeGenUtil.
addClasspathEntries(JETEmitter) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Override this to add classpath variables to the JETEmitter.
addClasspathEntries(JETEmitter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Adds the plug-ins required for GenModel/Ecore-based templates to the JETEmitter's classpath.
addClasspathEntries(JETEmitter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
addClasspathEntries(Collection<?>, String, String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
addClasspathEntries(Collection<?>, String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
addClasspathEntries(Collection<IClasspathEntry>, String, String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
 
addClasspathEntries(Collection<IClasspathEntry>, String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
 
addClasspathEntries(JETEmitter) - Method in class org.eclipse.emf.examples.generator.validator.GenClassValidatorGeneratorAdapter
 
addClasspathEntries(JETEmitter) - Method in class org.eclipse.emf.examples.generator.validator.GenModelValidatorGeneratorAdapter
 
addClassPsuedoImports() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
addClassPsuedoImports() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
addCleanupPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Cleanup feature
addCodeFormattingPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Code Formatting feature
addColorProvidersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Color Providers feature
AddCommand - Class in org.eclipse.emf.edit.command
The add command logically acts upon an owner object that has a collection-based feature to which other objects can be added.
AddCommand(EditingDomain, EObject, EStructuralFeature, Object) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to add a particular value to the specified many-valued feature of the owner.
AddCommand(EditingDomain, EObject, EStructuralFeature, Object, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to insert particular value into the specified many-valued feature of the owner.
AddCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to add a collection of values to the specified many-valued feature of the owner.
AddCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to insert a collection of values into the specified many-valued feature of the owner.
AddCommand(EditingDomain, EList<?>, Object) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to add a particular value into the specified extent.
AddCommand(EditingDomain, EList<?>, Object, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to insert particular value into the specified extent.
AddCommand(EditingDomain, EList<?>, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to insert a collection of values into the specified extent.
AddCommand(EditingDomain, EList<?>, Collection<?>, int) - Constructor for class org.eclipse.emf.edit.command.AddCommand
This constructs a primitive command to insert a collection of values into the specified extent.
addCommand - Variable in class org.eclipse.emf.mapping.command.AddOverrideCommand
This keeps track of the AddCommand we're overriding
addCommandStackListener(CommandStackListener) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
addCommandStackListener(CommandStackListener) - Method in interface org.eclipse.emf.common.command.CommandStack
Adds a listener to the command stack, which will be notified whenever a command has been processed on the stack.
addComment(FeatureMap, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
addComment(FeatureMap, int, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
addComment(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addCommentFormattingPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Comment Formatting feature
addCommentPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
This adds a property descriptor for the Comment feature
addCommentPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
This adds a property descriptor for the Comment feature
addCompilationUnitImports(String) - Method in class org.eclipse.emf.codegen.util.ImportManager
Registers pseudo-imports for all of the import declarations in the specified compilation unit contents.
addComplianceLevelPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Compliance Level feature
addComponentTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Component Type feature
addConstructorPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This adds a property descriptor for the Constructor feature
addContainerPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds a property descriptor for the Container feature
addContainerPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
This adds a property descriptor for the Container feature
addContainingTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
This adds a property descriptor for the Containing Type feature
addContainmentPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds a property descriptor for the Containment feature
addContainmentPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
This adds a property descriptor for the Containment feature
addContainmentProxiesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Containment Proxies feature
addContentTypeIdentifierPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Content Type Identifier feature
addControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
addControl(Composite) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
addCopiesPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.CirculatingItemItemProvider
This adds a property descriptor for the Copies feature
addCopyrightFieldsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Copyright Fields feature
addCopyrightTextPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Copyright Text feature
addCreateChildPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Create Child feature
addCreateCopyCommands(CompoundCommand, EObject) - Method in class org.eclipse.emf.edit.command.CopyCommand
 
addCreationCommandsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Creation Commands feature
addCreationIconsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Creation Icons feature
addCreationSubmenusPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Creation Submenus feature
addDamagedPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
This adds a property descriptor for the Damaged feature
addDataTypeConvertersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Data Type Converters feature
addDataValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
This adds a property descriptor for the Data Value feature
addDecorationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Decoration feature
addDefaultValueLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Default Value Literal feature
addDefaultValueLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAttributeItemProvider
This adds a property descriptor for the Default Value Literal feature
addDefaultValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This adds a property descriptor for the Default Value feature
addDefaultValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Default Value feature
addDerivedPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Derived feature
addDerivedPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
This adds a property descriptor for the Derived feature
addDescriptor(String, GeneratorAdapterFactory.Descriptor) - Method in class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
addDescriptor(String, GeneratorAdapterFactory.Descriptor) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.Registry
Registers the given descriptor against the specified package ID.
addDetailAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
addDetailControl(Composite) - Method in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
addDetailControl(Composite) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
addDiagnostic(Diagnostic) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
addDisposableProviderFactoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Disposable Provider Factory feature
addDoctypeInformation() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
addDynamicPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This adds a property descriptor for the Dynamic feature
addDynamicTemplatesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Dynamic Templates feature
addEAttributeTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This adds a property descriptor for the EAttribute Type feature
addEClassifierPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
This adds a property descriptor for the EClassifier feature
addEContainingClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the EContaining Class feature
addEcoreClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This adds a property descriptor for the Ecore Class feature
addEcoreDataTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
This adds a property descriptor for the Ecore Data Type feature
addEcoreEnumLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
This adds a property descriptor for the Ecore Enum Literal feature
addEcoreEnumPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This adds a property descriptor for the Ecore Enum feature
addEcoreFeaturePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Ecore Feature feature
addEcoreOperationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
This adds a property descriptor for the Ecore Operation feature
addEcorePackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Ecore Package feature
added(Notifier, Adapter) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList.Listener
Called when the given adapter is added to the given notifier.
addedExceptions - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
List of added exceptions by calling ASTJMethod.addException(String).
addedInsertEdits - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Map of insert offsets to InsertEdit objects created.
addEditDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Edit Directory feature
addEditorDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Editor Directory feature
addEditorPluginClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Editor Plugin Class feature
addEditorPluginIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Editor Plugin ID feature
addEditorPluginVariablesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Editor Plugin Variables feature
addEditPluginClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Edit Plugin Class feature
addEditPluginIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Edit Plugin ID feature
addEditPluginVariablesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Edit Plugin Variables feature
addEdits(TextEdit, IDocument) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.AbstractRewriter
 
addEdits(TextEdit, IDocument) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Adds a TextEdit that comments out required nodes.
addEdits(TextEdit, IDocument) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeContentsReplacer
Creates a TextEdit that replaces contents of all tracked nodes.
addedSuperInterfaces - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
List of added interfaces by calling ASTJEnum.addSuperInterface(String).
addedSuperInterfaces - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
List of added interfaces by calling ASTJType.addSuperInterface(String).
addEEnumLiteral(EEnum, Enumerator) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEException(EOperation, EClassifier) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEException(EOperation, EGenericType) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEExceptionsPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This adds a property descriptor for the EExceptions feature
addEFactoryInstancePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This adds a property descriptor for the EFactory Instance feature
addEKeysPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds a property descriptor for the Keys feature
addEntity(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addEntry(boolean, E, Pool.AccessUnit<E>) - Method in class org.eclipse.emf.common.util.Pool
Adds an entry to the pool, but first checks if the entry has been added by another thread since the time when the pool was accessed while without holding any locks.
addEntry(int, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Adds a new entry to the set at the given given index in the WeakInterningHashSet.entries.
addEntryFeature(String) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Prepends the entry feature name to the given text and returns the result.
addEOperation(EClass, EClassifier, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEOperation(EClass, EClassifier, String, int, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEOperation(EClass, EClassifier, String, int, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEOppositePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds a property descriptor for the EOpposite feature
addEPackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This adds a property descriptor for the EPackage feature
addEPackagesTableColumns(CheckboxTableViewer) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
addEParameter(EOperation, EClassifier, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEParameter(EOperation, EClassifier, String, int, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEParameter(EOperation, EClassifier, String, int, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addEParameter(EOperation, EGenericType, String, int, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
Deprecated.
addEParameter(EOperation, EGenericType, String, int, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addERawTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
This adds a property descriptor for the ERaw Type feature
addEReferenceTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds a property descriptor for the EReference Type feature
addESuperTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This adds a property descriptor for the ESuper Types feature
addETypeParameter(EClassifier, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addETypeParameter(EOperation, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
addETypeParameterPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
This adds a property descriptor for the EType Parameter feature
addETypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This adds a property descriptor for the EType feature
addException(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
addException(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
addException(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Adds the given exception to the end of the list of exceptions this method is declared to throw.
addExceptionsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This adds a property descriptor for the Exceptions feature
addExtensibleProviderFactoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Extensible Provider Factory feature
addExternalGenModels(List<GenModel>) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
addFacadeHelperClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Facade Helper Class feature
addFeatureDelegationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Feature Delegation feature
addFeatureMapWrapperClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Feature Map Wrapper Class feature
addFeatureMapWrapperInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Feature Map Wrapper Interface feature
addFeatureMapWrapperInternalInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Feature Map Wrapper Internal Interface feature
addFeatureNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
This adds a property descriptor for the Feature Name feature
addFeaturePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
This adds a property descriptor for the Feature feature
addFeaturePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
This adds a property descriptor for the Feature feature
addFieldsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Fields feature
addFileExtensionsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the File Extensions feature
addFinalPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Final feature
addFinalPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
This adds a property descriptor for the Final feature
addFinalPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This adds a property descriptor for the Final feature
addFinalPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JParameterItemProvider
This adds a property descriptor for the Final feature
addFirstNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
This adds a property descriptor for the First Name feature
addFontProvidersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Font Providers feature
addForceOverwritePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Force Overwrite feature
addGenerateExampleClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Generate Example Class feature
addGenerateModelWizardPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Generate Model Wizard feature
addGenerateSchemaPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Generate Schema feature
addGenerator(JETGenerator) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
addGeneratorAndArguments(Generator, Object, Object, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
 
addGenModelArguments() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
addGenModelArguments() - Method in class org.eclipse.emf.importer.rose.taskdefs.RoseGeneratorTask
 
addGenModelPathArgument() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
addGenModelPathArgument() - Method in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
addGenModelToResource(boolean) - Method in class org.eclipse.emf.importer.ModelImporter
 
addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This inserts global actions before the "additions-end" separator
addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This inserts global actions before the "additions-end" separator
addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This inserts global actions before the "additions-end" separator.
addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This inserts global actions before the "additions-end" separator
addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.java.presentation.JavaActionBarContributor
This inserts global actions before the "additions-end" separator
addGlobalActions(IMenuManager) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This inserts global actions before the "additions-end" separator
addIDAttributeNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
This adds a property descriptor for the ID Attribute Name feature
addIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This adds a property descriptor for the ID feature
addIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAttributeItemProvider
This adds a property descriptor for the ID feature
addImagePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This adds a property descriptor for the Image feature
addImport(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
addImport(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
addImport(String, String) - Method in class org.eclipse.emf.codegen.util.ImportManager
Registers an import for the given package name and short name.
addImport(String) - Method in class org.eclipse.emf.codegen.util.ImportManager
Registers an import for the given qualified name.
addImportedNamespacePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XImportDirectiveItemProvider
This adds a property descriptor for the Imported Namespace feature
addImportedObjectPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XImportDirectiveItemProvider
This adds a property descriptor for the Imported Object feature
addImportedPackagesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
This adds a property descriptor for the Imported Packages feature
addImportedTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
This adds a property descriptor for the Imported Types feature
addImportOrganizingPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Import Organizing feature
addImports(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
addImportsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
This adds a property descriptor for the Imports feature
addIndexPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
This adds a property descriptor for the Index feature
addInitializerPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
This adds a property descriptor for the Initializer feature
AddInputRootAction - Class in org.eclipse.emf.mapping.ecore2ecore.action
 
AddInputRootAction() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.action.AddInputRootAction
 
addInstanceClassNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This adds a property descriptor for the Instance Class Name feature
addInstanceTypeNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This adds a property descriptor for the Instance Type Name feature
addInterfaceNamePatternPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Interface Name Pattern feature
addInterfacePackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Interface Package Suffix feature
addInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This adds a property descriptor for the Interface feature
addInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
This adds a property descriptor for the Interface feature
addInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Interface feature
addIssuesPerYearPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PeriodicalItemProvider
This adds a property descriptor for the Issues Per Year feature
additionalWrappers - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
 
ADDITIONS_LAST_STYLE - Static variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This style bit indicates that the "additions" separator should come after the "edit" separator.
addJarToClasspath(IJavaProject, IPath, IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreClasspathUpdater
 
addJavaClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Java Class feature
addJavaConstructorPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This adds a property descriptor for the Java Constructor feature
addJavaFieldPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
This adds a property descriptor for the Java Field feature
addJavaLangImports(List<String>) - Method in class org.eclipse.emf.codegen.util.ImportManager
Ensures that explicit import declarations will be added for classes from java.lang with the specified short names.
addJavaMethodPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This adds a property descriptor for the Java Method feature
addJavaPackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JPackageItemProvider
This adds a property descriptor for the Java Package feature
AddJETNatureAction - Class in org.eclipse.emf.codegen.action
 
AddJETNatureAction() - Constructor for class org.eclipse.emf.codegen.action.AddJETNatureAction
 
addJNodePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JModelElementItemProvider
This adds a property descriptor for the JNode feature
addKeyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.EObjectToChangesMapEntryItemProvider
This adds a property descriptor for the Key feature
addKeyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This adds a property descriptor for the Key feature
addKeyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
This adds a property descriptor for the Key feature
addKeyPropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
This adds a property descriptor for the Key feature
addKeysPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
This adds a property descriptor for the Keys feature
addKindPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
This adds a property descriptor for the Kind feature
addLabelFeaturePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This adds a property descriptor for the Label Feature feature.
addLanguagePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Language feature
addLastNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
This adds a property descriptor for the Last Name feature
AddLibraryCommand - Class in org.eclipse.emf.examples.extlibrary.actions
The extended library example supports multi-rooted resources and therefore this command will add a library to the resource.
AddLibraryCommand(EditingDomain, EList<?>, Object) - Constructor for class org.eclipse.emf.examples.extlibrary.actions.AddLibraryCommand
Constructor
addLine() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
addLine() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addLineBreakAfterNode(TextEdit, ITrackedNodePosition, ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
If there is anything after the node, inserts the line break to prevent commenting out extra content.
addLineBreakBeforeNode(TextEdit, ITrackedNodePosition, ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Add line break before the node if needed.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This adds a listener
addListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
addListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Adds another listener from the adapter list.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This adds a listener
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This adds a listener
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This adds a listener
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ChangeNotifier
This adds another listener.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Adds a listener to receive this wrapper's repeated notifications.
addListener(INotifyChangedListener) - Method in interface org.eclipse.emf.edit.provider.IChangeNotifier
This adds another listener.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProvider
 
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
 
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
 
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This adds a listener.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This adds a listener.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This adds a listener.
addListener(ILabelProviderListener) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Since we won't ever generate these notifications, we can just ignore this.
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This adds a listener
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This adds a listener
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This adds a listener
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This adds a listener
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
addListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This adds a listener.
addLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This adds a property descriptor for the Literal feature
addLiteralPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumLiteralItemProvider
This adds a property descriptor for the Literal feature
addLiteralsInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Literals Interface feature
addLoadInitializationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Load Initialization feature
addLocalPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
This adds a property descriptor for the Local feature
addLowerBoundPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This adds a property descriptor for the Lower Bound feature
addManagerPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.EmployeeItemProvider
This adds a property descriptor for the Manager feature
addManyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This adds a property descriptor for the Many feature
AddMappingCommand - Class in org.eclipse.emf.mapping.command
The create mapping command creates a new mapping in a MappingDomain from a set of the domain's input and output objects.
AddMappingCommand(MappingDomain, Collection<?>) - Constructor for class org.eclipse.emf.mapping.command.AddMappingCommand
This creates a command instance that adds the new mappings in the collection into the appropriate place in the mapping root's.
addMasterImport(String, String) - Method in class org.eclipse.emf.codegen.util.ImportManager
Reserves the import mapping for the given package and short name of the compilation unit.
addMembersPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Members feature
addMetaDataPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Meta Data Package Suffix feature
addMethodPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JParameterItemProvider
This adds a property descriptor for the Method feature
addMethodsPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Methods feature
addMinimalReflectiveMethodsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Minimal Reflective Methods feature
addMinutesLengthPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
This adds a property descriptor for the Minutes Length feature
addModelDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Model Directory feature
addModelNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Model Name feature
addModelPathArgument() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
addModelPluginClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Model Plugin Class feature
addModelPluginIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Model Plugin ID feature
addModelPluginVariablesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Model Plugin Variables feature
addModificationTrackingAdapters(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Deprecated.
since 2.1.0. This method is not invoked anymore. See ResourceImpl.attachedHelper(EObject).
addMoveToIndexPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
This adds a property descriptor for the Move To Index feature
addMultipleEditorPagesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Multiple Editor Pages feature
addMultiplicityPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
This adds a property descriptor for the Multiplicity feature
addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This adds a property descriptor for the Name feature
addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XNamedElementItemProvider
This adds a property descriptor for the Name feature
addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
This adds a property descriptor for the Name feature
addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.WriterItemProvider
This adds a property descriptor for the Name feature
addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JModelElementItemProvider
This adds a property descriptor for the Name feature
addNamePropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
This adds a property descriptor for the Name feature
addNamespaceDeclarations() - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
addNamespaceDeclarations() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
addNativePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This adds a property descriptor for the Native feature
addNode(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
addNode(RoseNode) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
addNoNamespacePackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
This adds a property descriptor for the No Namespace Package feature
addNonDuplicates(Collection<T>, Collection<? extends T>, Set<T>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
addNonNLSMarkersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Non NLS Markers feature
addNotification(IViewerNotification) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider.ViewerRefresh
Adds a viewer notification to the queue that will be processed by this ViewerRefresh.
addNotifyPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Notify feature
addNSDeclaration(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
addNsPrefixPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This adds a property descriptor for the Ns Prefix feature
addNsURIPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This adds a property descriptor for the Ns URI feature
addObjectsToDetachPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeDescriptionItemProvider
This adds a property descriptor for the Objects To Detach feature
addObjectToSelect(Object) - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
addOperationReflectionPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Operation Reflection feature
addOppositePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
This adds a property descriptor for the Opposite feature
addOptimizedHasChildrenPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Optimized Has Children feature
addOrderedPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This adds a property descriptor for the Ordered feature
addOSGiCompatiblePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the OS Gi Compatible feature
AddOutputRootAction - Class in org.eclipse.emf.mapping.ecore2ecore.action
 
AddOutputRootAction() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.action.AddOutputRootAction
 
AddOverrideCommand - Class in org.eclipse.emf.mapping.command
This command overrides the AddCommand to additionally map the added object(s) to corresponding inputs.
AddOverrideCommand(MappingDomain, AddCommand) - Constructor for class org.eclipse.emf.mapping.command.AddOverrideCommand
This creates a command instance that adds and then maps the added object(s).
addOwners(Command) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
Helper method that builds the list of owners, recursively for command wrappers and/or compound commands.
addPackagePrefix(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
addPackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Package feature
addPackagePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
This adds a property descriptor for the Package feature
addPackageSuffix(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
addPackedEnumsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Packed Enums feature
addPages() - Method in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
addPages() - Method in class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard
 
addPages() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
addPages() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
The framework calls this to create the contents of the wizard.
addPages() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
The framework calls this to create the contents of the wizard
addPages() - Method in class org.eclipse.emf.ecore.xcore.exporter.ui.XcoreExporterWizard
 
addPages() - Method in class org.eclipse.emf.ecore.xcore.importer.ui.XcoreImporterWizard
 
addPages() - Method in class org.eclipse.emf.ecore.xcore.ui.EmptyXcoreProjectWizard
 
addPages() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
The framework calls this to create the contents of the wizard
addPages() - Method in class org.eclipse.emf.exporter.html.ui.HTMLExporterWizard
 
addPages() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
addPages() - Method in class org.eclipse.emf.importer.ecore.ui.EcoreImporterWizard
 
addPages() - Method in class org.eclipse.emf.importer.java.ui.JavaImporterWizard
 
addPages() - Method in class org.eclipse.emf.importer.rose.ui.RoseImporterWizard
 
addPages() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
addPages() - Method in class org.eclipse.emf.importer.ui.EMFProjectWizard
 
addPages() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
The framework calls this to create the contents of the wizard
addPages() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
The framework calls this to create the contents of the wizard
addPagesPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
This adds a property descriptor for the Pages feature
addParametersPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This adds a property descriptor for the Parameters feature
addPluginKeyPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Plugin Key feature
addPrefix(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
addPrefix(String, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Records the prefix to URI mapping while loading an XML document.
addPrefixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Prefix feature
addPresentationPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Presentation Package Suffix feature
addProcessingInstruction(FeatureMap, String, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
addProcessingInstruction(FeatureMap, int, String, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
addProcessingInstruction(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addPropertyCategoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Property Category feature
addPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.emf.importer.rose.parser.RoseComponent
 
addPropertyDescriptionPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Property Description feature
addPropertyFilterFlagsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Property Filter Flags feature
addPropertyMultiLinePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Property Multi Line feature
addPropertyPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Property feature
addPropertySortChoicesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This adds a property descriptor for the Property Sort Choices feature
addProviderPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Provider Package Suffix feature
addProviderPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This adds a property descriptor for the Provider feature
addProviderRootExtendsClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Provider Root Extends Class feature
addProxy(EObject, EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
addPseudoImport(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
addPseudoImport(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
addPseudoImport(String) - Method in class org.eclipse.emf.codegen.util.ImportManager
Registers a pseudo-import for the given qualified name.
addPublicationDatePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.ItemItemProvider
This adds a property descriptor for the Publication Date feature
addPublicationLocationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Publication Location feature
addPublicConstructorsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Public Constructors feature
addQualifiedEditorPackageNames(List<String>, GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
addQualifiedEditPackageNames(List<String>, GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
addQualifiedModelPackageNames(List<String>, GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
addQualifiedTestsPackageNames(List<String>, GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
addReaderPropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookOnTapeItemProvider
This adds a property descriptor for the Reader feature
addReadonlyPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
This adds a property descriptor for the Readonly feature
addRedirectionPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Redirection feature
addReferencedGenModels(List<GenModel>) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
addReferencedGenModels(List<GenModel>) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
addReferencedGenModelsTreeCheckStateManager(Tree) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
addReferencedGenModelsTreeCheckStateManager(Tree) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
addReferencedGenModelsTreeColumns(CheckboxTreeViewer) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
addReferencedGenModelsTreeColumns(CheckboxTreeViewer) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
addReferencesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenAnnotationItemProvider
This adds a property descriptor for the References feature
addReferencesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This adds a property descriptor for the References feature
addReferenceValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
This adds a property descriptor for the Reference Value feature
addRequiredPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This adds a property descriptor for the Required feature
addResolveProxiesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds a property descriptor for the Resolve Proxies feature
addResolveProxiesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
This adds a property descriptor for the Resolve Proxies feature
addResourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Resource feature
addResourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
This adds a property descriptor for the Resource feature
addResourceURIPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
This adds a property descriptor for the Resource URI feature
address - Variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
The cached value of the 'Address' attribute
address - Variable in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
The cached value of the 'Address' attribute
ADDRESS_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
The default value of the 'Address' attribute
ADDRESS_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
The default value of the 'Address' attribute
Addressable - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Addressable'
ADDRESSABLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Addressable' class
ADDRESSABLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Addressable' class
ADDRESSABLE__ADDRESS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Address' attribute
ADDRESSABLE__ADDRESS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Address' attribute feature
ADDRESSABLE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Addressable' class
addReturnTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This adds a property descriptor for the Return Type feature
addRichAjaxPlatformPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Rich Ajax Platform feature
addRichClientPlatformPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Rich Client Platform feature
AddRootBottomAction - Class in org.eclipse.emf.mapping.action
This adds new root inputs to the mapping domain's root mapping.
AddRootBottomAction() - Constructor for class org.eclipse.emf.mapping.action.AddRootBottomAction
 
addRootExtendsClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Root Extends Class feature
addRootExtendsInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Root Extends Interface feature
addRootImplementsInterfacePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Root Implements Interface feature
AddRootTopAction - Class in org.eclipse.emf.mapping.action
This adds new root inputs to the mapping domain's root mapping.
AddRootTopAction() - Constructor for class org.eclipse.emf.mapping.action.AddRootTopAction
 
addRuntimeCompatibilityPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Runtime Compatibility feature
addRuntimeJarPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Runtime Jar feature
addRuntimePlatformPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Runtime Platform feature
addRuntimeVersionPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Runtime Version feature
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This implements org.eclipse.jface.viewers.ISelectionProvider
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This implements org.eclipse.jface.viewers.ISelectionProvider
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.edit.ui.provider.UnwrappingSelectionProvider
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This implements org.eclipse.jface.viewers.ISelectionProvider
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This implements org.eclipse.jface.viewers.ISelectionProvider
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This implements org.eclipse.jface.viewers.ISelectionProvider
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This implements org.eclipse.jface.viewers.ISelectionProvider.
addSelectionPage() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
addSerializablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This adds a property descriptor for the Serializable feature
addSerializablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XDataTypeItemProvider
This adds a property descriptor for the Serializable feature
addSetPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
This adds a property descriptor for the Set feature
addSourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenAnnotationItemProvider
This adds a property descriptor for the Source feature
addSourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This adds a property descriptor for the Source feature
addSourcePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationItemProvider
This adds a property descriptor for the Source feature
addSourceURIPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationDirectiveItemProvider
This adds a property descriptor for the Source URI feature
addStaticPackagesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Static Packages feature
addStaticPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
This adds a property descriptor for the Static feature
addStyleProvidersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Style Providers feature
addSuperInterface(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
 
addSuperInterface(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
 
addSuperInterface(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
addSuperInterface(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JEnum
Adds an interface to the list of interfaces.
addSuperInterface(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JType
Adds the given interface name to the names of interfaces that this type implements or extends (the name will be added after the existing interface names).
addSuperTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Super Types feature
addSuppressContainmentPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Suppress Containment feature
addSuppressEMFMetaDataPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Suppress EMF Meta Data feature
addSuppressEMFModelTagsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Suppress EMF Model Tags feature
addSuppressEMFTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Suppress EMF Types feature
addSuppressGenModelAnnotationsPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Suppress Gen Model Annotations feature
addSuppressInterfacesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Suppress Interfaces feature
addSuppressNotificationPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Suppress Notification feature
addSuppressUnsettablePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Suppress Unsettable feature
addSwitch(Switch<T>) - Method in class org.eclipse.emf.ecore.util.ComposedSwitch
 
addSynchronizedPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This adds a property descriptor for the Synchronized feature
addTableProvidersPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Table Providers feature
addTargetNamespacePropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
This adds a property descriptor for the Target Namespace feature
addTemplateDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Template Directory feature
addTemplatePluginVariablesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Template Plugin Variables feature
addTestsDirectoryPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Tests Directory feature
addTestsPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Tests Package Suffix feature
addTestsPluginIDPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Tests Plugin ID feature
addTestsPluginVariablesPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Tests Plugin Variables feature
addTestSuiteClassPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Test Suite Class feature
addText(FeatureMap, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
addText(FeatureMap, int, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
addText(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
addThrowablePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Throwable feature
addTitlePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
This adds a property descriptor for the Title feature
addTitlePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
This adds a property descriptor for the Title feature
addTitlePropertyDescriptor(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PeriodicalItemProvider
This adds a property descriptor for the Title feature
addTo(Object) - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener
 
addTo(Object) - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFMapPropertyListener
 
addTo(Calendar) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
addToFrontOfBuildSpec(String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Adds a builder to the build specification for the given project.
addToPackage(EPackage, EClassifier) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
addToResource(EPackage, ResourceSet) - Method in class org.eclipse.emf.importer.ecore.EcoreImporter
 
addToResource(EPackage, ResourceSet) - Method in class org.eclipse.emf.importer.ModelImporter
 
addTransientPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Transient feature
addTransientPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
This adds a property descriptor for the Transient feature
addTransientPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
This adds a property descriptor for the Transient feature
addTypeMapping(String, String) - Method in class org.eclipse.emf.mapping.domain.PluginAdapterFactoryMappingDomain
 
addTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
This adds a property descriptor for the Type feature
addTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
This adds a property descriptor for the Type feature
addTypePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JParameterItemProvider
This adds a property descriptor for the Type feature
addTypeSafeEnumCompatiblePropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This adds a property descriptor for the Type Safe Enum Compatible feature
addTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
This adds a property descriptor for the Types feature
addTypesPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JPackageItemProvider
This adds a property descriptor for the Types feature
addUnique(E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.BasicEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.BasicEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
addUnique(int, E) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
addUnique(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addUnique(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addUnique(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addUnique(FeatureMap.Entry.Internal) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
addUnique(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addUnique(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addUnique(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addUnique(FeatureMap.Entry.Internal) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
addUnique(Map.Entry<K, V>) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Add the object without verifying uniqueness.
addUnique(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Add the object without verifying uniqueness.
addUnique(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
addUnique(EStructuralFeature, int, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
addUnique(FeatureMap.Entry.Internal) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
addUnique(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
addUnique(int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
addUnique(FeatureMap.Entry.Internal) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
addUnique(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
addUnique(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
addUnique(E) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Adds the object without verifying uniqueness.
addUnique(int, E) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Adds the object without verifying uniqueness.
addUniqueGenPackages(List<GenPackage>, List<GenPackage>) - Static method in class org.eclipse.emf.importer.util.ImporterUtil
Removes any GenPackage from genPackages that has the same NSURI of a genPackage in genPackagesToAdd.
addUniquePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This adds a property descriptor for the Unique feature
addUniquePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
This adds a property descriptor for the Unique feature
addUnitPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This adds a property descriptor for the Unit feature
addUnorderedPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
This adds a property descriptor for the Unordered feature
addUnsettablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Unsettable feature
addUnsettablePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
This adds a property descriptor for the Unsettable feature
addUpdateClasspathPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This adds a property descriptor for the Update Classpath feature
addUpperBoundPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This adds a property descriptor for the Upper Bound feature
addURIControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
addURIControl(Composite) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
addUtilityPackageSuffixPropertyDescriptor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This adds a property descriptor for the Utility Package Suffix feature
addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
This adds a property descriptor for the Value feature
addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
This adds a property descriptor for the Value feature
addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
This adds a property descriptor for the Value feature
addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This adds a property descriptor for the Value feature
addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This adds a property descriptor for the Value feature
addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumLiteralItemProvider
This adds a property descriptor for the Value feature
addValuePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
This adds a property descriptor for the Value feature
addValuesPropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
This adds a property descriptor for the Values feature
addValueToListProperty(ASTNode, ASTNode, ChildListPropertyDescriptor) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Adds value to the property of the node.
addValueToListProperty(ASTNode, String, ChildListPropertyDescriptor, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Adds value as a new string place-holder to the property of the node.
addVariable(String, String) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Registers the specified classpath variable in the workspace and adds a classpath entry to the classpath entry list.
addViewer(Viewer) - Method in class org.eclipse.emf.common.ui.action.ViewerFilterAction
 
addVisibilityPropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
This adds a property descriptor for the Visibility feature
addVolatilePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds a property descriptor for the Volatile feature
addVolatilePropertyDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
This adds a property descriptor for the Volatile feature
addVolatilePropertyDescriptor(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
This adds a property descriptor for the Volatile feature
addWhitespaceAfterPosition(int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
If possible, extends given position to include any whitespace following the position.
addXbaseLibToClasspath(Issue, IssueResolutionAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
 
addXcoreLibToClasspath(Issue, IssueResolutionAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
 
addXMLRepresentationPropertyDescriptor(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
This adds a property descriptor for the XML Representation feature
adjust(Rectangle, Rectangle) - Static method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
adjustAttributes(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
adjustEditAndEditorProjects() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
adjustEPackage(Monitor, EPackage) - Method in class org.eclipse.emf.importer.ModelImporter
 
adjustEPackages(Monitor) - Method in class org.eclipse.emf.importer.ecore.EcoreImporterApplication
 
adjustEPackages(Monitor) - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
adjustEPackages(Monitor) - Method in class org.eclipse.emf.importer.ModelImporter
 
adjustEPackages(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
adjustEPackages(Monitor) - Method in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
adjustEPackagesTableViewer(CheckboxTableViewer) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
adjustEPackagesTableViewer(CheckboxTableViewer) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
adjustEPackagesTableViewer(CheckboxTableViewer) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
adjustGenModel() - Method in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporter
 
adjustGenModel(Monitor) - Method in class org.eclipse.emf.ecore.xcore.importer.XcoreImporter
 
adjustGenModel() - Method in class org.eclipse.emf.exporter.ModelExporter
 
adjustGenModel(Monitor) - Method in class org.eclipse.emf.importer.ecore.EcoreImporter
 
adjustGenModel(Monitor) - Method in class org.eclipse.emf.importer.java.JavaImporter
 
adjustGenModel(Monitor) - Method in class org.eclipse.emf.importer.ModelImporter
 
adjustGenModel(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
adjustGenModel(Monitor) - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
adjustGenPackageDuringTraverse(GenPackage) - Method in class org.eclipse.emf.importer.ModelImporter
 
adjustKnownPathMapSymbols(String) - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
adjustLoadButton() - Method in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
adjustLoadButton() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
adjustMarker(IMarker, Diagnostic, Diagnostic) - Method in class org.eclipse.emf.common.ui.MarkerHelper
Clients should override this method to update the marker associated with the diagnostic.
adjustMarker(IMarker, Diagnostic, Diagnostic) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction.EclipseResourcesUtil
 
adjustMarker(IMarker, Diagnostic, Diagnostic) - Method in class org.eclipse.emf.edit.ui.util.EditUIMarkerHelper
 
adjustMarker(IMarker, Diagnostic) - Method in class org.eclipse.emf.edit.ui.util.EditUIMarkerHelper
 
adjustModelConverterWizard(IWizard) - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
adjustModelConverterWizard(IWizard) - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard.SelectionPage
 
adjustModelConverterWizard(IWizard) - Method in class org.eclipse.emf.importer.ui.EMFModelWizard.SelectionPage
 
adjustModelExporterWizard(IWorkbenchWizard, ModelExporterDescriptor) - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
adjustModelImporter(Monitor) - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
adjustModelImporter(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
adjustModelImporter(Monitor) - Method in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
adjustModelImporterAfterPrepare() - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
adjustModelImporterAfterPrepare() - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
adjustModelImporterWizard(IModelImporterWizard, ModelImporterDescriptor) - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
adjustModelImporterWizard(IModelImporterWizard, ModelImporterDescriptor) - Method in class org.eclipse.emf.importer.ui.EMFProjectWizard
 
adjustPathMap(RoseUtil) - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
adjustReferencedGenModelsTreeViewer(CheckboxTreeViewer) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
adjustSourceCompatibility(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
adjustUsedGenPackages() - Method in class org.eclipse.emf.importer.ModelImporter
 
adjustWrapperIndex(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
If the given object implements IWrapperItemProvider and specifies an index, that index is adjusted by the given increment.
adjustWrapperIndices(List<Object>, int, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
For each element of the given list, starting at from, that implements IWrapperItemProvider and specifies an index, that index is adjusted by the given increment.
adjustWrapperIndices(List<Object>, int, int, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
For each element of the given list, between from and to, that implements IWrapperItemProvider and specifies an index, that index is adjusted by the given increment.
adoptContent(EReference, JModelElement) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
advance(int) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
Advisor - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
Advisor() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
ADVISOR_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
advisorEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
advisorTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
AESCipherImpl - Class in org.eclipse.emf.ecore.resource.impl
EMF implementation for the URIConverter.Cipher interface using the AES encryption algorithm.
AESCipherImpl(String) - Constructor for class org.eclipse.emf.ecore.resource.impl.AESCipherImpl
 
affectedObjects - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the value returned by Command.getAffectedObjects().
affectedObjects - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the value to be returned by CreateChildCommand.getAffectedObjects().
affectedObjects - Variable in class org.eclipse.emf.edit.command.RemoveCommand
The is the value returned by Command.getAffectedObjects().
affectedObjects - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
The is the value returned by Command.getAffectedObjects().
affectedObjects - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
 
affectedObjects - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand
 
affiliation - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
afterVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
afterVisitChildren(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
allContainersState - Variable in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer.AllContainerAdapter
 
allContentsIterable(EObject) - Static method in class org.eclipse.emf.ecore.xcore.XcoreExtensions
 
allContentsIterable(Resource) - Static method in class org.eclipse.emf.ecore.xcore.XcoreExtensions
 
allEClasses - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
allEPackages - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
allGenFeatures - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl.CollidingGenOperationFilter
 
allocateEClassID() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EPackageData
 
allocateEClassID() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EPackageData
 
allocateFeatureMapEntryArray(int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
allocateIntArray(int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
allocateInternalEObjectArray(int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
allocateSettings(int) - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
allocateSettings(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
allocateSettings(int) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
allocateSettings(int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
allowControlCharacters - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
allPrefixToURI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
allRoots - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
allTypes - Variable in class org.eclipse.emf.java.impl.JClassImpl
 
ALPHA_HI - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHA_LO - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHANUM_HI - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHANUM_LO - Static variable in class org.eclipse.emf.common.util.URI
 
AMP - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
analyzeCompilationUnit(IDOMCompilationUnit) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
analyzeCompilationUnit(JCompilationUnit) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Walks the compilation unit to analyze the type.
analyzeEGenericTypes(String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
analyzeEnum(JEnum) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
analyzeEnumLiteral(EEnum, JMember) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Creates EEnumLiteral as appropriate.
analyzeField(IDOMField) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
analyzeForNonContainment(Command) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
analyzeImport(IDOMImport) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
analyzeInitializer(IDOMInitializer) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
analyzeLists(EList<?>, EList<?>) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
Analyzes the differences between two lists, returning the list changes that describe how the newList could be changed to the contents of oldList.
analyzeLists(EList<Object>, EList<?>, EList<ListChange>) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
Analyzes the differences between two lists, adding new list changes to the specified listChanges.
analyzeMethod(IDOMMethod) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
analyzeMethod(EClass, JMethod) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Creates an EOperation, EAttribute, or EReference as appropriate.
analyzeMethod(EClass, String, String, String, String[], String[], String[], String[]) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
analyzePackage(IDOMPackage) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
analyzeProject(IProject) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
analyzeResourceProblems(Resource, Exception) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if any)
analyzeResourceProblems(Resource, Exception) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if any)
analyzeResourceProblems(Resource, Exception) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if any)
analyzeResourceProblems(Resource, Exception) - Method in class org.eclipse.emf.java.presentation.JavaEditor
Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if any)
analyzeResourceProblems(Resource, Exception) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if any)
analyzeType(IDOMType) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
analyzeType(JType) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Walks the type either as an EClass or an ENum to analyze either the methods or the fields.
ancestorInserted() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Notifies the node that one of ancestors in the hierarchy or this node itself was inserted.
ancestorToBeRemoved() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Notifies the node that one of ancestors in the hierarchy or this node itself will be removed.
annotateAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
ANNOTATION - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Annotation property flag (added in J2SE 1.5).
ANNOTATION_DETAIL_PATTERN - Static variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
ANNOTATION_PATTERN - Static variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
ANNOTATION_URI - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The URI used as the annotation source: "http:///org/eclipse/emf/ecore/util/ExtendedMetaData".
annotationDirectives - Variable in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
The cached value of the 'Annotation Directives' containment reference list
annotationMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
annotationMap - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
annotations - Variable in class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
The cached value of the 'Annotations' containment reference list
annotationTypeMemberMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
annotationURI - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
ANY_SIMPLE_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Any Simple Type' data type
ANY_SIMPLE_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Any Simple Type' data type
ANY_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Any Type' class
ANY_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Any Type' class
ANY_TYPE__ANY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Any' attribute list
ANY_TYPE__ANY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Any' attribute list feature
ANY_TYPE__ANY_ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Any Attribute' attribute list
ANY_TYPE__ANY_ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Any Attribute' attribute list feature
ANY_TYPE__MIXED - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Mixed' attribute list
ANY_TYPE__MIXED - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Mixed' attribute list feature
ANY_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The number of structural features of the 'Any Type' class
ANY_URI - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Any URI' data type
ANY_URI - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Any URI' data type
ANY_WILDCARD - Static variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
anyAttribute - Variable in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
The cached value of the 'Any Attribute' attribute list
anyPrefixesToURIs - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
anySimpleType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
anySimpleType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
anySimpleType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
anySimpleType - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
anyType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
anyType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
AnyType - Interface in org.eclipse.emf.ecore.xml.type
A representation of the model object 'Any Type'
anyType - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
AnyTypeImpl - Class in org.eclipse.emf.ecore.xml.type.impl
An implementation of the model object 'Any Type'
AnyTypeImpl() - Constructor for class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
 
anyURI - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
anyXML - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
APOS - Static variable in class org.eclipse.emf.codegen.jet.JETParser.QuoteEscape
constants for escapes
appContext - Variable in class org.eclipse.emf.oda.ecore.impl.Connection
 
append(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Adds a command to this compound command's list of commands.
append(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns an instance with the given additional segments.
append(String) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns an instance with the additional segment or segments, if the given segment contains '/'.
append(String...) - Method in class org.eclipse.emf.common.util.SegmentSequence
 
append(String) - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Appends a string to the builder and returns the builder itself.
append(char) - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Appends a string representation of the character to the builder and returns the builder itself.
append(CharSequence) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreAppendable
 
append(String) - Method in class org.eclipse.emf.edit.provider.StyledString
Appends a string with a style to the StyledString.
append(String, StyledString.Style) - Method in class org.eclipse.emf.edit.provider.StyledString
Appends a string with a style to the StyledString.
append(StyledString) - Method in class org.eclipse.emf.edit.provider.StyledString
Appends a string with styles to the StyledString.
appendAndExecute(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Checks if the command can execute; if so, it is executed, appended to the list, and true is returned, if not, it is just disposed and false is returned.
appendAndExecute(Command) - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Checks if the command can execute; if so, it is executed, appended to the list, and true is returned, if not, it is just disposed and false is returned.
appendAnnotationInfo(StringBuffer, EModelElement) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
appendAnnotationInfo(StringBuffer, EModelElement, GenBaseImpl.AnnotationFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
appendAnnotationInfo(StringBuffer, boolean, EModelElement, GenBaseImpl.AnnotationFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
appendEscaped(StringBuffer, byte) - Static method in class org.eclipse.emf.common.util.URI
 
appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending a period (".") followed by the specified file extension to the last path segment of this URI, if it is hierarchical with a non-empty path ending in a non-empty segment; otherwise, this URI is returned unchanged.
appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
appendFragment(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed from this URI and the given fragment.
appendFragment(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendIfCanExecute(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Adds a command to this compound command's the list of commands and returns true, if command.
appendLine(StringBuffer, String) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
appendLineBreak(StringBuffer) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
appendModelSetting(StringBuffer, String, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
appendModelSetting(StringBuffer, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
appendModelSetting(StringBuffer, boolean, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
appendPath(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Append to the end of the path of this URI.
appendQuery(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed from this URI and the given query.
appendQuery(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendQuery(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
appendSegment(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending the specified segment on to the end of the path of this URI, if hierarchical; this URI unchanged, otherwise.
appendSegment(String) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendSegment(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending the specified segments on to the end of the path of this URI, if hierarchical; this URI unchanged, otherwise.
appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
appendType(JvmType, StringBuilder) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreImportManager
 
AppEngineWebXML - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
AppEngineWebXML() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
apply() - Method in interface org.eclipse.emf.ecore.change.ChangeDescription
 
apply(EObject) - Method in interface org.eclipse.emf.ecore.change.FeatureChange
 
apply() - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
apply(EObject) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
apply(EObject, boolean) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
apply(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
apply(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
apply() - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
apply(boolean) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
apply(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
apply(EList<Object>) - Method in interface org.eclipse.emf.ecore.change.ListChange
 
apply() - Method in interface org.eclipse.emf.ecore.change.ResourceChange
 
apply(IDocument, ConfigurableCompletionProposal) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.ImportingTypesProposalProvider.FQNImporter
 
apply(IDocument, ConfigurableCompletionProposal) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.OppositeReplacementTextApplier
 
apply() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
applyAndReverse() - Method in interface org.eclipse.emf.ecore.change.ChangeDescription
 
applyAndReverse(EObject) - Method in interface org.eclipse.emf.ecore.change.FeatureChange
 
applyAndReverse() - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
applyAndReverse(EObject) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
applyAndReverse(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
applyAndReverse(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
applyAndReverse() - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
applyAndReverse(EList<Object>) - Method in interface org.eclipse.emf.ecore.change.ListChange
 
applyAndReverse() - Method in interface org.eclipse.emf.ecore.change.ResourceChange
 
applyFormatRules(String) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
applyFormatRules(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Formats the specified string using the CodeGenUtil.convertFormat(String, boolean, String) method.
applyPullRules(IDOMNode, IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
applyPullRules(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
applySortRules(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
applySortRules(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
applyStyles(TextStyle) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.ConvertingStyler
 
applyStyles(TextStyle) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError.ComposedStyler
 
applyStyles(TextStyle) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError.ErrorStyler
 
applySweepRules(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
applySweepRules(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
ARCHIVE_IDENTIFIER - Static variable in class org.eclipse.emf.common.util.URI
 
ARCHIVE_SCHEMES - Static variable in class org.eclipse.emf.common.util.URI
 
ARCHIVE_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
ArchiveURIHandlerImpl - Class in org.eclipse.emf.ecore.resource.impl
 
ArchiveURIHandlerImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
Creates an instance.
ArchiveURIHandlerImpl.Archive - Class in org.eclipse.emf.ecore.resource.impl
A specialized class for reading from an archive.
ArchiveURIHandlerImpl.Archive(URI, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
ArchiveURLConnection - Class in org.eclipse.emf.common.archive
A connection that can access an entry in an archive, and then recursively an entry in that archive, and so on.
ArchiveURLConnection(URL) - Constructor for class org.eclipse.emf.common.archive.ArchiveURLConnection
Constructs a new connection for the URL.
ArchiveURLConnection(String) - Constructor for class org.eclipse.emf.common.archive.ArchiveURLConnection
Constructs a new archive accessor.
areCompatible(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
Checks if two nodes are compatible and can be merged.
arguments - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
Cached array of arguments
ARRAY_ACCESSORS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Array Accessors' attribute
ARRAY_SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
arrayAccessors - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Array Accessors' attribute
ArrayDelegatingEList<E> - Class in org.eclipse.emf.common.util
A highly extensible abstract list implementation logically backed by an array that is never modified.
ArrayDelegatingEList() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an empty instance with no initial capacity.
ArrayDelegatingEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an instance that is a copy of the collection.
ArrayDelegatingEList(Object[]) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an initialized instance that directly uses the given arguments.
ArrayDelegatingEList.EIterator<E1> - Class in org.eclipse.emf.common.util
An extensible iterator implementation.
ArrayDelegatingEList.EIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
 
ArrayDelegatingEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
An extensible list iterator implementation.
ArrayDelegatingEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
Creates an instance.
ArrayDelegatingEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
Creates an instance advanced to the index.
ArrayDelegatingEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only iterator that does not resolve objects.
ArrayDelegatingEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEIterator
 
ArrayDelegatingEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only list iterator that does not resolve objects.
ArrayDelegatingEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
Creates an instance.
ArrayDelegatingEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
Creates an instance advanced to the index.
arrayType - Variable in class org.eclipse.emf.java.impl.JClassImpl
The cached value of the 'Array Type' containment reference
arrowDown() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
arrowLeft() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
arrowRight() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
arrowUp() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
artifactURI - Variable in class org.eclipse.emf.exporter.ModelExporter.ReferencedGenPackageExportInfo
 
asEList(List<T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an EList view of the specified list.
asEList(T...) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a mutable, fixed-size, random access EList backed by the given array.
asEMap(Map<K, V>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a mutable EMap view of the specified map.
asInstance(Object) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Checks whether the object is string array and casts it or return null
asInstance(Object) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns the result of casting the object to E, or null if the object is not an instance of E.
asLocalURI(URI) - Static method in class org.eclipse.emf.common.CommonPlugin
Use the platform, if available, to convert to a local URI.
asLocalURI(URI) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
Use the platform to convert to a local URI.
asReader() - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Readable
Returns a reader that provides access to the same underlying data as the input stream itself.
asReader() - Method in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
assertPrepared() - Method in class org.eclipse.emf.oda.ecore.impl.Query
Asserts that this query has been prepared.
assertSpecified() - Method in class org.eclipse.emf.oda.ecore.impl.Query
Asserts that a specification has been provided for this query.
assertTrue(String, boolean) - Static method in class org.eclipse.emf.ant.taskdefs.EMFTask
Throws a BuildException if expression is false.
assertTrue(String, boolean) - Static method in class org.eclipse.emf.ant.taskdefs.RemoveVersionTask
 
assign(Object[], int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Assigns the object into the data storage at the given index and returns the object that's been stored.
assign(int, E) - Method in class org.eclipse.emf.common.util.BasicEList
Assigns the object into the data storage at the given index and returns the object that's been stored.
assignIDsWhileLoading() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
associate(Adapter, Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Associates an adapter with a notifier by adding it to the target's adapters.
associate(GenBase, XcoreJvmInferrer.JvmElementInferrer<? extends JvmIdentifiableElement>) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
associate(Adapter, Notifier) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
 
ASSOCIATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ASSOCIATION_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ast - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
AST of the source and converted node
ast - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
AST of the source and converted node
ASTFacadeHelper - Class in org.eclipse.emf.codegen.merge.java.facade.ast
 
ASTFacadeHelper() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
ASTFacadeHelper.ASTRewriteWithRemove - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Deprecated.
Just use ASTRewrite directly.
ASTFacadeHelper.ASTRewriteWithRemove(AST) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper.ASTRewriteWithRemove
Deprecated.
 
ASTJAbstractType<T extends AbstractTypeDeclaration> - Class in org.eclipse.emf.codegen.merge.java.facade.ast
 
ASTJAbstractType(T) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
 
ASTJAnnotation - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Wraps Annotation object.
ASTJAnnotation(Annotation) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotation
 
ASTJAnnotationType - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Wraps AnnotationTypeDeclaration object.
ASTJAnnotationType(AnnotationTypeDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationType
 
ASTJAnnotationTypeMember - Class in org.eclipse.emf.codegen.merge.java.facade.ast
 
ASTJAnnotationTypeMember(AnnotationTypeMemberDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationTypeMember
 
ASTJCompilationUnit - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Wraps CompilationUnit object.
ASTJCompilationUnit(CompilationUnit) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
 
ASTJCompilationUnit.AbstractRewriter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Base class for additional rewriters used during rewrite process.
ASTJCompilationUnit.AbstractRewriter() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.AbstractRewriter
 
ASTJCompilationUnit.NodeCommenter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
 
ASTJCompilationUnit.NodeCommenter() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Enables tracking for all commented out nodes.
ASTJCompilationUnit.NodeCommenter.LineBreakInserter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Class that inserts extra line breaks between nodes when nodes are being commented out.
ASTJCompilationUnit.NodeCommenter.LineBreakInserter() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
 
ASTJCompilationUnit.NodeContentsReplacer - Class in org.eclipse.emf.codegen.merge.java.facade.ast
 
ASTJCompilationUnit.NodeContentsReplacer() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeContentsReplacer
Enables tracking for all nodes in tracked contents map (ASTJCompilationUnit.getAllTrackedContentsMap()).
ASTJEnum - Class in org.eclipse.emf.codegen.merge.java.facade.ast
 
ASTJEnum(EnumDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
 
astjEnum - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
Enum to convert to type
ASTJEnumConstant - Class in org.eclipse.emf.codegen.merge.java.facade.ast
 
ASTJEnumConstant(EnumConstantDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
 
ASTJField - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Represents a single variable in a field declaration.
ASTJField(VariableDeclarationFragment, ASTFacadeHelper, ASTRewrite) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Sets wrapped object to VariableDeclarationFragment, and prepares variable separation if required
ASTJImport - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Wraps ImportDeclaration object.
ASTJImport(ImportDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJImport
 
ASTJInitializer - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Wraps Initializer object.
ASTJInitializer(Initializer) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJInitializer
 
ASTJMember<T extends BodyDeclaration> - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Each ASTJMember has a reference to BodyDeclaration as a wrapped object.
ASTJMember(T) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
 
ASTJMethod - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Wraps MethodDeclaration object.
ASTJMethod(MethodDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
ASTJNode<T extends ASTNode> - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Each subclass of ASTJNode wraps subclass of ASTNode.
ASTJNode(T) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
 
ASTJPackage - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Wraps PackageDeclaration object.
ASTJPackage(PackageDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJPackage
 
ASTJType - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Wraps TypeDeclaration object.
ASTJType(TypeDeclaration) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
 
ASTNodeConverter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
 
ASTNodeConverter(ASTFacadeHelper) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter
 
ASTNodeConverter.Converter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Base class for all converters.
ASTNodeConverter.Converter() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.Converter
 
ASTNodeConverter.EnumToTypeConverter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Converter of enum to class.
ASTNodeConverter.EnumToTypeConverter(ASTJEnum) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
 
ASTNodeConverter.TypeToEnumConverter - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Converter of type to enum.
ASTNodeConverter.TypeToEnumConverter(ASTJType) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
 
asWriter() - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Writeable
Returns a writer that provides access to the same underlying data as the input stream itself.
asWriter() - Method in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
 
AT_MOST_ONE_ID - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
ATT_URI - Static variable in class org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry.Reader
 
ATT_XMLMAP - Static variable in class org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry.Reader
 
attached - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard.PageHelper
 
attached(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
attached(EObject) - Method in interface org.eclipse.emf.ecore.resource.Resource.Internal
Called when the object is attached to this resource, i.e., when it's eResource changes to be this one.
attachedHelper(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
attachedHelper(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
attribs - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
 
ATTRIBUTE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ATTRIBUTE_ARCHIVE - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
The archive attribute representing whether the contents of a URI are archived.
ATTRIBUTE_DIRECTORY - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
The directory attribute representing whether the URI represents a directory rather than a file.
ATTRIBUTE_EXECUTABLE - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
The execute attribute representing whether the contents of a URI can be executed.
ATTRIBUTE_FEATURE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The feature kind ID representing an attribute.
ATTRIBUTE_FEATURE_MAP - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
ATTRIBUTE_HIDDEN - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
The hidden attribute representing whether the URI is visible.
ATTRIBUTE_LENGTH - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
The length attribute representing the number of bytes in the contents of a URI.
ATTRIBUTE_READ_ONLY - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
The read only attribute representing whether the contents of a URI can be modified.
ATTRIBUTE_SET - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ATTRIBUTE_TIME_STAMP - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
The time stamp attribute representing the last time the contents of a URI were modified.
ATTRIBUTE_WILDCARD_FEATURE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The feature kind ID representing an anyAttribute wildcard.
attributeName - Variable in class org.eclipse.emf.ecore.plugin.RegistryReader.PluginClassDescriptor
 
attributes - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element
 
ATTRIBUTES - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
attributes(String, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
 
attributes - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
DOM attributes.
ATTRIBUTES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ATTRIBUTES_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
attributesToConvert - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
AttributeValueWrapperItemProvider - Class in org.eclipse.emf.edit.provider
A wrapper implementation for simple attribute values.
AttributeValueWrapperItemProvider(Object, EObject, EAttribute, AdapterFactory, ResourceLocator) - Constructor for class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
Creates an instance for a single-valued attribute.
AttributeValueWrapperItemProvider(Object, EObject, EAttribute, int, AdapterFactory, ResourceLocator) - Constructor for class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
Creates an instance for a value within a multi-valued attribute.
AttributeValueWrapperItemProvider(Object, EObject, EAttribute, AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
Deprecated.
As of EMF 2.0.1, replaced by this form.
AttributeValueWrapperItemProvider(Object, EObject, EAttribute, int, AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
Deprecated.
As of EMF 2.0.1, replaced by this form.
AUDIO_VISUAL_ITEM - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Audio Visual Item' class
AUDIO_VISUAL_ITEM - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Audio Visual Item' class
AUDIO_VISUAL_ITEM__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Borrowers' reference list
AUDIO_VISUAL_ITEM__COPIES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Copies' attribute
AUDIO_VISUAL_ITEM__DAMAGED - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Damaged' attribute
AUDIO_VISUAL_ITEM__DAMAGED - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Damaged' attribute feature
AUDIO_VISUAL_ITEM__MINUTES_LENGTH - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Minutes Length' attribute
AUDIO_VISUAL_ITEM__MINUTES_LENGTH - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Minutes Length' attribute feature
AUDIO_VISUAL_ITEM__PUBLICATION_DATE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Publication Date' attribute
AUDIO_VISUAL_ITEM__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Title' attribute
AUDIO_VISUAL_ITEM__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Title' attribute feature
AUDIO_VISUAL_ITEM_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Audio Visual Item' class
AudioVisualItem - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Audo Visual Item'
AudioVisualItemImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Audo Visual Item'
AudioVisualItemImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
AudioVisualItemItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a AudioVisualItem object
AudioVisualItemItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
This constructs an instance from a factory and a notifier
author - Variable in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
The cached value of the 'Author' reference
author - Variable in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
The cached value of the 'Author' reference
authority() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component, returns it; null otherwise.
authority() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
authority - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
The authority of the hierarchical URI.
authority() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
AUTHORITY_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
AUTHORITY_SEPARATOR_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
autoBuild - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
autoSetCreateChild() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 

B

background - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the color returned by getBackground(Object).
backgroundColor - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
badFacadeHelperClasses - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator
 
base - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The base that implicitly precedes the URI.path().
base - Variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The cached value of the 'Base' attribute
base - Variable in class org.eclipse.emf.importer.ecore.EcoreImporterApplication.PackageInfo
 
base - Variable in class org.eclipse.emf.importer.java.JavaImporterApplication.PackageInfo
 
base - Variable in class org.eclipse.emf.importer.rose.RoseImporterApplication.PackageInfo
 
BASE64_BINARY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Base64 Binary' data type
BASE64_BINARY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Base64 Binary' data type
base64Binary - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
BASE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The default value of the 'Base' attribute
BASE_PACKAGE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Base Package' attribute
BASE_URI - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
 
baseCreateCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Implements creation of a set, copy, or drag-and-drop command by calling out to createSetCommand, createCopyCommand, or createDragAndDropCommand.
baseDir - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the base URI for relative paths.
baseId - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
 
basePackage - Variable in class org.eclipse.emf.codegen.ecore.Generator
 
basePackage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Base Package' attribute
basePackage - Variable in class org.eclipse.emf.importer.ModelImporter.EPackageImportInfo
 
baseStyle - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError.ComposedStyler
 
baseType - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
baseURI - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
baseURI - Variable in class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl
 
baseURIs - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
baseURL - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
The cached base URL.
BASIC - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'Basic' literal value
basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicAdd(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicAdd(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicAdd(Map.Entry<K, V>, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Add the object without updating the inverse.
basicAdd(EStructuralFeature, Object, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicAdd(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicAdd(E, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Adds the object without updating the inverse.
BasicChangeRecorder - Class in org.eclipse.emf.ecore.change.util
This class provides the basic methods required to implement a change recorder.
BasicChangeRecorder() - Constructor for class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
BasicCommandStack - Class in org.eclipse.emf.common.command
A basic and obvious implementation of an undoable stack of commands.
BasicCommandStack() - Constructor for class org.eclipse.emf.common.command.BasicCommandStack
Creates a new empty instance.
basicContains(Object) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicContains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicContains(Object) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicContains(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicContains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicContains(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
basicContains(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicContains(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
basicContains(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicContains(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicContains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicContains(Object) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns whether the object is contained within the list of unresolved values.
basicContains(Object) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicContainsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicContainsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
basicContainsAll(EStructuralFeature, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicContainsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicContainsAll(Collection<?>) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns whether each object in the collection is contained within the list of unresolved values.
basicContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
basicCreate(EClass) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
BasicDiagnostic - Class in org.eclipse.emf.common.util
A basic implementation of a diagnostic that that also acts as a chain.
BasicDiagnostic() - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
Default Constructor (no initialization for local parameters)
BasicDiagnostic(String, int, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
 
BasicDiagnostic(int, String, int, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
 
BasicDiagnostic(String, int, List<? extends Diagnostic>, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
 
basicDiagnostic - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
A collection of the problems encountered during the processing.
BasicEList<E> - Class in org.eclipse.emf.common.util
A highly extensible list implementation.
BasicEList() - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an empty instance with no initial capacity.
BasicEList(int) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an empty instance with the given capacity.
BasicEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an instance that is a copy of the collection.
BasicEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an initialized instance that directly uses the given arguments.
BasicEList.BasicIndexOutOfBoundsException - Exception in org.eclipse.emf.common.util
An IndexOutOfBoundsException that constructs a message from the argument data.
BasicEList.BasicIndexOutOfBoundsException(int, int) - Constructor for exception org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException
Constructs an instance with a message based on the arguments.
BasicEList.EIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
BasicEList.EIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.EIterator
Deprecated.
 
BasicEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
BasicEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
Deprecated.
Creates an instance.
BasicEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
Deprecated.
Creates an instance advanced to the index.
BasicEList.FastCompare<E> - Class in org.eclipse.emf.common.util
A BasicEList that uses == instead of equals to compare members.
BasicEList.FastCompare() - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
Creates an empty instance with no initial capacity.
BasicEList.FastCompare(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
Creates an empty instance with the given capacity.
BasicEList.FastCompare(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
Creates an instance that is a copy of the collection.
BasicEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
BasicEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator
Deprecated.
 
BasicEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
BasicEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Deprecated.
Creates an instance.
BasicEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Deprecated.
Creates an instance advanced to the index.
BasicEList.UnmodifiableEList<E> - Class in org.eclipse.emf.common.util
An unmodifiable version of BasicEList.
BasicEList.UnmodifiableEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Creates an initialized instance.
BasicEMap<K,V> - Class in org.eclipse.emf.common.util
A highly extensible map implementation.
BasicEMap() - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an empty instance.
BasicEMap(int) - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an empty instance with the given capacity.
BasicEMap(Map<? extends K, ? extends V>) - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an instance that is a copy of the map.
BasicEMap.BasicEMapIterator<U> - Class in org.eclipse.emf.common.util
An iterator over the map entry data.
BasicEMap.BasicEMapKeyIterator - Class in org.eclipse.emf.common.util
An iterator over the map key data.
BasicEMap.BasicEMapValueIterator - Class in org.eclipse.emf.common.util
An iterator over the map value data.
BasicEMap.DelegatingMap - Class in org.eclipse.emf.common.util
 
BasicEMap.DelegatingMap() - Constructor for class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
BasicEMap.Entry<K,V> - Interface in org.eclipse.emf.common.util
An extended implementation interface for caching hash values and for updating an entry that may be manufactured as a uninitialized instance by a factory.
BasicEMap.EntryImpl - Class in org.eclipse.emf.common.util
A simple and obvious entry implementation.
BasicEMap.EntryImpl(int, K, V) - Constructor for class org.eclipse.emf.common.util.BasicEMap.EntryImpl
Creates a fully initialized instance.
BasicEMap.View<K,V> - Class in org.eclipse.emf.common.util
An implementation class to hold the views.
BasicEMap.View() - Constructor for class org.eclipse.emf.common.util.BasicEMap.View
Creates an empty instance.
BasicEObjectImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EObject'.
BasicEObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Creates a basic EObject.
BasicEObjectImpl.EPropertiesHolder - Interface in org.eclipse.emf.ecore.impl
An internal interface for holding less frequently members variables.
BasicEObjectImpl.EPropertiesHolderBaseImpl - Class in org.eclipse.emf.ecore.impl
An internal class for holding the least frequently members variables.
BasicEObjectImpl.EPropertiesHolderBaseImpl() - Constructor for class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
BasicEObjectImpl.EPropertiesHolderImpl - Class in org.eclipse.emf.ecore.impl
An internal class for holding less frequently members variables.
BasicEObjectImpl.EPropertiesHolderImpl() - Constructor for class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
BasicExtendedMetaData - Class in org.eclipse.emf.ecore.util
This is a basic implementation of the extended metadata API.
BasicExtendedMetaData() - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
BasicExtendedMetaData(EPackage.Registry) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
BasicExtendedMetaData(String, EPackage.Registry) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
BasicExtendedMetaData(String, EPackage.Registry, Map<EModelElement, EAnnotation>) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
BasicExtendedMetaData.EClassExtendedMetaDataImpl - Class in org.eclipse.emf.ecore.util
 
BasicExtendedMetaData.EClassExtendedMetaDataImpl(EClass) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
BasicExtendedMetaData.EClassifierExtendedMetaData - Interface in org.eclipse.emf.ecore.util
 
BasicExtendedMetaData.EClassifierExtendedMetaData.Holder - Interface in org.eclipse.emf.ecore.util
 
BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl - Class in org.eclipse.emf.ecore.util
 
BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl(EDataType) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
BasicExtendedMetaData.EPackageExtendedMetaData - Interface in org.eclipse.emf.ecore.util
 
BasicExtendedMetaData.EPackageExtendedMetaData.Holder - Interface in org.eclipse.emf.ecore.util
 
BasicExtendedMetaData.EPackageExtendedMetaDataImpl - Class in org.eclipse.emf.ecore.util
 
BasicExtendedMetaData.EPackageExtendedMetaDataImpl(EPackage) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl
 
BasicExtendedMetaData.EStructuralFeatureExtendedMetaData - Interface in org.eclipse.emf.ecore.util
 
BasicExtendedMetaData.EStructuralFeatureExtendedMetaData.Holder - Interface in org.eclipse.emf.ecore.util
 
BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl - Class in org.eclipse.emf.ecore.util
 
BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl(EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
BasicFeatureMap - Class in org.eclipse.emf.ecore.util
 
BasicFeatureMap(InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap
 
BasicFeatureMap(InternalEObject, int, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap
 
BasicFeatureMap.FeatureEIterator<E> - Class in org.eclipse.emf.ecore.util
-------------------------------------------
BasicFeatureMap.FeatureEIterator(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureEIterator
 
BasicFeatureMap.FeatureMapEObjectImpl - Class in org.eclipse.emf.ecore.util
Temporary for testing purposes only.
BasicFeatureMap.FeatureMapEObjectImpl() - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
BasicFeatureMap.ResolvingFeatureEIterator<E> - Class in org.eclipse.emf.ecore.util
-------------------------------------------
BasicFeatureMap.ResolvingFeatureEIterator(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.ResolvingFeatureEIterator
 
BasicFeatureMap.ValueListIteratorImpl<E1> - Class in org.eclipse.emf.ecore.util
 
BasicFeatureMap.ValueListIteratorImpl() - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl
 
BasicFeatureMap.ValueListIteratorImpl(int) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl
 
basicGet(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the object at the index without resolving it.
basicGet(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the object at the index without resolving it.
basicGet(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the object at the index without resolving it.
basicGet(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the object at the index without resolving it.
basicGet(int) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicGet(int) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicGet(int) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
basicGet(int) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicGet(int) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
basicGet(int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicGet(int) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns the unresolved value.
basicGetAffiliation(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetAttributeValue(String, String) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
basicGetAuthor() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
basicGetAuthor() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
basicGetBaseType(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetContentKind(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetData() - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
basicGetDerivationKind(EClassifier) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetEAttributeType() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
basicGetEClassifier() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
basicGetEcoreClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
basicGetEcoreDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
basicGetEcoreEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
basicGetEcoreEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
basicGetEcoreFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
basicGetEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
basicGetEcoreOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
basicGetEcorePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
basicGetEcoreParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
basicGetEcoreTypeParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
basicGetEnumerationFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetEOpposite() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
basicGetEPackage() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
basicGetERawType() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
basicGetEReferenceType() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
basicGetESuperPackage() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
basicGetEType() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
basicGetFeature() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
basicGetFeature() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
basicGetFeature() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
basicGetFeatureKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetFractionDigitsFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetGroup(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetHelpedObject() - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
basicGetImportedName(String, boolean) - Method in class org.eclipse.emf.codegen.util.ImportManager
Gets the imported name for a single qualified name, optionally automatically importing if possible.
basicGetImportedObject() - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
basicGetIn2out() - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
basicGetIn2out() - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
basicGetItemType(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetLabelFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
basicGetLengthFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetManager() - Method in class org.eclipse.emf.examples.extlibrary.impl.EmployeeImpl
 
basicGetMaxExclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetMaxInclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetMaxLengthFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetMemberTypes(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetMinExclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetMinInclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetMinLengthFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetName(EClassifier) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetName(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetNamespace(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetNoNamespacePackage() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
basicGetOpposite() - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
basicGetOut2in() - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
basicGetOut2in() - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
basicGetPackage() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
basicGetPackage() - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
basicGetParentBranch() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
basicGetPatternFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetProcessingKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetReader() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
basicGetReferenceValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
basicGetReferenceValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
basicGetResource(URI, boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourceLocator
Delegates to the resource set's ResourceSetImpl.getResource(URI, boolean) making sure the resource set's locator is temporarily null to ensure it doesn't delegate back circularly.
basicGetReturnType() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
basicGetSource() - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
basicGetTotalDigitsFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetType() - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
basicGetType() - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
basicGetType() - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
basicGetTypedKey() - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
basicGetTypedKey() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
basicGetTypeMapping() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
basicGetWhiteSpaceFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetWildcards(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
basicIndexOf(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicIndexOf(Object) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns the index of the object within the list of unresolved values.
basicIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
BasicInternalEList<E> - Class in org.eclipse.emf.ecore.util
A basic list that implements InternalEList.
BasicInternalEList(Class<?>) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList
 
BasicInternalEList(Class<?>, int) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList
 
BasicInternalEList(Class<?>, Collection<? extends E>) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList
 
BasicInternalEList(Class<?>, int, Object[]) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList
 
BasicInternalEList.Unsettable<E> - Class in org.eclipse.emf.ecore.util
 
BasicInternalEList.Unsettable(Class<? extends E>) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList.Unsettable
 
BasicInvocationDelegate - Class in org.eclipse.emf.ecore.util
A basic implementation of the dynamic operation-invocation delegate API.
BasicInvocationDelegate(EOperation) - Constructor for class org.eclipse.emf.ecore.util.BasicInvocationDelegate
Initializes me with the operation that delegates to me.
basicIsQualified(EPackage) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicIterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a read-only iterator that does not resolve objects.
basicIterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a read-only iterator that does not resolve objects.
basicIterator() - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicIterator() - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicIterator() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicIterator() - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
basicIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Returns an iterator that yields unresolved values.
basicIterator(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicIterator() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicIterator() - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns an iterator that yields unresolved values.
basicIterator() - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicLastIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicLastIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
basicLastIndexOf(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicLastIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicLastIndexOf(Object) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns the last index of the object within the list of unresolved values.
basicLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
basicList() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns an unsafe list that provides a non-resolving view of the underlying data storage.
basicList() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an unsafe list that provides a non-resolving view of the underlying data storage.
basicList() - Method in class org.eclipse.emf.common.util.BasicEList
Returns an unsafe list that provides a non-resolving view of the underlying data storage.
basicList() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an unsafe list that provides a non-resolving view of the backing store list.
basicList() - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicList() - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicList() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicList() - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
basicList() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicList() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicList() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
basicList() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
basicList(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicList() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList.Basic
 
basicList() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicList() - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns an unmodifiable list that yields unresolved values.
basicList() - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
basicListIterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a read-only list iterator that does not resolve objects.
basicListIterator(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a read-only list iterator advanced to the given index that does not resolve objects.
basicListIterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a read-only list iterator that does not resolve objects.
basicListIterator(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a read-only list iterator advanced to the given index that does not resolve objects.
basicListIterator() - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicListIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicListIterator(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicListIterator() - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicListIterator() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicListIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicListIterator(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicListIterator() - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
basicListIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicListIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicListIterator() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Returns a list iterator that yields unresolved values.
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Returns a list iterator that yields unresolved values.
basicListIterator(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicListIterator(EStructuralFeature, int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicListIterator() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicListIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicListIterator(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicListIterator() - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns a list iterator that yields unresolved values.
basicListIterator(int) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns a list iterator that yields unresolved values.
basicListIterator() - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
BasicMonitor - Class in org.eclipse.emf.common.util
The most basic implementation of a task monitor.
BasicMonitor() - Constructor for class org.eclipse.emf.common.util.BasicMonitor
 
BasicMonitor.Delegating - Class in org.eclipse.emf.common.util
A simple monitor that delegates to another monitor.
BasicMonitor.Delegating(Monitor) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
BasicMonitor.EclipseSubProgress - Class in org.eclipse.emf.common.util
An Eclipse subprogress monitor that directly implements the monitor API.
BasicMonitor.EclipseSubProgress(IProgressMonitor, int) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress
 
BasicMonitor.EclipseSubProgress(IProgressMonitor, int, int) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress
 
BasicMonitor.Printing - Class in org.eclipse.emf.common.util
A simple monitor that prints progress to a print stream.
BasicMonitor.Printing(PrintStream) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.Printing
 
BasicNotifierImpl - Class in org.eclipse.emf.common.notify.impl
An extensible notifier implementation.
BasicNotifierImpl() - Constructor for class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Creates a blank new instance.
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter> - Class in org.eclipse.emf.common.notify.impl
 
BasicNotifierImpl.EAdapterList(Notifier) - Constructor for class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
BasicNotifierImpl.EObservableAdapterList - Interface in org.eclipse.emf.common.notify.impl
An interface implemented by adapter lists that allows listeners to observe adapters being added and removed.
BasicNotifierImpl.EObservableAdapterList.Listener - Interface in org.eclipse.emf.common.notify.impl
An interface implemented by clients wishing to observe adapters being added and removed from an adapter lists.
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicRemove(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicRemove(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Remove the object with without updating the inverse.
basicRemove(EStructuralFeature, Object, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicRemove(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicRemove(Object, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Removes the object with without updating the inverse.
BasicResourceHandler - Class in org.eclipse.emf.ecore.xmi.impl
This is the basic implementation of the ResourceHandler interface.
BasicResourceHandler() - Constructor for class org.eclipse.emf.ecore.xmi.impl.BasicResourceHandler
 
basicSet(int, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
basicSet(int, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
basicSetArrayType(JClass, NotificationChain) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
basicSetAuthor(Writer, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
basicSetBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
basicSetComponentType(JClass, NotificationChain) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
basicSetContainingType(JClass, NotificationChain) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
basicSetConvertBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
basicSetCreateBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
basicSetEFactoryInstance(EFactory, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
basicSetEGenericType(EGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
basicSetELowerBound(EGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
basicSetEModelElement(EModelElement, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
basicSetEPackage(EPackage, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
basicSetETypeParameter(ETypeParameter, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
basicSetEUpperBound(EGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
basicSetGenBase(GenBase, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
basicSetGenClass(GenClass, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
basicSetGenClass(GenClass, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
basicSetGenEnum(GenEnum, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
basicSetGenModel(GenModel, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
basicSetGenOperation(GenOperation, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
basicSetGetBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
basicSetHelper(MappingHelper, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
basicSetInstanceClassName(String) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
basicSetInstanceType(JvmTypeReference, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
basicSetInstanceTypeName(String) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
basicSetIsSetBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
basicSetLowerBound(XGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
basicSetMapper(Mapping, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
basicSetMethod(JMethod, NotificationChain) - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
basicSetModelElement(XModelElement, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
basicSetNestedIn(MappingHelper, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
basicSetNestedIn(Mapping, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
basicSetPackage(JPackage, NotificationChain) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
basicSetParent(TreeNode, NotificationChain) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
basicSetParentBranch(Library, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
basicSetResourceSet(ResourceSet, NotificationChain) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Sets the new containing resource set, and removes the resource from a previous containing resource set, if necessary.
basicSetResourceSet(ResourceSet, NotificationChain) - Method in interface org.eclipse.emf.ecore.resource.Resource.Internal
Sets the resource to be contained by the given resource set, and returns the notifications this produces.
basicSetSetBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
basicSetTarget(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Actually sets the target by calling super.
BasicSettingDelegate - Class in org.eclipse.emf.ecore.util
A basic implementation of a stateful setting delegate.
BasicSettingDelegate(EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.BasicSettingDelegate
 
BasicSettingDelegate.Stateless - Class in org.eclipse.emf.ecore.util
A basic implementation of a stateless setting delegate.
BasicSettingDelegate.Stateless(EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
 
basicSetType(XGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
basicSetTypedValue(XMLInfo, NotificationChain) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
basicSetUnit(JCompilationUnit, NotificationChain) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
basicSetUnsetBody(XBlockExpression, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
basicSetUpperBound(XGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
BasicTableEditor - Class in org.eclipse.emf.common.ui.celleditor
The base class for implementing single-column and multi-column table editing.
BasicTableEditor - Class in org.eclipse.emf.common.ui.celleditor
The base class for implementing single-column and multi-column table editing.
BasicTableEditor(Table) - Constructor for class org.eclipse.emf.common.ui.celleditor.BasicTableEditor
 
basicToArray() - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
basicToArray(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicToArray(EStructuralFeature, T[]) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicToArray() - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicToArray() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
basicToArray(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicToArray(EStructuralFeature, T[]) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicToArray() - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
basicToArray() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicToArray() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Returns the array with unresolved values.
basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Returns the array with unresolved values.
basicToArray(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicToArray(EStructuralFeature, T[]) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
basicToArray() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
basicToArray(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicToArray(EStructuralFeature, T[]) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
basicToArray() - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns the array with unresolved values.
basicToArray(T[]) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Returns the array with unresolved values.
basicToArray() - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
basicToArray(T[]) - Method in class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
basicUnsetEGenericType(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
basicUnsetTarget(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Actually unsets the target by calling super.
basicUnsetType(NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
basicVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
basicVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PullTargetVisitor
 
basicVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PushSourceVisitor
 
beforeVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
beforeVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
begin - Variable in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
beginPageProcessing() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
beginPageProcessing() - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
beginPageProcessing() - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
beginRecording(Collection<?>) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
Begins recording any changes made to the elements of the specified collection.
beginRecording(ChangeDescription, Collection<?>) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
Begins recording any changes made to the elements of the specified collection, adding the changes to an existing ChangeDescription.
beginTask(String, int) - Method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil.StreamProgressMonitor
 
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
beginTask(String, int) - Method in interface org.eclipse.emf.common.util.Monitor
Called once per instance to indicate the name of the task and its expected duration.
BEL - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
BINARY_COMPATIBLE_REFLECTIVE_METHODS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Binary Compatible Reflective Methods' attribute
binaryCompatibleReflectiveMethods - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Binary Compatible Reflective Methods' attribute
BinaryResourceImpl - Class in org.eclipse.emf.ecore.resource.impl
An API for efficiently producing and consuming a compact binary serialization that's suitable for long term storage.
BinaryResourceImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
 
BinaryResourceImpl(URI) - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
 
BinaryResourceImpl.BinaryIO - Class in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.BinaryIO() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
BinaryResourceImpl.BinaryIO.FeatureKind - Enum in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.BinaryIO.Version - Enum in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.DataConverter<T> - Class in org.eclipse.emf.ecore.resource.impl
Generally this abstract class is extended as a stateless singleton returned by a generated factory that implements the factory interface.
BinaryResourceImpl.DataConverter() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.DataConverter
 
BinaryResourceImpl.DataConverter.Factory - Interface in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.EObjectInputStream - Class in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.EObjectInputStream(InputStream, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
BinaryResourceImpl.EObjectInputStream.EClassData - Class in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.EObjectInputStream.EClassData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EClassData
 
BinaryResourceImpl.EObjectInputStream.EPackageData - Class in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.EObjectInputStream.EPackageData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EPackageData
 
BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData - Class in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData
 
BinaryResourceImpl.EObjectOutputStream - Class in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.EObjectOutputStream(OutputStream, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
BinaryResourceImpl.EObjectOutputStream(OutputStream, Map<?, ?>, BinaryResourceImpl.BinaryIO.Version) - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
BinaryResourceImpl.EObjectOutputStream(OutputStream, Map<?, ?>, BinaryResourceImpl.BinaryIO.Version, int) - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
BinaryResourceImpl.EObjectOutputStream.Check - Enum in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.EObjectOutputStream.EClassData - Class in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.EObjectOutputStream.EClassData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EClassData
 
BinaryResourceImpl.EObjectOutputStream.EPackageData - Class in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.EObjectOutputStream.EPackageData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EPackageData
 
BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData - Class in org.eclipse.emf.ecore.resource.impl
 
BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData() - Constructor for class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData
 
bindAbstractAntlrTokenToAttributeIdMapper() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindAbstractJavaBasedContentProposalProvider$ReferenceProposalCreator() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindAbstractTypeScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindAbstractTypeScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindCancelableDiagnostician() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindClassLoaderToInstance() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindClassLoaderToInstance() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindConfigurableIssueCodesProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindContentAssistContext$Factory() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindDefaultBatchTypeResolver() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindDefaultQuickfixProvider$CrossRefResolutionConverter() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindDefaultReentrantTypeResolver() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindDefaultReentrantTypeResolver() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindDiagnostician() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindDocumentBasedDirtyResource() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindEclipseResourceFileSystemAccess2() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindEObjectAtOffsetHelper() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindFeatureNameValidator() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindFileLocations() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindFindReferencesHandler() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindFixedQualifiedNameValueConverter() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindGlobalURIEditorOpener() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIAllContainersState$Provider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIAntlrTokenFileProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIBasicFormatter() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIClassLoaderProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIContainer$Manager() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIContainer$Manager() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIContentAssistParser() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIContentAssistParser() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIContentAssistProcessor() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIContentFormatterFactory() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIContentProposalProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIDefaultResourceDescriptionStrategy() - Method in class org.eclipse.emf.codegen.ecore.xtext.GenModelRuntimeModule
 
bindIDefaultResourceDescriptionStrategy() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIDefaultResourceDescriptionStrategy() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIdentifiableSimpleNameProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIdentifiableSimpleNameProvider() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIDependentElementsCalculator() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIDependentElementsCalculator() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIDerivedStateComputer() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIDerivedStateComputer() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIDiagnosticConverter() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIEObjectHover() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIEObjectHover() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIEObjectHoverDocumentationProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIEObjectHoverDocumentationProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIEObjectHoverProvider() - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelUIModule
 
bindIEObjectHoverProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIEObjectHoverProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIEvaluationContext() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIExpressionInterpreter() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIFeatureScopeTracker$Provider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIFormattingPreferenceValuesProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIGenerator() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIGenerator() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIGlobalScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIGrammarAccess() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIHighlightingConfiguration() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIHyperlinkDetector() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIHyperlinkHelper() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIHyperlinkHelper() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIImportsConfiguration() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIJavaElementFinder() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIJavaProjectProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIJavaProjectProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIJavaSearchParticipation() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIJvmModelAssociations() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIJvmTypeProvider$Factory() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIJvmTypeProvider$Factory() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindILabelProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindILinker() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindILinkingDiagnosticMessageProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindILocationInFileProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindILogicalContainerProvider() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindImplicitlyImportedFeatures() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIOccurrenceComputer() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIOutlineTreeProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIOutlineTreeStructureProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIParser() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIProposalConflictHelper() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIQualifiedNameConverter() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIQualifiedNameProvider() - Method in class org.eclipse.emf.codegen.ecore.xtext.GenModelRuntimeModule
 
bindIQualifiedNameProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIQualifiedNameProvider() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIReferableElementsUnloader() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIReferenceUpdater() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIRenameContextFactory() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIRenameRefactoringProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIRenameStrategy() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIRenameStrategy() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIRenameStrategy$Provider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIRenameSupport$Factory() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIResourceDescription$Manager() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIResourceDescription$Manager() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIResourceValidator() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIResourceValidator() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindISemanticHighlightingCalculator() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindISerializer() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIssueResolutionProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIStratumBreakpointSupport() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindITokenDefProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindITokenToStringConverter() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindITypeComputer() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindITypesProposalProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindITypesProposalProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIUnorderedGroupHelper() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIValidationJobScheduler() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIValueConverterService() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindIValueConverterService() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindIViewerCreator() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIWorkingCopyOwnerProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIWorkspaceRootToInstance() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIXtextBuilderParticipant() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindIXtextBuilderParticipant() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindIXtextEditorCallback() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindJavaTypeQuickfixes() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindJdtRenameParticipant$ContextFactory() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindJdtRenameParticipant$ContextFactory() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindJdtRenameRefactoringParticipantProcessor() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindJdtRenameRefactoringProcessorFactory() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindJdtVariableCompletions() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindJvmTypeReferencesValidator() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindJvmTypeReferencesValidator() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindLexer() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindLineSeparatorHarmonizer() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindMutableFileSystemSupport() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindOutlineNodeElementOpener() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindParserBasedContentAssistContextFactory$StatefulFactory() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindPathTraverser() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule
 
bindPrefixMatcher() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindRefactoringResourceSetProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindReferenceFinder() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindReferenceQueryExecutor() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindRenameElementProcessor() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindSeverityConverter() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindStaticImplicitMethodsFeatureForTypeProvider$ExtensionClassNameProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindTypesFactoryToInstance() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindXbaseBatchScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindXbaseBatchScopeProvider() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindXbaseCompiler() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindXbaseDeclarativeHoverSignatureProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
bindXbaseUIValidator() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindXcoreJavaValidator() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindXtextDocumentProvider() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindXtextEditor() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
bindXtextResource() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
bindXtextResource() - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
bindXtextResourceSet() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule
 
bindXtypeFactoryToInstance() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
BIOGRAPHY - Static variable in enum org.eclipse.emf.examples.extlibrary.BookCategory
The 'Biography' literal value
BLANK_LINES_PATTERN - Static variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
A pattern for matching trailing blank lines.
blockPattern - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
blue - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
blue - Variable in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
body - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
Cached body of the enum constant.
body - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJInitializer
Cached body of initializer
body - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
body - Variable in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
The cached value of the 'Body' containment reference
body - Variable in class org.eclipse.emf.java.impl.JInitializerImpl
The cached value of the 'Body' attribute
body - Variable in class org.eclipse.emf.java.impl.JMethodImpl
The cached value of the 'Body' attribute
BODY_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JInitializerImpl
The default value of the 'Body' attribute
BODY_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMethodImpl
The default value of the 'Body' attribute
BOIMCAT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
BOLD_FONT - Static variable in interface org.eclipse.emf.edit.provider.IItemFontProvider
An instance object used to specify a bold version of the viewer's font: font:////bold
BOLD_ITALIC_FONT - Static variable in interface org.eclipse.emf.edit.provider.IItemFontProvider
An instance object used to specify an bold italic version of the viwer's font: font:////bold+italic
Book - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Book'
BOOK - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Book' class
BOOK - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Book' class
BOOK__AUTHOR - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Author' reference
BOOK__AUTHOR - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Author' reference feature
BOOK__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Borrowers' reference list
BOOK__CATEGORY - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Category' attribute
BOOK__CATEGORY - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Category' attribute feature
BOOK__COPIES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Copies' attribute
BOOK__PAGES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Pages' attribute
BOOK__PAGES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Pages' attribute feature
BOOK__PUBLICATION_DATE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Publication Date' attribute
BOOK__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Title' attribute
BOOK__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Title' attribute feature
BOOK_CATEGORY - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Book Category' enum
BOOK_CATEGORY - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Book Category' enum
BOOK_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Book' class
BOOK_ON_TAPE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Book On Tape' class
BOOK_ON_TAPE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Book On Tape' class
BOOK_ON_TAPE__AUTHOR - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Author' reference
BOOK_ON_TAPE__AUTHOR - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Author' reference feature
BOOK_ON_TAPE__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Borrowers' reference list
BOOK_ON_TAPE__COPIES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Copies' attribute
BOOK_ON_TAPE__DAMAGED - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Damaged' attribute
BOOK_ON_TAPE__MINUTES_LENGTH - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Minutes Length' attribute
BOOK_ON_TAPE__PUBLICATION_DATE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Publication Date' attribute
BOOK_ON_TAPE__READER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Reader' reference
BOOK_ON_TAPE__READER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Reader' reference feature
BOOK_ON_TAPE__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Title' attribute
BOOK_ON_TAPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Book On Tape' class
BookCategory - Enum in org.eclipse.emf.examples.extlibrary
A representation of the literals of the enumeration 'Book Category', and utility methods for working with them
BookImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Book'
BookImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
BookItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a Book object
BookItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
This constructs an instance from a factory and a notifier
bookItemProvider - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This keeps track of the one adapter used for all Book instances
BookOnTape - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Book On Tape'
BookOnTapeImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Book On Tape'
BookOnTapeImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
BookOnTapeItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a BookOnTape object
BookOnTapeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.BookOnTapeItemProvider
This constructs an instance from a factory and a notifier
bookOnTapeItemProvider - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This keeps track of the one adapter used for all BookOnTape instances
books - Variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
The cached value of the 'Books' reference list
books - Variable in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
The cached value of the 'Books' reference list
BOOLEAN - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Boolean' data type
BOOLEAN - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Boolean' data type
boolean_ - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
BOOLEAN_FLAGS_FIELD_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Boolean Flags Field' attribute
BOOLEAN_FLAGS_RESERVED_BITS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Boolean Flags Reserved Bits' attribute
BOOLEAN_NOTIFICATION_CREATOR - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
BOOLEAN_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Boolean Object' data type
BOOLEAN_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Boolean Object' data type
BOOLEAN_VALUE_IMAGE - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
booleanFlagsField - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Boolean Flags Field' attribute
booleanFlagsReservedBits - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Boolean Flags Reserved Bits' attribute
booleanObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
booleanValueOf(String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
booleanValueOf(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
borrowed - Variable in class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
The cached value of the 'Borrowed' reference list
Borrower - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Borrower'
BORROWER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Borrower' class
BORROWER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Borrower' class
BORROWER__ADDRESS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Address' attribute
BORROWER__BORROWED - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Borrowed' reference list
BORROWER__BORROWED - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Borrowed' reference list feature
BORROWER__FIRST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'First Name' attribute
BORROWER__LAST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Last Name' attribute
BORROWER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Borrower' class
BorrowerImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Borrower'
BorrowerImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
 
BorrowerItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a Borrower object
BorrowerItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.BorrowerItemProvider
This constructs an instance from a factory and a notifier
borrowerItemProvider - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This keeps track of the one adapter used for all Borrower instances
borrowers - Variable in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
The cached value of the 'Borrowers' reference list
bottomImage - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
bottomLabel - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
bottomLabelCase - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
bottomLabelLongForms - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
bottomLabelSeparator - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
bottomLabelShortForms - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
bottomToTopTypeTable - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
bounded - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
bounds - Variable in class org.eclipse.emf.ecore.xcore.impl.XTypeParameterImpl
The cached value of the 'Bounds' containment reference list
BRACE_LINE_PATTERN - Static variable in class org.eclipse.emf.codegen.util.CodeGenUtil
 
branches - Variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
The cached value of the 'Branches' containment reference list
BRIDGE - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Bridge method property flag (added in J2SE 1.5).
BRIDGETOOB - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
browseFileSystem() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
browseFileSystem() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterDirectoryURIPage
 
browseFileSystem() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
browseFileSystemButton - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
browsePathMapLocationButton - Variable in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
browseWorkspace() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
browseWorkspace() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterDirectoryURIPage
 
browseWorkspace() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
browseWorkspaceButton - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
BS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
buddies - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
buffer - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
A buffer for character level processing; it grows as needed.
buffer - Variable in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
buffer - Variable in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
 
buffer - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
buffer - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack.Encoder
 
BUFFER_SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
BUFFER_SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
bufferedReader - Variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
bufferPosition - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
buffWriter - Variable in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
build(int, Map, IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.gwt.GWTBuilder
 
build(int, Map, IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETBuilder
 
build(IBuildContext, IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.builder.XcoreBuildParticipant
 
build(RoseNode, Object, ENamedElement) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
buildEntry(EObject) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreResource.FragmentCache
 
BUILDER - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
buildMap(GenModel) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreGenModelBuilder
 
buildMaps() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
Builds entries for the resource set's resource in the normalized map and the resource map.
buildMoreToolTipText(StringBuilder, ILabelProvider, Diagnostic) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
BuildProperties - Class in org.eclipse.emf.codegen.ecore.templates.edit
 
BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
BuildProperties - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
BuildProperties - Class in org.eclipse.emf.codegen.ecore.templates.model
 
BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
BuildProperties - Class in org.eclipse.emf.codegen.ecore.templates.model.tests
 
BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
buildPropertiesEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
buildPropertiesTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
buildToolTipMessage(StringBuilder, ILabelProvider, Object, Diagnostic, int) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
buildToolTipText(StringBuilder, ILabelProvider, Diagnostic, Object) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
builtinType - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
BUNDLE_MANIFEST_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Bundle Manifest' attribute
BUNDLE_TAG - Static variable in class org.eclipse.emf.common.ui.URIEditorInput
 
bundleManifest - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Bundle Manifest' attribute
buttonPressed(int) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Handles the pressing of the OK or Details button in this dialog.
BY_VALUE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
BYTE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Byte' data type
BYTE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Byte' data type
byte_ - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
BYTE_NOTIFICATION_CREATOR - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
BYTE_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Byte Object' data type
BYTE_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Byte Object' data type
BYTE_ORDER_MARK_PROPERTY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler
A content description property describing the byte order mark at the beginning of the contents.
byteObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
bytes() - Method in enum org.eclipse.emf.ecore.resource.ContentHandler.ByteOrderMark
Returns the bytes associated with this byte order mark.

C

cache - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
cachedEType - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
cachedIsFeatureMap - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
cachedToStrings - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
A reference queue for internally managing the collection of cached SegmentSequence.toStrings.
cachedToStrings - Variable in class org.eclipse.emf.common.util.URI.URIPool
A reference queue for managing the Object.toString() values.
cachedURIConverter - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
The cached URI converter used to calculate the cached normalization and resource mappings.
cacheString(String) - Method in class org.eclipse.emf.common.util.URI
 
cacheString(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
cacheString(String) - Method in class org.eclipse.emf.common.util.URI.Opaque
 
cacheURIConverter() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
Caches the URI converter, checking that it's the same as the ResourceLocator#resourceSet's current URI converter and that the modification count of the URI map is the same as the expected modification count, building normalization and resource maps, if necessary.
CachingTypeScope - Class in org.eclipse.emf.ecore.xcore.scoping.types
 
CachingTypeScope(AbstractXcoreScope) - Constructor for class org.eclipse.emf.ecore.xcore.scoping.types.CachingTypeScope
 
CAN - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
CANCEL - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x8 for a severity indicating that the diagnosis was canceled.
cancel() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
cancel() - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
CANCEL_INSTANCE - Static variable in interface org.eclipse.emf.common.util.Diagnostic
A diagnostic indicating that the diagnosis was canceled.
cancelEditing() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
cancelPressed() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns !
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns !
canContainNull() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether null is a valid object for the list.
canContainNull() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.ContentHandlerList
 
canContainNull() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIHandlerList
 
canContainNull() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
canContainNull() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
canContainNull() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
canContainNull() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
canContainNull() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
canContinue(Diagnostic) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Determines whether code generation can continue, based on the given Diagnostic.
canContinue(Diagnostic) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
 
canConvert(EPackage) - Method in class org.eclipse.emf.converter.ModelConverter
Returns true if the EPackage can be converted.
canConvert(EPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
 
canConvert(EPackage) - Method in class org.eclipse.emf.importer.ModelImporter
 
canCreateMapping(Collection<?>, Collection<?>, Mapping) - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreMappingRootImpl
 
canCreateMapping(Collection<?>, Collection<?>, Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
canCreateMapping(Collection<?>, Collection<?>, Mapping) - Method in interface org.eclipse.emf.mapping.MappingRoot
If mapping is null, this checks if a mapping can be created with the given inputs and outputs.
canEdit(Object) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
Returns whether changes to the object will be persisted.
canEdit(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.BasicTableEditor
 
canEdit(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
canEdit(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
canExecute() - Method in class org.eclipse.emf.common.command.AbstractCommand
Calls AbstractCommand.prepare(), caches the result in AbstractCommand.isExecutable, and sets AbstractCommand.isPrepared to true; from then on, it will yield the value of isExecutable.
canExecute() - Method in interface org.eclipse.emf.common.command.Command
Returns whether the command is valid to execute.
canExecute() - Method in class org.eclipse.emf.common.command.IdentityCommand
Returns true.
canExecute() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Returns false.
canExecute() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
canExecute() - Method in interface org.eclipse.emf.edit.command.CommandActionDelegate
This returns whether the action should be enabled.
canExecute() - Method in class org.eclipse.emf.edit.command.CopyCommand
 
canExecute() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate
 
canFinish() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
canFinish() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
canGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
 
canGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Returns whether code can be generated for the given object and project type.
canGenerate(Object, Object) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Returns whether code of the given object type can be generated for the specified object.
canGenerate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
canGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
canGenerate(GenModel) - Method in enum org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog.ProjectType
 
canGenerate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
canGenerate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
canGenerate - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerate(Object, Object) - Method in class org.eclipse.emf.examples.generator.validator.GenClassValidatorGeneratorAdapter
 
canGenerate(Object, Object) - Method in class org.eclipse.emf.examples.generator.validator.GenModelValidatorGeneratorAdapter
 
canGenerateEdit() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
canGenerateEdit(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Delegates to the GenModel element's canGenerateEdit() method.
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
canGenerateEdit() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerateEditor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
canGenerateEditor(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Delegates to the GenModel element's canGenerateEditor() method.
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
canGenerateEditor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerateModel(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Delegates to the GenModel element's canGenerate() method.
canGenerateSchema() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
Deprecated.
In EMF 2.2, schema generation is properly done via a model exporter. This method will be removed after 2.2.
canGenerateSchema() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
In EMF 2.2, schema generation is properly done via a model exporter. This method will be removed after 2.2.
canGenerateSchema() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, schema generation is properly done via a model exporter. This method will be removed after 2.2.
canGenerateSchema() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Deprecated.
In EMF 2.2, schema generation is properly done via a model exporter. This method will be removed after 2.2.
canGenerateTests() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
canGenerateTests(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Delegates to the GenModel element's canGenerateTests() method.
canGenerateTests() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
canGenerateTests() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
canGenerateTests() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
canGenerateTests() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
canHandle(URI) - Method in interface org.eclipse.emf.ecore.resource.ContentHandler
Returns whether this handler can describe the contents for the given URI.
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
This implementations always return true; clients are generally expected to override this.
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
Returns whether the URI is one that this implementation should treat as a supported Eclipse File System scheme.
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl
 
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
 
canHandle(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
This implementation always returns true; clients are generally expected to override this.
canHandle(URI) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
Returns whether this handler is appropriate for the given URI.
canHandle(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
Returns true if the RootXMLContentHandlerImpl.extensions are null or empty, of if the URI's file extension matches one of the extension's values.
canImport() - Method in class org.eclipse.emf.importer.java.JavaImporter
 
canLeave() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
canMerge() - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.
 
canMerge() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
canMerge() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
canRedo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
canRedo() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns whether there are commands past the top of the stack that can be redone.
canRemoveMapping(Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
canRemoveMapping(Mapping) - Method in interface org.eclipse.emf.mapping.MappingRoot
This checks if the given mapping can be removed.
canSetProperty(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.GenItemPropertyDescriptor
 
canSetProperty(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
This determines whether this descriptor's property for the object supports set (and reset).
canSetProperty(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This determines whether this descriptor's property for the object supports set (and reset).
canSetProperty(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of determining whether the property value from the given object supports set (and reset).
canSetProperty(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Substitutes the wrapper owner for the selected object and invokes the base implementation.
canUndo() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns true because most command should be undoable.
canUndo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
canUndo() - Method in interface org.eclipse.emf.common.command.Command
Returns whether the command can be undone.
canUndo() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns whether the top command on the stack can be undone.
canUndo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the canUndo method of the command.
canUndo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns false if any of the commands return false for Command.canUndo().
canUndo() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Returns false.
canUndo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
canUndo - Variable in class org.eclipse.emf.edit.command.SetCommand
This specified whether or not this command can be undone.
canvas - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
canYieldWrongJavadoc() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns whether this facade implementation may return the wrong Javadoc for a node when there are 2 or more javadoc blocks preceding the node.
canYieldWrongJavadoc() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
capacity - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
capacityIndex - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The current index within WeakInterningHashSet.PRIME_CAPACITIES for the length of the WeakInterningHashSet.entries.
capName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
capName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
capName(String, Locale) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
capName(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
capName(String) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
capName(String) - Static method in class org.eclipse.emf.oda.ecore.util.StringUtil
 
CARDINALITY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
caseAddressable(Addressable) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Addressable'
caseAudioVisualItem(AudioVisualItem) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Audio Visual Item'
caseBook(Book) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Book'
caseBookOnTape(BookOnTape) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Book On Tape'
caseBorrower(Borrower) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Borrower'
caseChangeDescription(ChangeDescription) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'Description'
caseCirculatingItem(CirculatingItem) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Circulating Item'
caseComplexTypeConverter(ComplexTypeConverter) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Complex Type Converter'
caseEAnnotation(EAnnotation) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EAnnotation'
caseEAttribute(EAttribute) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EAttribute'
caseEClass(EClass) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EClass'
caseEClassifier(EClassifier) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EClassifier'
caseEcore2EcoreMappingRoot(Ecore2EcoreMappingRoot) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreSwitch
Returns the result of interpreting the object as an instance of 'Mapping Root'
caseEDataType(EDataType) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EData Type'
caseEEnum(EEnum) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EEnum'
caseEEnumLiteral(EEnumLiteral) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EEnum Literal'
caseEFactory(EFactory) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EFactory'
caseEGenericType(EGenericType) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EGeneric Type'
caseEModelElement(EModelElement) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EModel Element'
caseEmployee(Employee) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Employee'
caseENamedElement(ENamedElement) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'ENamed Element'
caseENamedElementToXMLInfoMapEntry(Map.Entry<ENamedElement, XMLInfo>) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLSwitch
Returns the result of interpreting the object as an instance of 'ENamed Element To XML Info Map Entry'
caseEObjectToChangesMapEntry(Map.Entry<EObject, EList<FeatureChange>>) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'EObject To Changes Map Entry'
caseEOperation(EOperation) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EOperation'
caseEPackage(EPackage) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EPackage'
caseEParameter(EParameter) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EParameter'
caseEReference(EReference) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EReference'
caseEStringToStringMapEntry(Map.Entry<String, String>) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EString To String Map Entry'
caseEStructuralFeature(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EStructural Feature'
caseETypedElement(ETypedElement) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'ETyped Element'
caseETypeParameter(ETypeParameter) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EType Parameter'
caseFeatureChange(FeatureChange) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'Feature Change'
caseFeatureMapEntry(FeatureMapEntry) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'Feature Map Entry'
caseFunctionNamePair(FunctionNamePair) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Function Name Pair'
caseFunctionPair(FunctionPair) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Function Pair'
caseGenAnnotation(GenAnnotation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Annotation'
caseGenBase(GenBase) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Base'
caseGenClass(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Class'
caseGenClassifier(GenClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Classifier'
caseGenDataType(GenDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Data Type'
caseGenEnum(GenEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Enum'
caseGenEnumLiteral(GenEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Enum Literal'
caseGenFeature(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Feature'
caseGenModel(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Model'
caseGenOperation(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Operation'
caseGenPackage(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Package'
caseGenParameter(GenParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Parameter'
caseGenTypedElement(GenTypedElement) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Typed Element'
caseGenTypeParameter(GenTypeParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'Gen Type Parameter'
caseItem(Item) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Item'
caseJClass(JClass) - Method in class org.eclipse.emf.java.util.JavaSwitch
Returns the result of interpreting the object as an instance of 'JClass'
caseJCompilationUnit(JCompilationUnit) - Method in class org.eclipse.emf.java.util.JavaSwitch
Returns the result of interpreting the object as an instance of 'JCompilation Unit'
caseJField(JField) - Method in class org.eclipse.emf.java.util.JavaSwitch
Returns the result of interpreting the object as an instance of 'JField'
caseJInitializer(JInitializer) - Method in class org.eclipse.emf.java.util.JavaSwitch
Returns the result of interpreting the object as an instance of 'JInitializer'
caseJMember(JMember) - Method in class org.eclipse.emf.java.util.JavaSwitch
Returns the result of interpreting the object as an instance of 'JMember'
caseJMethod(JMethod) - Method in class org.eclipse.emf.java.util.JavaSwitch
Returns the result of interpreting the object as an instance of 'JMethod'
caseJModelElement(JModelElement) - Method in class org.eclipse.emf.java.util.JavaSwitch
Returns the result of interpreting the object as an instance of 'JModel Element'
caseJPackage(JPackage) - Method in class org.eclipse.emf.java.util.JavaSwitch
Returns the result of interpreting the object as an instance of 'JPackage'
caseJParameter(JParameter) - Method in class org.eclipse.emf.java.util.JavaSwitch
Returns the result of interpreting the object as an instance of 'JParameter'
caseJvmFormalParameter(JvmFormalParameter) - Method in class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreJavaElementFinder.Finder
 
caseJvmTypeParameter(JvmTypeParameter) - Method in class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreJavaElementFinder.Finder
 
caseLendable(Lendable) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Lendable'
caseLibrary(Library) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Library'
caseListChange(ListChange) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'List Change'
caseMapping(Mapping) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreSwitch
Returns the result of interpreting the object as an instance of 'Mapping'
caseMapping(Mapping) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Mapping'
caseMappingHelper(MappingHelper) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Helper'
caseMappingRoot(MappingRoot) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreSwitch
Returns the result of interpreting the object as an instance of 'Root'
caseMappingRoot(MappingRoot) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Root'
caseMappingStrategy(MappingStrategy) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Strategy'
casePeriodical(Periodical) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Periodical'
casePerson(Person) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Person'
caseResourceChange(ResourceChange) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'Resource Change'
caseTreeNode(TreeNode) - Method in class org.eclipse.emf.edit.tree.util.TreeSwitch
Returns the result of interpreting the object as an instance of 'Node'
caseTypeConverter(TypeConverter) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'Type Converter'
caseVideoCassette(VideoCassette) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Video Cassette'
caseWriter(Writer) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'Writer'
caseXAnnotation(XAnnotation) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XAnnotation'
caseXAnnotationDirective(XAnnotationDirective) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XAnnotation Directive'
caseXAttribute(XAttribute) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XAttribute'
caseXClass(XClass) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XClass'
caseXClassifier(XClassifier) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XClassifier'
caseXDataType(XDataType) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XData Type'
caseXEnum(XEnum) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XEnum'
caseXEnumLiteral(XEnumLiteral) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XEnum Literal'
caseXGenericType(XGenericType) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XGeneric Type'
caseXImportDirective(XImportDirective) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XImport Directive'
caseXMember(XMember) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XMember'
caseXMLInfo(XMLInfo) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLSwitch
Returns the result of interpreting the object as an instance of 'XML Info'
caseXMLMap(XMLMap) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLSwitch
Returns the result of interpreting the object as an instance of 'XML Map'
caseXModelElement(XModelElement) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XModel Element'
caseXNamedElement(XNamedElement) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XNamed Element'
caseXOperation(XOperation) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XOperation'
caseXPackage(XPackage) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XPackage'
caseXParameter(XParameter) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XParameter'
caseXReference(XReference) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XReference'
caseXStringToStringMapEntry(Map.Entry<String, String>) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XString To String Map Entry'
caseXStructuralFeature(XStructuralFeature) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XStructural Feature'
caseXTypedElement(XTypedElement) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XTyped Element'
caseXTypeParameter(XTypeParameter) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'XType Parameter'
cast - Variable in class org.eclipse.emf.examples.extlibrary.impl.VideoCassetteImpl
The cached value of the 'Cast' reference list
category - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This represents the group of properties into which this one should be placed.
category - Variable in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
The cached value of the 'Category' attribute
CATEGORY_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
The default value of the 'Category' attribute
CATEGORY_ESETFLAG - Static variable in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
The flag representing whether the Category attribute has been set
CATEGORY_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CATFILETOPKGUUID - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CAUSE_BACK - Static variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
CAUSE_CANCEL - Static variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
CAUSE_FINISH - Static variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
CAUSE_NEXT - Static variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
CAUSE_UNKNOWN - Static variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
cDATA - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
cellLabelProvider - Variable in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
center(Rectangle, int) - Static method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
Centers the Rectangle vertically, within a surrounding space of the given height.
chain(Command) - Method in class org.eclipse.emf.common.command.AbstractCommand
Creates a new compound command, containing this command and the given command, that delegates chain to CompoundCommand.append(org.eclipse.emf.common.command.Command).
chain(Command) - Method in interface org.eclipse.emf.common.command.Command
Returns a command that represents the composition of this command with the given command.
change - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
change - Variable in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
change(String, String, String) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
CHANGE_DESCRIPTION - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The meta object id for the 'Description' class
CHANGE_DESCRIPTION - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Description' class
CHANGE_DESCRIPTION__OBJECT_CHANGES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Object Changes' map
CHANGE_DESCRIPTION__OBJECT_CHANGES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Object Changes' map feature
CHANGE_DESCRIPTION__OBJECTS_TO_ATTACH - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Objects To Attach' containment reference list
CHANGE_DESCRIPTION__OBJECTS_TO_ATTACH - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Objects To Attach' containment reference list feature
CHANGE_DESCRIPTION__OBJECTS_TO_DETACH - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Objects To Detach' reference list
CHANGE_DESCRIPTION__OBJECTS_TO_DETACH - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Objects To Detach' reference list feature
CHANGE_DESCRIPTION__RESOURCE_CHANGES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Resource Changes' containment reference list
CHANGE_DESCRIPTION__RESOURCE_CHANGES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Resource Changes' containment reference list feature
CHANGE_DESCRIPTION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The number of structural features of the 'Description' class
CHANGE_KIND - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The meta object id for the 'Kind' enum
CHANGE_KIND - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Kind' enum
CHANGEABLE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Changeable' attribute
CHANGEABLE_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The flag representing the value of the 'Changeable' attribute
ChangeAdapterFactory - Class in org.eclipse.emf.ecore.change.util
The Adapter Factory for the model.
ChangeAdapterFactory() - Constructor for class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates an instance of the adapter factory
changeAttribute(Notification) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
changeAttribute(Notification) - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
changeAttribute(Notification) - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
changeAttribute(Notification) - Method in class org.eclipse.emf.java.impl.JInitializerImpl
 
changeAttribute(Notification) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
changeAttribute(Notification) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
ChangeCommand - Class in org.eclipse.emf.edit.command
This command uses the Change Model facilities to enable a group of modifications to be executed as one single command.
ChangeCommand(ChangeRecorder) - Constructor for class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeCommand(ChangeRecorder, Notifier) - Constructor for class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeCommand(Notifier) - Constructor for class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeCommand(ChangeRecorder, Collection<Notifier>) - Constructor for class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeCommand(Collection<Notifier>) - Constructor for class org.eclipse.emf.edit.command.ChangeCommand
 
changed(LocationEvent) - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport.PathLocationListener
 
ChangeDescription - Interface in org.eclipse.emf.ecore.change
A representation of the model object 'Description'
changeDescription - Variable in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
changeDescription - Variable in class org.eclipse.emf.edit.command.ChangeCommand
 
ChangeDescriptionImpl - Class in org.eclipse.emf.ecore.change.impl
An implementation of the model object 'Description'
ChangeDescriptionImpl() - Constructor for class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
ChangeDescriptionImpl.OldContainmentInformation - Class in org.eclipse.emf.ecore.change.impl
 
ChangeDescriptionImpl.OldContainmentInformation(EObject, EReference) - Constructor for class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl.OldContainmentInformation
 
ChangeDescriptionItemProvider - Class in org.eclipse.emf.ecore.change.provider
This is the item provider adapter for a ChangeDescription object
ChangeDescriptionItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.change.provider.ChangeDescriptionItemProvider
This constructs an instance from a factory and a notifier
changeDescriptionItemProvider - Variable in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This keeps track of the one adapter used for all ChangeDescription instances
changedResources - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Resources that have been changed since last activation
changedResources - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
Resources that have been changed since last activation
changedResources - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Resources that have been changed since last activation.
changedResources - Variable in class org.eclipse.emf.java.presentation.JavaEditor
Resources that have been changed since last activation.
changedResources - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Resources that have been changed since last activation.
ChangeEditPlugin - Class in org.eclipse.emf.ecore.change.provider
This is the central singleton for the Change edit plugin
ChangeEditPlugin() - Constructor for class org.eclipse.emf.ecore.change.provider.ChangeEditPlugin
Create the instance
ChangeEditPlugin.Implementation - Class in org.eclipse.emf.ecore.change.provider
The actual implementation of the Eclipse Plugin
ChangeEditPlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.change.provider.ChangeEditPlugin.Implementation
Creates an instance
ChangeEditPlugin.Implementation.Activator - Class in org.eclipse.emf.ecore.change.provider
The actual implementation of the purely OSGi-compatible Bundle Activator
ChangeEditPlugin.Implementation.Activator() - Constructor for class org.eclipse.emf.ecore.change.provider.ChangeEditPlugin.Implementation.Activator
 
ChangeFactory - Interface in org.eclipse.emf.ecore.change
The Factory for the model.
ChangeFactoryImpl - Class in org.eclipse.emf.ecore.change.impl
An implementation of the model Factory
ChangeFactoryImpl() - Constructor for class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
Creates an instance of the factory
ChangeItemProviderAdapterFactory - Class in org.eclipse.emf.ecore.change.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
ChangeItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This constructs an instance
ChangeKind - Enum in org.eclipse.emf.ecore.change
A representation of the literals of the enumeration 'Kind', and utility methods for working with them
changeNotifier - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This is used to implement IChangeNotifier
ChangeNotifier - Class in org.eclipse.emf.edit.provider
This is a simple and obvious implementation of IChangeNotifier as an extension of an ArrayList, for flexibility.
ChangeNotifier() - Constructor for class org.eclipse.emf.edit.provider.ChangeNotifier
 
changeNotifier - Variable in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This keeps track of all the Viewers.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Records any listeners for this wrapper and fires notifications to them.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the optional collection used for changes to the text, parent, or children.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This is used to implement IChangeNotifier.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This is used to implement IChangeNotifier.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This is used to implement IChangeNotifier.
changeNotifier - Variable in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This is used to implement IChangeNotifier.
changeNotifier - Variable in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This is used to implement IChangeNotifier.
changeNotifier - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This is used to implement IChangeNotifier
changeNotifier - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
This is where IChangeNotifier is delegated.
changeNotifier - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This is used to implement IChangeNotifier.
ChangePackage - Interface in org.eclipse.emf.ecore.change
The Package for the model.
ChangePackage.Literals - Interface in org.eclipse.emf.ecore.change
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
ChangePackageImpl - Class in org.eclipse.emf.ecore.change.impl
An implementation of the model Package
ChangePlugin - Class in org.eclipse.emf.ecore.change
This is the central singleton for the Change model plugin
ChangePlugin() - Constructor for class org.eclipse.emf.ecore.change.ChangePlugin
Create the instance
ChangePlugin.Implementation - Class in org.eclipse.emf.ecore.change
The actual implementation of the Eclipse Plugin
ChangePlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.change.ChangePlugin.Implementation
Creates an instance
ChangePlugin.Implementation.Activator - Class in org.eclipse.emf.ecore.change
The actual implementation of the purely OSGi-compatible Bundle Activator
ChangePlugin.Implementation.Activator() - Constructor for class org.eclipse.emf.ecore.change.ChangePlugin.Implementation.Activator
 
ChangeRecorder - Class in org.eclipse.emf.ecore.change.util
A change recorder for the tree contents of a collection of EObjects.
ChangeRecorder() - Constructor for class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
ChangeRecorder(EObject) - Constructor for class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
ChangeRecorder(Resource) - Constructor for class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
ChangeRecorder(ResourceSet) - Constructor for class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
ChangeRecorder(Collection<?>) - Constructor for class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
changeRecorder - Variable in class org.eclipse.emf.edit.command.ChangeCommand
 
changeReference(Notification) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
ChangeSwitch<T> - Class in org.eclipse.emf.ecore.change.util
The Switch for the model's inheritance hierarchy.
ChangeSwitch() - Constructor for class org.eclipse.emf.ecore.change.util.ChangeSwitch
Creates an instance of the switch
changing(LocationEvent) - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport.PathLocationListener
 
changing(LocationEvent) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.EditingDomainLocationListener
 
CHAR_NOTIFICATION_CREATOR - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
characters - Variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
characters - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
A buffer uses for processing the path.
characters - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
characters - Variable in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream.Buffer
 
characters - Variable in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream.Buffer
 
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.DataFrame
 
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.Handler
 
characters(char[], int, int) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
 
charactersAccessUnit - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
charactersAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
A local access unit for exclusive use in URI.URIPool.URIPoolAccessUnitBase.intern(char[], int, int).
charAt(int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the specified character in the string representation of the sequence.
charContent - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
 
chars - Variable in class org.eclipse.emf.codegen.jet.JETScriptletGenerator
 
CHARSET_PROPERTY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler
A content description property describing the character set encoding used by the bytes of the content.
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETTask
 
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.EMFTask
All the attribute checks should be performed in this method.
checkAttributes() - Method in class org.eclipse.emf.ant.taskdefs.RemoveVersionTask
 
checkAttributes() - Method in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
checkBounds(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData
Checks that the specified index is within the appropriate bounds.
checkBoxColumnHeaderSelected(TableColumn, int, Boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
checkChildren(TreeItem, boolean) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
checkClasspath(XPackage) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreJavaValidator
 
checkConflictFileName(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
checkContainerOpposite(XReference) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreJavaValidator
 
checkEcoreFileNames() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
Checks the ecore file names and returns null if everything is OK or the error message otherwise.
checkEcoreModelFileName(String, String) - Method in class org.eclipse.emf.importer.ModelImporter
 
checkEPackageArtifactLocation(String, String) - Method in class org.eclipse.emf.exporter.ModelExporter
 
checkFileName(UnitTreeNode, String) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
checkForDuplicates - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
checkGenModelFileName() - Method in class org.eclipse.emf.importer.ModelImporter
 
checkImports(XPackage) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreJavaValidator
 
checkInitialConditions(IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreRenameElementProcessor
 
checkModCount() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Checks that the modification count is as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
Checks that the modification count and data array are as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
Checks that the modification count and data array are as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEIterator
Checks that the modification count and data array are as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
Checks that the modification count and data array are as expected.
checkModCount() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
Checks that the modification count is as expected.
checkSelection(String, JControlModel.DictionaryPattern, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
Checks the selection to fix the problem with facade implementations that assign wrong javadoc to the node.
checkStateChanged(TreeItem, boolean) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
checkTypeArgsAgainstTypeParameters(JvmParameterizedTypeReference) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreJvmTypeReferencesValidator
 
child - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the child object to be added.
CHILD_CREATION_EXTENDERS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Child Creation Extenders' attribute
ChildCreationExtenderManager - Class in org.eclipse.emf.edit.provider
A child creation extension manager encapsulates a list of child creation extenders for a particular package.
ChildCreationExtenderManager(ResourceLocator, String) - Constructor for class org.eclipse.emf.edit.provider.ChildCreationExtenderManager
Creates an instance for the given primary resource locator to manage the extensions for the given namespace.
childCreationExtenders - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Child Creation Extenders' attribute
childCreationExtenders - Variable in class org.eclipse.emf.edit.provider.ChildCreationExtenderManager
The list of child creation extenders.
children - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Children' attribute
children - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The message.
children - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the children returned by getChildren(Object).
children - Variable in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
The cached value of the 'Children' containment reference list
CHILDREN_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Children' attribute
childrenFeatures - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This is used to store all the children features.
childrenMap - Variable in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
The wrapped children are cached here, keyed by the children returned by the delegate item provider.
childrenReferences - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated.
As of EMF 2.0, replaced by ItemProviderAdapter.childrenFeatures.
childrenStoreMap - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
When ItemProviderAdapter.ChildrenStores are to be used to cache children (typically to hold wrappers for non-EObject children), this maps adapted objects to their corresponding stores.
ChildrenToCopyProvider - Interface in org.eclipse.emf.edit.command
This interface is implemented by commands that need to support specialized copying of children.
childToBeChanged(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
 
childToBeChanged(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Notifies the node that the child will be changed.
choiceOfValues - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
CIRCULATING_ITEM - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Circulating Item' class
CIRCULATING_ITEM - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Circulating Item' class
CIRCULATING_ITEM__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Borrowers' reference list
CIRCULATING_ITEM__COPIES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Copies' attribute
CIRCULATING_ITEM__PUBLICATION_DATE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Publication Date' attribute
CIRCULATING_ITEM_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Circulating Item' class
CirculatingItem - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Circulating Item'
CirculatingItemImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Circulating Item'
CirculatingItemImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
CirculatingItemItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a CirculatingItem object
CirculatingItemItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.CirculatingItemItemProvider
This constructs an instance from a factory and a notifier
Class - Class in org.eclipse.emf.codegen.ecore.templates.model
 
Class() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.Class
 
CLASS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASS_ATTR_LIST - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASS_ATTRIBUTES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASS_CATEGORY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASS_DIAGRAM - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
CLASS_NAME_PATTERN_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Class Name Pattern' attribute
CLASS_PACKAGE_SUFFIX_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Class Package Suffix' attribute
CLASS_PREFIX - Static variable in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.
 
CLASS_PREFIX - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
CLASS_TAG - Static variable in class org.eclipse.emf.common.ui.URIEditorInput
 
CLASS_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLASSATTRIBUTE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
classChoices - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
classEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
classes - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
classForClassName(String) - Static method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.
classForClassName(String, String) - Static method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
classifierChoices - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
classifiers - Variable in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
The cached value of the 'Classifiers' containment reference list
classLoader - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
classLoader - Variable in class org.eclipse.emf.codegen.jet.JETEmitter.MyBaseJETCompiler
 
classLoader - Variable in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
classLoader - Variable in class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
classLoader - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack
 
classLoader - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack.Decoder
 
classLoaderToRegistryMap - Static variable in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
A map from class loader to its associated registry.
className - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.JETEmitterDescriptor
 
className - Variable in exception org.eclipse.emf.ecore.xmi.ClassNotFoundException
 
classNamePattern - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Class Name Pattern' attribute
ClassNotFoundException - Exception in org.eclipse.emf.ecore.xmi
 
ClassNotFoundException(String, EFactory, String, int, int) - Constructor for exception org.eclipse.emf.ecore.xmi.ClassNotFoundException
 
classPackageSuffix - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Class Package Suffix' attribute
CLASSPATH_VARIABLE_NAME - Static variable in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorUtil
 
classpathEntries - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
classTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
clean(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.gwt.GWTBuilder
 
cleanup - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
Whether registered cleanup actions should be applied to the generated source code.
cleanup - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Cleanup' attribute
cleanup() - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure that the write lock is held during cleanup.
cleanup() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Polls the WeakInterningHashSet.internalQueue and removes any garbage collected entries.
CLEANUP_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Cleanup' attribute
CLEANUP_SCHEDULER - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil
 
cleanupPeriod - Variable in class org.eclipse.emf.common.util.Pool
The number of access between each attempt to clean up garbage collected entries.
clear() - Method in class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
clear() - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.Registry
Clears the registry of all descriptor registrations.
clear() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
clear() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.BasicEList
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
clear() - Method in class org.eclipse.emf.common.util.BasicEMap
clear() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
clear() - Method in class org.eclipse.emf.common.util.DelegatingEList
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
clear() - Method in class org.eclipse.emf.common.util.Pool
Throws an UnsupportedOperationException because removal is not supported..
clear() - Method in class org.eclipse.emf.common.util.Pool.ExternalRehasher
 
clear() - Method in class org.eclipse.emf.common.util.Pool.PoolEntry
 
clear() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.CachedToString
 
clear() - Method in class org.eclipse.emf.common.util.URI.URIPool.CachedToString
 
clear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Specialized to be more efficient.
clear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
clear(WeakInterningHashSet<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
removes this entry from the set and then calls WeakInterningHashSet.Entry.doClear().
clear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.SelfCleaningEntry
 
clear() - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
clear() - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
clear() - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
clear() - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
clear() - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
clear(InternalEObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
clear(InternalEObject, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Removes all values form the content of the object's feature
clear(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
clear(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
clear(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
clear() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
clear(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
clear() - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreResource.FragmentCache
 
clear() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyEObjectStack
 
clear() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
clear() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Clears the children of all features in the store.
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor
 
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
clearBlocked() - Method in interface org.eclipse.emf.common.util.Monitor
Clears the reason for the activity being blocked.
clearCache() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
clearCache() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
clearCache() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
clearCache() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Clear the cache for unique naming information.
clearCache() - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
clearEPackageConvertInfoCache() - Method in class org.eclipse.emf.converter.ModelConverter
 
clearEPackagesCollections() - Method in class org.eclipse.emf.converter.ModelConverter
 
clearEPackagesCollections() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
clearImportManager() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Clears the cached ImportManager.
clearImportManager() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Clears the import manager and removes it from the GenModel.
clearInParameters() - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
clearReferenceGenPackageConvertInfoCache() - Method in class org.eclipse.emf.converter.ModelConverter
 
CLIENT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CLIENT_CARDINALITY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
clipboard - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is the current clipboard.
clone() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a shallow copy of this list.
clone() - Method in class org.eclipse.emf.common.util.BasicEList
Returns a shallow copy of this list.
clone() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a shallow copy of this map.
clone() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
Returns a new entry just like this one.
clone() - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
 
clone() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
cloneField(ASTJField, ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Copies the ASTJField node.
cloneNode(Object, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Creates a copy of the node to be inserted in the tree that context node belongs to.
cloneNode(Object, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Clones the specified node, returning an object that is related to the given context.
cloneNode(Object, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
close() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
close() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
close() - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
 
close() - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
 
close() - Method in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
close() - Method in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
 
close() - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
close() - Method in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
close() - Method in class org.eclipse.emf.oda.ecore.impl.Connection
 
close() - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
close() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
closeConnection(IConnection) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Attempts to close the given ODA connection.
closeDirective - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
closeExpr - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
closeScriptlet - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
closeStartElement() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
code(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
Deprecated.
 
code(String) - Method in class org.eclipse.emf.codegen.util.GIFEmitter
 
code - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The code.
CODE_FORMATTING_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Code Formatting' attribute
codeFormatterOptions - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
Code formatter options to be used instead of the defaults for Java code formatting.
codeFormatterOptions - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
codeFormatting - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
Whether Eclipse JDT code formatting should be applied to generated Java code.
codeFormatting - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Code Formatting' attribute
CodeGen - Class in org.eclipse.emf.codegen
This class implements some reusable static utility methods.
CodeGen() - Constructor for class org.eclipse.emf.codegen.CodeGen
 
CodeGen.PlatformRunnable - Class in org.eclipse.emf.codegen
 
CodeGen.PlatformRunnable() - Constructor for class org.eclipse.emf.codegen.CodeGen.PlatformRunnable
 
CodeGen.StreamProgressMonitor - Class in org.eclipse.emf.codegen
Deprecated.
As of EMF 2.1.0, moved to CodeGenUtil.
CodeGen.StreamProgressMonitor(PrintStream) - Constructor for class org.eclipse.emf.codegen.CodeGen.StreamProgressMonitor
Deprecated.
 
CodeGenEcorePlugin - Class in org.eclipse.emf.codegen.ecore
The Plugin for the EMF.CodeGen.Ecore library.
CodeGenEcorePlugin.Implementation - Class in org.eclipse.emf.codegen.ecore
The actual implementation of the Eclipse Plugin.
CodeGenEcorePlugin.Implementation() - Constructor for class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin.Implementation
Creates an instance.
CodeGenPlugin - Class in org.eclipse.emf.codegen
The Plugin for the model EMF.CodeGen library.
CodeGenPlugin.Implementation - Class in org.eclipse.emf.codegen
The actual implementation of the Eclipse Plugin.
CodeGenPlugin.Implementation() - Constructor for class org.eclipse.emf.codegen.CodeGenPlugin.Implementation
Creates an instance.
CodeGenUIPlugin - Class in org.eclipse.emf.codegen.presentation
This is the central singleton for the emf.codegen plugin.
CodeGenUIPlugin() - Constructor for class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
Create the instance.
CodeGenUtil - Class in org.eclipse.emf.codegen.util
This class contains convenient static methods for EMF code generation.
CodeGenUtil() - Constructor for class org.eclipse.emf.codegen.util.CodeGenUtil
 
CodeGenUtil.EclipseUtil - Class in org.eclipse.emf.codegen.util
 
CodeGenUtil.EclipseUtil() - Constructor for class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
 
CodeGenUtil.EclipseUtil.StreamProgressMonitor - Class in org.eclipse.emf.codegen.util
 
CodeGenUtil.EclipseUtil.StreamProgressMonitor(PrintStream) - Constructor for class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil.StreamProgressMonitor
 
CodeGenUtil.StreamProgressMonitor - Class in org.eclipse.emf.codegen.util
Deprecated.
As of EMF 2.2, moved to EcoreUtil.
CodeGenUtil.StreamProgressMonitor(PrintStream) - Constructor for class org.eclipse.emf.codegen.util.CodeGenUtil.StreamProgressMonitor
Deprecated.
 
col - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the column index.
COLLAPSE_WHITE_SPACE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The white space kind ID for collapse (all contiguous white space characters to a single space).
collapseEmptyPackages(EPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
collapseSegments(boolean) - Method in class org.eclipse.emf.common.util.URI
 
collapseSegments(boolean) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
collapseSegments(boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
collapseWhiteSpace(String) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
collectAll(EStructuralFeature, EList<T>) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
collectCustomProperties(Properties) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
Collects the values of the specified properties.
collectCustomProperties(Properties) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePropertyPage
 
collectCustomProperties() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourceWizardPage
 
collectDataSetDesign(DataSetDesign) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
collectGenClasses(List<EClass>, GenBaseImpl.GenClassFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Iterate over the specified eClasses list, finding the GenClass corresponding to each EClass.
collectGenConstraints(List<? extends GenClassifier>, List<String>, GenBaseImpl.GenConstraintFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Iterate over the lists returned by calling getGenConstraints() on items in the list of genClassifiers, and then over the list of genConstraints.
collectGenFeatures(List<GenClass>, List<GenFeature>, GenBaseImpl.GenFeatureFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Iterate over the lists returned by calling getGenFeatures() on items in the list of genClasses, and then over the list of genFeatures.
collectGenOperations(GenClass, List<GenClass>, List<GenOperation>, GenBaseImpl.GenOperationFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Iterate over the lists returned by calling getGenOperations() on items in the list of genClasses, and then over the list of genOperations.
collectGenOperations(GenClass, List<GenClass>, List<GenOperation>, GenBaseImpl.GenOperationFilter, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
collection - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the collection of objects being added to the owner list.
collection - Variable in class org.eclipse.emf.edit.command.CommandParameter
This is the collection of values involved in the command.
collection - Variable in class org.eclipse.emf.edit.command.DeleteCommand
This is the collection of objects to be deleted.
collection - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the collection of dragged sources.
collection - Variable in class org.eclipse.emf.edit.command.RemoveCommand
This is the collection of objects being removed.
collection - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is the collection of replacements.
collection - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
This records the collection of selected objects so that a new command can be easily constructed after the execution of the command previously constructed from this selection.
collection - Variable in class org.eclipse.emf.mapping.action.CreateMappingAction.DelegateCommand
 
collection - Variable in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction.DelegateCommand
 
collection - Variable in class org.eclipse.emf.mapping.action.NameMatchMappingAction.DelegateCommand
 
collection - Variable in class org.eclipse.emf.mapping.action.RemoveMappingAction.CommandDelegate
 
collection - Variable in class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
 
collection - Variable in class org.eclipse.emf.mapping.command.AddMappingCommand
This keeps track of the input and output objects that are to be mapped.
collection - Variable in class org.eclipse.emf.mapping.command.RemoveMappingCommand
This keeps track of the input and output objects that are to be mapped.
collectionToString(Collection<?>) - Static method in class org.eclipse.emf.edit.command.CommandParameter
 
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.provider.ETypeParameterItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationDirectiveItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAttributeItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassifierItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XDataTypeItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumLiteralItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XImportDirectiveItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XMemberItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XNamedElementItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XOperationItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XPackageItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XParameterItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypeParameterItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This adds to newChildDescriptors, a collection of new child descriptors.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookOnTapeItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BorrowerItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.CirculatingItemItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.EmployeeItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.ItemItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PeriodicalItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.VideoCassetteItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.WriterItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
This adds CommandParameters describing the children that can be created under this object
collectNewChildDescriptors(Collection<Object>, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
This adds CommandParameters describing the children that can be created under this object
collectPackages(List<GenPackage>, List<GenPackage>, int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Collects into result nested GenPackages to the specified depth, not counting those without classifiers (for which nothing is ever generated); -1 for no limit.
collectReachableObjectsOfType(Collection<EObject>, Collection<EObject>, EObject, EClassifier) - Static method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This will visit all reachable references from object except those in visited; it updates visited and adds to result any object with a meta object that indicates that it is a subtype of type.
collectReachableObjectsOfType(Collection<EObject>, Collection<EObject>, EObject, EGenericType) - Static method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This will visit all reachable references from object except those in visited; it updates visited and adds to result any object with a meta object that indicates that it is a subtype of type.
COLLIDING_IMPORT - Static variable in class org.eclipse.emf.ecore.xcore.validation.XcoreIssueCodes
 
collidingImport(Issue, IssueResolutionAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
 
COLOR_PROVIDERS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Color Providers' attribute
colorProvider - Variable in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
colorProviders - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Color Providers' attribute
column - Variable in exception org.eclipse.emf.ecore.xmi.XMIException
 
columnResizeTime - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter
 
ColumnViewerInformationControlToolTipSupport - Class in org.eclipse.emf.common.ui.viewer
A utility class for showing rich JDT-style HTML content in tool tip hovers.
ColumnViewerInformationControlToolTipSupport(ColumnViewer, LocationListener) - Constructor for class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
ColumnViewerInformationControlToolTipSupport.AccessibleInformationControl - Interface in org.eclipse.emf.common.ui.viewer
An interface that provides access to the underlying control so that we're able give it focus.
ColumnViewerInformationControlToolTipSupport.PathLocationListener - Class in org.eclipse.emf.common.ui.viewer
A listener that's "path URI" aware.
ColumnViewerInformationControlToolTipSupport.PathLocationListener(StructuredViewer) - Constructor for class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport.PathLocationListener
 
COM - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
combineArrayAndList(String[], List<String>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Adds strings from strings list to existing array of strings, returns resulting string array, and clears the list of strings.
comboSelected(Event) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage.ReferencedGenPackageTreeEditorHelper
 
Command - Interface in org.eclipse.emf.common.command
An interface that every command is expected to support.
command - Variable in class org.eclipse.emf.common.command.CommandWrapper
The command for which this is a proxy or decorator.
command - Variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This is the command that does the actual pasting.
command - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
This records the command that is created each time the selection changes.
command - Variable in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This keeps track of the command delegate that is created by CommandActionHandler.createCommand(java.util.Collection<?>).
command - Variable in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This records the command.
command - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is the command created during dragging which provides the feedback and will carry out the action upon completion.
COMMAND_STACK_EDEFAULT - Static variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
The default value of the 'Command Stack' attribute
CommandAction - Class in org.eclipse.emf.edit.ui.action
This class is used to implement a selection-based IAction on the menubar, the toolbar, or a popup menu by delegating all required behaviour to a Command.
CommandAction - Class in org.eclipse.emf.edit.ui.action
This class is used to implement a selection-based IAction on the menubar, the toolbar, or a popup menu by delegating all required behaviour to a Command.
CommandAction() - Constructor for class org.eclipse.emf.edit.ui.action.CommandAction
This constructs an instance.
CommandActionDelegate - Interface in org.eclipse.emf.edit.command
This is the interface used by a CommandAction to delegate all of the set methods of an IAction to a Command.
CommandActionHandler - Class in org.eclipse.emf.edit.ui.action
 
CommandActionHandler - Class in org.eclipse.emf.edit.ui.action
 
CommandActionHandler(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.CommandActionHandler
This constructs and instance in this editing domain.
CommandActionHandler(EditingDomain, String) - Constructor for class org.eclipse.emf.edit.ui.action.CommandActionHandler
This constructs and instance in this editing domain.
commandCreationMap - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack
This keeps track of the mapping between commands and their PersistentCommandStack.CommandCreationRecords.
commandline - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
commandList - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The list of commands.
commandList - Variable in class org.eclipse.emf.common.command.CompoundCommand
The list of subcommands.
commandOwner - Variable in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.DelegatingWrapperItemPropertyDescriptor
 
commandOwner - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
If non-null, this object will be the owner of commands created to set the property's value.
CommandParameter - Class in org.eclipse.emf.edit.command
This is a convenient common base class for all the command parameters need by the various types of commands.
CommandParameter(Object) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying only an owner.
CommandParameter(Object, Object, Object) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, and a value.
CommandParameter(Object, Object, Object, int) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, a value, and an index.
CommandParameter(Object, Object, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, and a collection of values.
CommandParameter(Object, Object, Collection<?>, int) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, a collection of values, and an index.
CommandParameter(Object, Object, Object, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, and a value, and a collection.
CommandParameter(Object, Object, Object, Collection<?>, int) - Constructor for class org.eclipse.emf.edit.command.CommandParameter
This creates an instance specifying an owner, a feature, a value, a collection, and an index.
CommandStack - Interface in org.eclipse.emf.common.command
A simple and obvious interface for an undoable stack of commands with a listener.
commandStack - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is the command stack that was passed into the constructor.
commandStack - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
The cached value of the 'Command Stack' attribute
commandStackChanged(EventObject) - Method in interface org.eclipse.emf.common.command.CommandStackListener
Called when the CommandStack's state has changed.
commandStackChanged(EventObject) - Method in class org.eclipse.emf.mapping.action.CreateMappingAction
 
commandStackChanged(EventObject) - Method in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction
 
commandStackChanged(EventObject) - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction
 
commandStackChanged(EventObject) - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction
 
commandStackChanged(EventObject) - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction
 
CommandStackListener - Interface in org.eclipse.emf.common.command
A listener to a CommandStack.
commandStackListener - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
commandTarget - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This records the object for which the EditingDomainViewerDropAdapter.command was created.
CommandWrapper - Class in org.eclipse.emf.common.command
A command that wraps another command.
CommandWrapper(Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance for the given command.
CommandWrapper(String, Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance with the given label for the given command.
CommandWrapper(String, String, Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance with the given label and description for the given command.
CommandWrapper() - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance.
CommandWrapper(String) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance, with the given label.
CommandWrapper(String, String) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance, with the given label and description.
comment - Static variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
comment - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
Cached value of member comment.
COMMENT - Static variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
comment(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
comment(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
comment - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
comment - Variable in class org.eclipse.emf.java.impl.JCompilationUnitImpl
The cached value of the 'Comment' attribute
comment - Variable in class org.eclipse.emf.java.impl.JMemberImpl
The cached value of the 'Comment' attribute
COMMENT_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JCompilationUnitImpl
The default value of the 'Comment' attribute
COMMENT_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMemberImpl
The default value of the 'Comment' attribute
COMMENT_FORMATTING_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Comment Formatting' attribute
commentArray - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Array of comments from compilation unit
CommentAwareSourceRangeComputer - Class in org.eclipse.emf.codegen.merge.java.facade.ast
Class that computes the ranges for the nodes for use by ASTRewrite.
CommentAwareSourceRangeComputer(CompilationUnit, String) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
 
commentedOutPositions - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Map of commented out nodes to their tracked positions
commentEndPositions - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
End positions of all comments
commentFormatting - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
Whether Eclipse JDT code formatting should be applied to comments.
commentFormatting - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Comment Formatting' attribute
commentOut(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
commentOut() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Commenting out a field results in splitting of the fields, and then commenting out only the field that is commented out.
commentOut() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Comments out this node.
commentOut(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Comment out the node and its children.
commentOutEachLine(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Comments out each line but the first one in the given text, and returns resulting new text.
commentOutLines(TextEdit, int, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Creates and adds InsertEdits that comment out all lines between firstLine and lastLine inclusively.
commentOutReplaceEdit(ReplaceEdit) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Replaces given ReplaceEdit by new ReplaceEdit with each line commented out.
commentStartPositions - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Start positions of all comments
commit - Variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
commit() - Method in class org.eclipse.emf.oda.ecore.impl.Connection
 
commitXML(Document) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
CommonPlugin - Class in org.eclipse.emf.common
The Plugin for the model EMF.Common library.
CommonPlugin.Implementation - Class in org.eclipse.emf.common
The actual implementation of the Eclipse Plugin.
CommonPlugin.Implementation() - Constructor for class org.eclipse.emf.common.CommonPlugin.Implementation
Creates an instance.
CommonPlugin.Implementation.Activator - Class in org.eclipse.emf.common
 
CommonPlugin.Implementation.Activator() - Constructor for class org.eclipse.emf.common.CommonPlugin.Implementation.Activator
 
CommonUIPlugin - Class in org.eclipse.emf.common.ui
The Plugin for the model EMF.Common.UI library.
CommonUIPlugin - Class in org.eclipse.emf.common.ui
The Plugin for the model EMF.Common.UI library.
CommonUIPlugin.Implementation - Class in org.eclipse.emf.common.ui
The actual implementation of the Eclipse Plugin.
CommonUIPlugin.Implementation() - Constructor for class org.eclipse.emf.common.ui.CommonUIPlugin.Implementation
Creates an instance.
CommonUtil - Class in org.eclipse.emf.common.util
Static utilities for string pooling.
compare(XMLCalendar, XMLCalendar) - Static method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
compare(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
compare(XMLDuration, XMLDuration) - Static method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
compare(Duration) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
compareCalendar(Object, Object) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
compareDuration(Object, Object) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
COMPARTMENT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
COMPARTMENTITEMS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
compilationUnit - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
compilationUnit - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
compilationUnit - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Compilation unit used to get extended ranges of the nodes
compilerCompliance - Variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
CompileTemplateAction - Class in org.eclipse.emf.codegen.action
Compile the JET template.
CompileTemplateAction() - Constructor for class org.eclipse.emf.codegen.action.CompileTemplateAction
 
complete() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
Once the document is complete, in particular once the namespace declarations have been added at the mark location, we should try to insert a line break after those declarations.
complete_FeatureCallID(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_SignedInt(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_ValidID(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XAnnotation(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XAnnotationDirective(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XAttribute(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XBlockExpression(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XClass(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XClassifier(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XDataType(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XEnum(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XEnumLiteral(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XGenericType(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XGenericTypeArgument(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XGenericWildcardTypeArgument(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XID(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XImportDirective(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XMember(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XMultiplicity(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XOperation(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XPackage(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XParameter(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XQualifiedName(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XReference(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XStringToStringMapEntry(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
complete_XTypeParameter(EObject, RuleCall, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAnnotation_Details(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAnnotation_Source(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAnnotationDirective_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAnnotationDirective_SourceURI(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_Annotations(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_DefaultValueLiteral(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_Derived(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_GetBody(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_ID(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_IsSetBody(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_Multiplicity(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.XcoreProposalProvider
 
completeXAttribute_Readonly(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_SetBody(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_Transient(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_Type(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_Unique(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_Unordered(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_UnsetBody(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_Unsettable(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXAttribute_Volatile(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXBlockExpression_Expressions(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXClass_Abstract(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXClass_Annotations(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXClass_InstanceType(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXClass_Interface(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXClass_Members(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXClass_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXClass_SuperTypes(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXClass_TypeParameters(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXDataType_Annotations(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXDataType_ConvertBody(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXDataType_CreateBody(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXDataType_InstanceType(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXDataType_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXDataType_Serializable(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXDataType_TypeParameters(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXEnum_Annotations(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXEnum_Literals(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXEnum_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXEnumLiteral_Annotations(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXEnumLiteral_Literal(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXEnumLiteral_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXEnumLiteral_Value(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXGenericType_Type(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXGenericType_Type(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.XcoreProposalProvider
 
completeXGenericType_TypeArguments(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXGenericWildcardTypeArgument_LowerBound(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXGenericWildcardTypeArgument_UpperBound(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXImportDirective_ImportedNamespace(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXImportDirective_ImportedObject(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXOperation_Annotations(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXOperation_Body(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXOperation_Exceptions(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXOperation_Multiplicity(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXOperation_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXOperation_Parameters(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXOperation_Type(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXOperation_TypeParameters(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXOperation_Unique(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXOperation_Unordered(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXPackage_AnnotationDirectives(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXPackage_Annotations(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXPackage_Classifiers(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXPackage_ImportDirectives(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXPackage_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXParameter_Annotations(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXParameter_Multiplicity(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXParameter_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXParameter_Type(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXParameter_Unique(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXParameter_Unordered(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Annotations(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Container(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Containment(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Derived(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_GetBody(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_IsSetBody(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Keys(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Local(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Multiplicity(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.XcoreProposalProvider
 
completeXReference_Opposite(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Opposite(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.XcoreProposalProvider
 
completeXReference_Readonly(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_ResolveProxies(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_SetBody(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Transient(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Type(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Unique(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Unordered(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_UnsetBody(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Unsettable(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXReference_Volatile(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXStringToStringMapEntry_Key(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXStringToStringMapEntry_Value(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXStructuralFeature_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.XcoreProposalProvider
 
completeXTypeParameter_Annotations(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXTypeParameter_Bounds(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
completeXTypeParameter_Name(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.AbstractXcoreProposalProvider
 
COMPLEX_TYPE_CONVERTER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The meta object id for the 'Complex Type Converter' class
COMPLEX_TYPE_CONVERTER - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Complex Type Converter' class
COMPLEX_TYPE_CONVERTER__HELPED_OBJECT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Helped Object' reference
COMPLEX_TYPE_CONVERTER__IN2OUT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'In2out' reference
COMPLEX_TYPE_CONVERTER__IN2OUT - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'In2out' reference feature
COMPLEX_TYPE_CONVERTER__MAPPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Mapper' container reference
COMPLEX_TYPE_CONVERTER__NESTED - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested' containment reference list
COMPLEX_TYPE_CONVERTER__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested In' container reference
COMPLEX_TYPE_CONVERTER__OUT2IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Out2in' reference
COMPLEX_TYPE_CONVERTER__OUT2IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Out2in' reference feature
COMPLEX_TYPE_CONVERTER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The number of structural features of the 'Complex Type Converter' class
ComplexTypeConverter - Interface in org.eclipse.emf.mapping
A representation of the model object 'Complex Type Converter'
ComplexTypeConverterImpl - Class in org.eclipse.emf.mapping.impl
An implementation of the model object 'Complex Type Converter'
ComplexTypeConverterImpl() - Constructor for class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
ComplexTypeConverterItemProvider - Class in org.eclipse.emf.mapping.provider
This is the item provider adpater for a ComplexTypeConverter object.
ComplexTypeConverterItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.provider.ComplexTypeConverterItemProvider
This constructs an instance from a factory and a notifier.
complexTypeConverterItemProvider - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This keeps track of the one adapter used for all ComplexTypeConverter instances.
COMPLIANCE_LEVEL_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Compliance Level' attribute
complianceLevel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Compliance Level' attribute
COMPONENT_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ComposeableAdapterFactory - Interface in org.eclipse.emf.edit.provider
This provides support that allows a factory to be composed into a ComposedAdapterFactory that serves the union of the model objects from different packages.
ComposedAdapterFactory - Class in org.eclipse.emf.edit.provider
This provides support for composing several factories for different models into a single factory serving the union of the model objects.
ComposedAdapterFactory() - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory(AdapterFactory[]) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory(Collection<? extends AdapterFactory>) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
ComposedAdapterFactory.Descriptor - Interface in org.eclipse.emf.edit.provider
A descriptor can create an adapter factory.
ComposedAdapterFactory.Descriptor.Registry - Interface in org.eclipse.emf.edit.provider
A registry is an index that takes a collection of keys, typically a pair consisting of an EPackage or java.lang.Package, and a java.lang.Class, and maps it to a descriptor.
ComposedAdapterFactory.Descriptor.Registry.Impl - Class in org.eclipse.emf.edit.provider
A simple registry implementation that supports delegation.
ComposedAdapterFactory.Descriptor.Registry.Impl(ComposedAdapterFactory.Descriptor.Registry) - Constructor for class org.eclipse.emf.edit.provider.ComposedAdapterFactory.Descriptor.Registry.Impl
Creates an instance.
ComposedImage - Class in org.eclipse.emf.edit.provider
This implements a wrapper that can be used to specify how a composed image should look.
ComposedImage(Collection<?>) - Constructor for class org.eclipse.emf.edit.provider.ComposedImage
This creates an empty instance.
ComposedImage.Point - Class in org.eclipse.emf.edit.provider
 
ComposedImage.Point() - Constructor for class org.eclipse.emf.edit.provider.ComposedImage.Point
 
ComposedImage.Size - Class in org.eclipse.emf.edit.provider
 
ComposedImage.Size() - Constructor for class org.eclipse.emf.edit.provider.ComposedImage.Size
 
ComposedImageDescriptor - Class in org.eclipse.emf.edit.ui.provider
 
ComposedSelection - Class in org.eclipse.emf.mapping.presentation
 
ComposedSelection(ISelection, ISelection[]) - Constructor for class org.eclipse.emf.mapping.presentation.ComposedSelection
 
ComposedSwitch<T> - Class in org.eclipse.emf.ecore.util
Composes multiple switches in order to handle instances of classes defined in multiple packages.
ComposedSwitch() - Constructor for class org.eclipse.emf.ecore.util.ComposedSwitch
Creates a new ComposedSwitch.
ComposedSwitch(Collection<? extends Switch<T>>) - Constructor for class org.eclipse.emf.ecore.util.ComposedSwitch
Creates a new ComposedSwitch.
composeMessage(Diagnostic, Diagnostic) - Method in class org.eclipse.emf.common.ui.MarkerHelper
Returns the message that will be used with the marker associated with the given diagnostic.
composeMessage(Diagnostic, Diagnostic) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction.EclipseResourcesUtil
 
composite - Variable in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
compositeDisposed() - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
compositeEditor - Variable in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
compositeSelected(Event) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
CompoundCommand - Class in org.eclipse.emf.common.command
A command that comprises a sequence of subcommands.
CompoundCommand() - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an empty instance.
CompoundCommand(String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label.
CompoundCommand(String, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label and description.
CompoundCommand(List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given list.
CompoundCommand(String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates instance with the given label and list.
CompoundCommand(String, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label, description, and list.
CompoundCommand(int) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an empty instance with the given result index.
CompoundCommand(int, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index and label.
CompoundCommand(int, String, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index, label, and description.
CompoundCommand(int, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index and list.
CompoundCommand(int, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given resultIndex, label, and list.
CompoundCommand(int, String, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index, label, description, and list.
computeActionCode(Diagnostic) - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
computeArtifactURI(String) - Method in class org.eclipse.emf.exporter.ModelExporter
Returns the artifact URI for a given artifact location.
computeClassifierLabel(EClassifier) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
computeConstraints(EModelElement) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
computeDefaultGenModelFileName() - Method in class org.eclipse.emf.importer.ModelImporter
 
computeDefaultSourceRange(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Calculates the default range for the node.
computeDiagnostic(Resource, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Computes a Diagnostic from the errors and warnings stored in the specified resource.
computeEditorToOpen() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
computeEKeys(EReference) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
computeEndOfTrailingComments(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Finds the end position of trailing comments of the given node.
computeEPackages(Monitor, ModelImporter) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
computeEPackages() - Method in class org.eclipse.emf.importer.java.ui.JavaPackagePage
 
computeEPackages(Monitor) - Method in class org.eclipse.emf.importer.java.ui.JavaPackagePage
 
computeEPackages(Monitor) - Method in class org.eclipse.emf.importer.ModelImporter
 
computeEPackages(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
computeEPackagesBeingReloaded() - Method in class org.eclipse.emf.importer.ModelImporter
 
computeEPackagesToConvert() - Method in class org.eclipse.emf.converter.ModelConverter
 
computeFeatureKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
computeGenModelContainerPath(IPath) - Method in class org.eclipse.emf.importer.ModelImporter
 
computeLabel(EClassifier) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
computeLabel(ENamedElement) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
computeLabel(EGenericType) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
computeLabel(EOperation) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
computeLabel(EEnumLiteral) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
computeMissingUsedGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
computeMissingUsedGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
computeMissingUsedGenPackages(List<EPackage>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
computeModelProjectName() - Method in class org.eclipse.emf.importer.ModelImporter
 
computePlatformPluginToPlatformResourceMap() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Computes a map from platform:/plugin/<plugin-id>/ URI to platform:/resource/<plugin-location>/ URI for each plugin project in the workspace or platform resource map.
computePlatformResourceToPlatformPluginMap(Collection<URI>) - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Computes a map from platform:/resource/<plugin-location>/ URI to platform:/plugin/<plugin-id>/ URI for each URI in the collection of the form platform:/plugin/<plugin-id>/...
computePlatformURIMap() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Deprecated.
since 2.9; use computePlatformURIMap(true) to get the mappings for the target platform, or use computePlatformURIMap(false) to get the legacy behavior, i.e., the mappings for the installed environment. It's generally expected that all clients, will migrate to use the target platform.
computePlatformURIMap(boolean) - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Computes a map so that plugins in the workspace will override those in the target platform or the environment and so that plugins with Ecore and GenModels in the target platform or the environment will look like projects in the workspace, i.e., so that each plugin can be accessed via a logical platform:/resource URI equivalent to what would be used if the plugin were actually imported into the workspace.
computePrefix(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
computeQualifiedName(JInitializer) - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
computeQualifiedName(JAbstractType) - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
computeQualifiedName(JMethod) - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Same as the getName().
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJInitializer
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJInitializer
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
computeQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
computeRequiredPackages(EPackage) - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
computeResourcesToBeSaved() - Method in class org.eclipse.emf.importer.ModelImporter
 
computeResult() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.VariableSpecificationDialog
 
computeRoseModelFile() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
computeSortedImports() - Method in class org.eclipse.emf.codegen.util.ImportManager
Returns the sorted, formatted import declarations that should be added to the compilation unit.
computeSourceRange(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Calculates the range of a node as follows: For any node the range is at least the range returned by CommentAwareSourceRangeComputer.computeDefaultSourceRange(ASTNode).
computeStartOfPrecedingComments(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Finds the start position of preceding comments of the given node.
computeSuggestedDescriptor() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
computeTypedElementLabel(ETypedElement) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
computeTypeParameterLabel(ETypeParameter) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
computeUniqueLabels(Object, Collection<?>) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider.ItemPropertyDescriptorWithUniqueChoiceOfValueLabels
 
computeValidReferencedGenPackages() - Method in class org.eclipse.emf.converter.ModelConverter
 
computeValidReferencedGenPackages() - Method in class org.eclipse.emf.converter.ModelConverter.ReferencedEPackageFilter
 
concatName(List<String>) - Method in class org.eclipse.emf.mapping.command.NameMatchMappingCommand
 
CONCURRENCY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ConfigurationCache - Class in org.eclipse.emf.ecore.xmi.impl
This class represents a configuration that can be used to enable caching and therefore improves performance of EMF serialization.
ConfigurationCache() - Constructor for class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
configurationElement - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
configure() - Method in class org.eclipse.emf.codegen.jet.JETNature
 
configure(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
configure(Binder) - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
configure(Binder) - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule
 
configureAction(ISelection) - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This extracts the objects from selection, invokes createActionCommand to create the command, and then configures the action based on the result.
configureBuilderPreferenceStoreInitializer(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
configureContentAssistLexer(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
configureContentAssistLexerProvider(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
configureControl(IXtextBrowserInformationControl, ToolBarManager, String) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverProvider.XCorePresenterControlCreator
 
configureFileExtensions(Binder) - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
configureHighlightingLexer(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
configureHighlightingTokenDefProvider(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
configureIgnoreCaseLinking(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
configureIPreferenceStoreInitializer(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
configureIResourceDescriptions(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
configureIResourceDescriptionsBuilderScope(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
configureIResourceDescriptionsPersisted(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
configureIResourceDescriptionsPersisted(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
configureIScopeProviderDelegate(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
configureIScopeProviderDelegate(Binder) - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
configureJvmMemberRenameStrategy$Provider$Delegate(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
configureLanguageName(Binder) - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
configureLanguageSpecificURIEditorOpener(com.google.inject.Binder) - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelUIModule
 
configureLanguageSpecificURIEditorOpener(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
configureLinkingIScopeProvider(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
configureResourceUIServiceLabelProvider(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
configureRuntimeLexer(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
configureSerializerIScopeProvider(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
configureSerializerIScopeProvider(com.google.inject.Binder) - Method in class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
configureShell(Shell) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
configureShell(Shell) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
configureShell(Shell) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
 
configureShell(Shell) - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
configureShell(Shell) - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
connect() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Record that this is connected.
Connection - Class in org.eclipse.emf.oda.ecore.impl
Implementation of IConnection for EMF ODA runtime driver.
Connection() - Constructor for class org.eclipse.emf.oda.ecore.impl.Connection
 
connection - Variable in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
connection - Variable in class org.eclipse.emf.oda.ecore.impl.Query
 
consider(String) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Adds the URI.
consider(URI, URI, File) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
consider(IFile) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Adds the file to JETCompileTemplateOperation.files the file ends with the JETCompileTemplateOperation.JET_EXTENSION extension.
consider(IContainer) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Considers all the files of a container and all its subcontainer.
considerSubtypes - Variable in class org.eclipse.emf.ecore.xmi.impl.ElementHandlerImpl
 
CONSISTENT_ARGUMENTS_INCORRECT_NUMBER - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_ARGUMENTS_INVALID_SUBSTITUTION - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_ARGUMENTS_NONE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_ARGUMENTS_NONE_ALLOWED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_BOUNDS - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_BOUNDS_NO_BOUNDS_WITH_TYPE_PARAMETER_OR_CLASSIFIER - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_BOUNDS_NO_LOWER_AND_UPPER - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_BOUNDS_NOT_ALLOWED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_CONTAINER - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_KEYS - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_OPPOSITE_BAD_TRANSIENT - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_OPPOSITE_BOTH_CONTAINMENT - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_OPPOSITE_NOT_FROM_TYPE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_OPPOSITE_NOT_MATCHING - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_SUPER_TYPES_CONFLICT - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_SUPER_TYPES_DUPLICATE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TRANSIENT - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_CLASS_NOT_PERMITTED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_CLASS_REQUIRED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_DATA_TYPE_NOT_PERMITTED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_NO_TYPE_PARAMETER_AND_CLASSIFIER - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_PRIMITIVE_TYPE_NOT_PERMITTED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_TYPE_PARAMETER_NOT_IN_SCOPE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_TYPE_WILDCARD_NOT_PERMITTED - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
CONSISTENT_UNIQUE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
consolidateChanges() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
Consolidates the changes that have happen since the last consolidation.
consolidateChanges() - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
CONSTANT_DECLARATION_BEGIN - Static variable in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
CONSTANT_DECLARATION_END - Static variable in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
CONSTANT_DECLARATION_MIDDLE - Static variable in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
CONSTANT_PREFIX - Static variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
constantCount - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
constantDictionary - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
constants - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
CONSTRAINTS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
constructor - Variable in class org.eclipse.emf.java.impl.JMethodImpl
The cached value of the 'Constructor' attribute
CONSTRUCTOR_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMethodImpl
The default value of the 'Constructor' attribute
CONSTVALUE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
container - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
container - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
container - Variable in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl.OldContainmentInformation
 
container - Variable in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
The cached value of the 'Container' attribute
CONTAINER_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The default value of the 'Container' attribute
CONTAINER_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
The default value of the 'Container' attribute
CONTAINER_PATHS - Static variable in class org.eclipse.emf.codegen.ecore.gwt.GWTBuilder
 
CONTAINER_WITHOUT_OPPOSITE - Static variable in class org.eclipse.emf.ecore.xcore.validation.XcoreIssueCodes
 
containerClass - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
containers - Variable in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
containingClass - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
containingGenPackage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.GenPackage.AnnotationReferenceData
 
CONTAINMENT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
containment(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return true if the cross referencer should include references from children of the specified object.
containment - Variable in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
The cached value of the 'Containment' attribute
CONTAINMENT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CONTAINMENT_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_DYNAMIC_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The default value of the 'Containment' attribute
CONTAINMENT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
The default value of the 'Containment' attribute
CONTAINMENT_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The flag representing the value of the 'Containment' attribute
CONTAINMENT_INVERSE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_DYNAMIC_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_UNSETTABLE_DYNAMIC_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_INVERSE_UNSETTABLE_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_PROXIES_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Containment Proxies' attribute
CONTAINMENT_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_UNSETTABLE_DYNAMIC_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
CONTAINMENT_UNSETTABLE_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
containmentFeature - Variable in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl.OldContainmentInformation
 
containmentProxies - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Containment Proxies' attribute
containments() - Method in interface org.eclipse.emf.ecore.impl.EClassImpl.FeatureSubsetSupplier
 
CONTAINMENTS_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
contains(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
contains(Object) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns whether the list contains the object.
contains(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether the list contains the object.
contains(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
contains(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the list contains the object.
contains(Object) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
contains(String, long, long) - Static method in class org.eclipse.emf.common.util.URI
 
contains(Object) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
contains(Object) - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
contains(Object) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
contains(InternalEObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
contains(InternalEObject, EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns whether the content of the object's feature contains the given value.
contains(Object) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
contains(Object) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
contains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
contains(EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
contains(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
Resolve to compare objects but do not modify list
contains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
contains(EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
contains(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList
Resolve to compare objects but do not modify list
contains(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
contains(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
contains(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
contains(int[], int) - Method in class org.eclipse.emf.edit.command.RemoveCommand
Returns whether the given int array contains the given target value.
contains(EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Returns whether the store handles children of the specified feature.
contains(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ModifiableSingletonEList
 
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEMap
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the list contains each object in the collection.
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
containsAll(Collection<?>) - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
containsAll(Collection) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
containsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
containsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
containsAll(EStructuralFeature, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
containsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
containsAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
containsExact(Collection<?>, Object) - Method in class org.eclipse.emf.edit.command.RemoveCommand
Returns whether the given collection contains the given target object itself (according to ==, not .equals()).
containsKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
containsKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
containsKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns whether the key is associated with a value.
containsKey(Object) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
Returns whether this map or the delegate map contains this key.
containsKey(Object) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
containsKey(Object) - Method in class org.eclipse.emf.ecore.impl.EValidatorRegistryImpl
 
containsKey(Object) - Method in class org.eclipse.emf.ecore.impl.ValidationDelegateRegistryImpl
 
containsKey(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLRegistryImpl
 
containsName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
containsNull - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
Whether or not this set contains the null value.
containsValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
containsValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
containsValue(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns whether the value is associated with a key.
containsValue(Object) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
content - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
 
CONTENT - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
 
CONTENT_DESCRIPTION_OPTIONS - Static variable in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
A constant read only map of options used to request just the content type.
CONTENT_ELEMENT - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
CONTENT_HANDLER_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
CONTENT_KINDS - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The strings used to represent the various content kinds in extended metadata annotations, indexed by kind ID.
CONTENT_PARSER_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
CONTENT_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
The content type ID for EMOF.
CONTENT_TYPE_ID - Static variable in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
The key in the parameters map representing the content type identifier String.
CONTENT_TYPE_ID - Static variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The key in the constructor's parameter map representing the content type identifier String.
CONTENT_TYPE_IDENTIFIER_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Content Type Identifier' attribute
CONTENT_TYPE_PROPERTY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler
A content description property describing the content's type identity.
CONTENT_TYPE_REQUESTED_PROPERTIES - Static variable in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
A constant read only set containing just the content type property.
CONTENT_VALUE_PATTERN - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
contentCreated - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
contentDescription(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in interface org.eclipse.emf.ecore.resource.ContentHandler
Returns a map of properties that describe the content of the given URI's corresponding input stream.
contentDescription(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
This base implementation handles computing the ContentHandler.BYTE_ORDER_MARK_PROPERTY, the character set property, and the line delimiter property.
contentDescription(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
contentDescription(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformContentHandlerImpl
This implementation delegates to the platform's content description support,
contentDescription(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
This implementation delegates to the URI converter's content handlers.
contentDescription(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Returns a map from String properties to their corresponding values representing a description the given URI's contents.
contentDescription(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
Returns a map from String properties to their corresponding values representing a description the given URI's contents.
contentDescription(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
Returns a valid content description if the XML content of the input stream has an element that matches the element names and namespace.
contentDescription(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl.XMI
Returns a valid content description if the XML content of the input stream has an XMI version attribute.
ContentHandler - Interface in org.eclipse.emf.ecore.resource
A handler for describing the contents of URIs.
contentHandler - Variable in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
The content handler delegate.
ContentHandler.ByteOrderMark - Enum in org.eclipse.emf.ecore.resource
A value specifying the byte order mark of a content description.
ContentHandler.Registry - Interface in org.eclipse.emf.ecore.resource
A registry of content handlers based on a priority order; lower values indicate have higher priority.
ContentHandler.Validity - Enum in org.eclipse.emf.ecore.resource
A value specifying the validity of a content description.
ContentHandlerImpl - Class in org.eclipse.emf.ecore.resource.impl
An implementation of a content handler.
ContentHandlerImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
Creates an instance.
ContentHandlerImpl.Describer - Class in org.eclipse.emf.ecore.resource.impl
An implementation of a describer that delegates to a ContentHandler.
ContentHandlerImpl.Describer() - Constructor for class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
 
ContentHandlerRegistryImpl - Class in org.eclipse.emf.ecore.resource.impl
 
ContentHandlerRegistryImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ContentHandlerRegistryImpl
 
contentHandlers() - Method in interface org.eclipse.emf.ecore.resource.ContentHandler.Registry
Returns a read only list of all the content handlers in the map in priority order.
contentHandlers() - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerRegistryImpl
 
contentHandlers - Variable in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
contentKind - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
contentOutlineFilterAction - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
contentOutlinePage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the content outline page
contentOutlinePage - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the content outline page
contentOutlinePage - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is the content outline page
contentOutlinePage - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This is the content outline page
contentOutlinePage - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is the content outline page
contentOutlinePage - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This is the content outline page.
contentOutlineStatusLineManager - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is a kludge
contentOutlineStatusLineManager - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is a kludge
contentOutlineStatusLineManager - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is a kludge
contentOutlineStatusLineManager - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This is a kludge
contentOutlineStatusLineManager - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is a kludge
contentOutlineStatusLineManager - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This is a kludge...
contentOutlineViewer - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the content outline page's viewer
contentOutlineViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the content outline page's viewer
contentOutlineViewer - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is the content outline page's viewer
contentOutlineViewer - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This is the content outline page's viewer
contentOutlineViewer - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is the content outline page's viewer
contentOutlineViewer - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This is the content outline page's viewer.
contentProvider - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
contentProvider - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
contentRefresh - Variable in class org.eclipse.emf.edit.provider.ViewerNotification
Whether the content under the element should be structurally refreshed.
contents - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
The cached value of the 'Contents' containment reference list
contents - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotation
Cached contents of this annotation
contents - Variable in class org.eclipse.emf.ecore.impl.EAnnotationImpl
The cached value of the 'Contents' containment reference list
contents - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The contents.
contentTypeID - Variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The content type identifier for content that matches this handler.
contentTypeIdentifier - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Content Type Identifier' attribute
contentTypeIdentifierToFactoryMap - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
The content type identifier map.
contentURI - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
context - Variable in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
context - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
context - Variable in class org.eclipse.emf.oda.ecore.impl.Query
 
CONTEXT_PROPERTY_NAME - Static variable in class org.eclipse.emf.oda.ecore.impl.Query
 
contextFeature - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
contextType - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
contextTypeField - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
CONTINUATION_PATTERN - Static variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
A pattern for matching manifest attribute continuations.
contributeToMenu(IMenuManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This adds menu contributions for the generate actions.
contributeToMenu(IMenuManager) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items
contributeToMenu(IMenuManager) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
contributeToMenu(IMenuManager) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items
contributeToMenu(IMenuManager) - Method in class org.eclipse.emf.java.presentation.JavaActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items
contributeToMenu(IMenuManager) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items
contributeToStatusLine(IStatusLineManager) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This adds Separators for editor additions to the tool bar.
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This adds Separators for editor additions to the tool bar
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This adds Separators for editor additions to the tool bar
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.java.presentation.JavaActionBarContributor
This adds Separators for editor additions to the tool bar
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreActionBarContributor
This adds Separators for editor additions to the tool bar.
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This adds Separators for editor additions to the tool bar
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
 
control - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
control - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
control - Variable in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor.DelayedProcessor
 
CONTROL_CHARACTERS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
CONTROL_OFFSET - Static variable in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
ControlAction - Class in org.eclipse.emf.edit.ui.action
A control action moves a contained object into a new resource or restores it to its containers' resource.
ControlAction - Class in org.eclipse.emf.edit.ui.action
A control action moves a contained object into a new resource or restores it to its containers' resource.
ControlAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.ControlAction
 
ControlAction() - Constructor for class org.eclipse.emf.edit.ui.action.ControlAction
 
controlAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to control or uncontrol a contained object.
ControlAction.ControlResourceDialog - Class in org.eclipse.emf.edit.ui.action
A save-type resource dialog that attempts to create the specified resource and load it, if it already exists.
ControlAction.ControlResourceDialog(Shell, EditingDomain, Resource) - Constructor for class org.eclipse.emf.edit.ui.action.ControlAction.ControlResourceDialog
 
ControlAction.SelfAffectingCommand - Class in org.eclipse.emf.edit.ui.action
 
controlModel - Variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
controlModel - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
controlModel - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
controlResized(ControlEvent) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter
 
CONVERSION_DELEGATE_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
conversionDelegate - Variable in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
conversionDelegateIsSet - Variable in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
conversionPage - Variable in class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard
 
convert(JAbstractType, Class<? extends JAbstractType>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter
 
convert() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.Converter
 
convert() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
Converts enum to the class declaration.
convert() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
Converts type to the enum.
convert(JAbstractType, Class<? extends JAbstractType>) - Method in interface org.eclipse.emf.codegen.merge.java.facade.NodeConverter
Converts the specified abstract type to an instance of the given class and returns the converted node.
convert - Variable in class org.eclipse.emf.converter.ModelConverter.EPackageConvertInfo
 
convert(Object) - Static method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
 
convert(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
convert(EDataType, Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
convertAnySimpleType(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertAnySimpleType(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Any Simple Type'
convertAnySimpleTypeToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertAnyURI(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertAnyURI(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Any URI'
convertAnyURIToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertASTNodeListToStringArray(List<? extends ASTNode>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Convert a given list of nodes to an array of strings.
convertBase64Binary(byte[]) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertBase64Binary(byte[]) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Base64 Binary'
convertBase64BinaryToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertBody - Variable in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
The cached value of the 'Convert Body' containment reference
convertBookCategoryToString(EDataType, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
convertBoolean(boolean) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertBoolean(boolean) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Boolean'
convertBooleanObject(Boolean) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertBooleanObject(Boolean) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Boolean Object'
convertBooleanObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertBooleanToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertByte(byte) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertByte(byte) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Byte'
convertByteObject(Byte) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertByteObject(Byte) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Byte Object'
convertByteObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertByteToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertCase(String, int, int, char) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
convertChangeKindToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
convertData - Variable in class org.eclipse.emf.converter.ModelConverter.EPackageConvertInfo
 
convertDate(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDate(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated.
convertDate(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Date'
convertDate(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated.
convertDateTime(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDateTime(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated.
convertDateTime(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Date Time'
convertDateTime(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated.
convertDateTimeToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDateToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDecimal(BigDecimal) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDecimal(BigDecimal) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Decimal'
convertDecimalToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDouble(double) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDouble(double) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Double'
convertDoubleObject(Double) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDoubleObject(Double) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Double Object'
convertDoubleObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDoubleToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDuration(Duration) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertDuration(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated.
convertDuration(Duration) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Duration'
convertDuration(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated.
convertDurationToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertEBigDecimalToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEBigIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEBooleanObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEBooleanToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEByteArrayToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEByteObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEByteToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertECharacterObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertECharToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEDateToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEDoubleObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEDoubleToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEFloatObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEFloatToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEIntegerObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEIntToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEJavaClassToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEJavaObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertELongObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertELongToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertENTITIES(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertENTITIES(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'ENTITIES'
convertENTITIESBase(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertENTITIESBase(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'ENTITIES Base'
convertENTITIESBaseToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertENTITIESToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertENTITY(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertENTITY(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'ENTITY'
convertENTITYToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertEnumConstToField(ASTJEnumConstant) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
Converts enum constant to field.
ConverterPlugin - Class in org.eclipse.emf.converter
The Plugin for the model converter.
ConverterPlugin.Implementation - Class in org.eclipse.emf.converter
The actual implementation of the Eclipse Plugin.
ConverterPlugin.Implementation() - Constructor for class org.eclipse.emf.converter.ConverterPlugin.Implementation
Creates an instance.
ConverterUIUtil - Class in org.eclipse.emf.converter.util
 
ConverterUIUtil() - Constructor for class org.eclipse.emf.converter.util.ConverterUIUtil
 
ConverterUIUtil.DiagnosticHandler - Class in org.eclipse.emf.converter.util
 
ConverterUIUtil.DiagnosticHandler() - Constructor for class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
ConverterUIUtil.TreeCheckStateManager - Class in org.eclipse.emf.converter.util
 
ConverterUIUtil.TreeCheckStateManager(Tree) - Constructor for class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
ConverterUtil - Class in org.eclipse.emf.converter.util
 
ConverterUtil() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil
 
ConverterUtil.DecodedAction - Class in org.eclipse.emf.converter.util
 
ConverterUtil.DecodedAction() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.DecodedAction
 
ConverterUtil.EPackageList - Class in org.eclipse.emf.converter.util
 
ConverterUtil.EPackageList() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.EPackageList
 
ConverterUtil.EPackageList(Collection<? extends EPackage>) - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.EPackageList
 
ConverterUtil.EPackageList(int) - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.EPackageList
 
ConverterUtil.GenPackageList - Class in org.eclipse.emf.converter.util
 
ConverterUtil.GenPackageList() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.GenPackageList
 
ConverterUtil.GenPackageList(Collection<? extends GenPackage>) - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.GenPackageList
 
ConverterUtil.GenPackageList(int) - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.GenPackageList
 
ConverterUtil.ShellFinder - Class in org.eclipse.emf.converter.util
 
ConverterUtil.ShellFinder() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.ShellFinder
 
ConverterUtil.WorkspaceResourceValidator - Class in org.eclipse.emf.converter.util
 
ConverterUtil.WorkspaceResourceValidator() - Constructor for class org.eclipse.emf.converter.util.ConverterUtil.WorkspaceResourceValidator
 
convertEShortObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEShortToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertEStringToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertFieldToEnumConst(ASTJField) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
Converts given field to enum constant if possible.
convertFloat(float) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertFloat(float) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Float'
convertFloatObject(Float) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertFloatObject(Float) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Float Object'
convertFloatObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertFloatToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertFormat(String, boolean, String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
convertGDay(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGDay(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGDay(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'GDay'
convertGDay(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated.
convertGDayToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGenDecorationToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenDelegationKindToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenJDKLevelToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenPropertyKindToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenProviderKindToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenResourceKindToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenRuntimePlatformToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGenRuntimeVersionToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertGMonth(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGMonth(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated.
convertGMonth(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'GMonth'
convertGMonth(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated.
convertGMonthDay(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGMonthDay(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated.
convertGMonthDay(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'GMonth Day'
convertGMonthDay(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated.
convertGMonthDayToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGMonthToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGYear(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGYear(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated.
convertGYear(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'GYear'
convertGYear(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated.
convertGYearMonth(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGYearMonth(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated.
convertGYearMonth(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'GYear Month'
convertGYearMonth(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated.
convertGYearMonthToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertGYearToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertHexBinary(byte[]) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertHexBinary(byte[]) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Hex Binary'
convertHexBinaryToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertID(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertID(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'ID'
convertIDREF(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDREF(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'IDREF'
convertIDREFS(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDREFS(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'IDREFS'
convertIDREFSBase(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDREFSBase(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'IDREFS Base'
convertIDREFSBaseToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDREFSToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDREFToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIDToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertInt(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertInt(int) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Int'
convertInteger(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertInteger(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Integer'
convertIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIntObject(Integer) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIntObject(Integer) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Int Object'
convertIntObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertIntToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertJavaInstanceTypeName(StringBuilder, EGenericType) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EGenericTypeConverter
Converts a generic type to its Java representation in the result.
convertJavaPackageToString(EDataType, Object) - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
convertJVisibilityToString(EDataType, Object) - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
convertLangTypeNullToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
convertLangTypeToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
convertLanguage(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertLanguage(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Language'
convertLanguageToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertLineFeed(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
convertLines(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
convertLong(long) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertLong(long) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Long'
convertLongObject(Long) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertLongObject(Long) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Long Object'
convertLongObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertLongToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertName(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertName(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Name'
convertName(String, char, int, List<String>, List<String>, char, int, List<String>, List<String>) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
convertNameForm(String, List<String>, List<String>) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
convertNameToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNCName(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNCName(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'NC Name'
convertNCNameToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNegativeInteger(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNegativeInteger(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Negative Integer'
convertNegativeIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKEN(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKEN(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'NMTOKEN'
convertNMTOKENS(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKENS(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'NMTOKENS'
convertNMTOKENSBase(List<? extends String>) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKENSBase(List<? extends String>) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'NMTOKENS Base'
convertNMTOKENSBaseToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKENSToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNMTOKENToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNonNegativeInteger(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNonNegativeInteger(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Non Negative Integer'
convertNonNegativeIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNonPositiveInteger(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNonPositiveInteger(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Non Positive Integer'
convertNonPositiveIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNormalizedString(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNormalizedString(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Normalized String'
convertNormalizedStringToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNOTATION(QName) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertNOTATION(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated.
convertNOTATION(QName) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'NOTATION'
convertNOTATION(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated.
convertNOTATIONToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertPositiveInteger(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertPositiveInteger(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Positive Integer'
convertPositiveIntegerToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertPropertyFeatures() - Method in interface org.eclipse.emf.ecore.xmi.impl.EMOFHandler.Helper
 
convertPropertyFeatures() - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
convertQName(QName) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertQName(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated.
convertQName(QName) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'QName'
convertQName(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated.
convertQNameToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertSeparator(String, char, char, int) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
convertShort(short) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertShort(short) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Short'
convertShortObject(Short) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertShortObject(Short) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Short Object'
convertShortObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertShortToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertSpaceTypeObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
convertSpaceTypeToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
convertString(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertString(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'String'
convertStringToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertTarget(JAbstractType, Class<? extends JAbstractType>) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
Converts the target abstract type to be compatible with the given source node class
convertText(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
convertTime(XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertTime(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated.
convertTime(XMLGregorianCalendar) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Time'
convertTime(Object) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Deprecated.
convertTimeToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
ConvertToJETProjectWizard - Class in org.eclipse.emf.codegen.presentation
 
ConvertToJETProjectWizard() - Constructor for class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard
 
ConvertToJETProjectWizard.ConversionPage - Class in org.eclipse.emf.codegen.presentation
 
ConvertToJETProjectWizard.ConversionPage() - Constructor for class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard.ConversionPage
 
convertToken(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertToken(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Token'
convertTokenToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertToNode(Object) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
convertToReference(Issue, IssueResolutionAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
 
convertToStandardBraceStyle() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
convertToString(Object) - Method in interface org.eclipse.emf.ecore.EDataType.Internal.ConversionDelegate
Converts a value of the data type to a string literal.
convertToString(EDataType, Object) - Method in interface org.eclipse.emf.ecore.EFactory
Returns the literal value of the instance.
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
convertToString(Object) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
convertToString(EDataType, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Converts an instance of the data type to a string literal representation.
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
convertToString(Object) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreConversionDelegate
 
convertToString(EFactory, EDataType, Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
convertToString(EFactory, EDataType, Object) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Converts the given data value to a string while saving an XML document.
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
convertTypeToString(EClassifier) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Converts the specified type to its string representation.
convertUnsignedByte(short) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedByte(short) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Byte'
convertUnsignedByteObject(Short) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedByteObject(Short) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Byte Object'
convertUnsignedByteObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedByteToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedInt(long) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedInt(long) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Int'
convertUnsignedIntObject(Long) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedIntObject(Long) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Int Object'
convertUnsignedIntObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedIntToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedLong(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedLong(BigInteger) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Long'
convertUnsignedLongToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedShort(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedShort(int) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Short'
convertUnsignedShortObject(Integer) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedShortObject(Integer) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a literal representation of an instance of data type 'Unsigned Short Object'
convertUnsignedShortObjectToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertUnsignedShortToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
convertURI(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
convertValidatorDiagnostic(Diagnostic, <any>) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreDiagnosticConverter
 
convertVariablesToMap(List<EcoreDataSetWizardPage.Variable>) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Converts the specified expression variables to a map representation.
convertVariablesToString(List<EcoreDataSetWizardPage.Variable>) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Converts the specified expression variables to a string representation.
convertXMultiplicityToString(EDataType, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
copies - Variable in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
The cached value of the 'Copies' attribute
COPIES_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
The default value of the 'Copies' attribute
copy(URI, URI) - Method in class org.eclipse.emf.codegen.ecore.gwt.GWTBuilder
 
copy() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a copy of the existing data array.
copy(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns a copy of the given eObject.
copy(T) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a self-contained copy of the eObject.
copy - Variable in class org.eclipse.emf.edit.command.CreateCopyCommand
This is the copy.
copy - Variable in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is the object (copy) being initialized.
copy() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
Concrete subclasses must implement this to copy and return the value and wrapper.
copy() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand
Concrete subclasses must implement this to copy and return the value and wrapper.
copy - Variable in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
This is the copy.
COPY_COMMAND_DESCRIPTION - Static variable in class org.eclipse.emf.edit.provider.WrapperItemProvider
A description for copy command inner classes, the same as in CopyCommand.
COPY_COMMAND_LABEL - Static variable in class org.eclipse.emf.edit.provider.WrapperItemProvider
A label for copy command inner classes, the same one used by CopyCommand.
CopyAction - Class in org.eclipse.emf.edit.ui.action
A copy action is implemented by creating a CopyToClipboardCommand.
CopyAction - Class in org.eclipse.emf.edit.ui.action
A copy action is implemented by creating a CopyToClipboardCommand.
CopyAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.CopyAction
 
CopyAction() - Constructor for class org.eclipse.emf.edit.ui.action.CopyAction
 
copyAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement copy.
copyAll(Collection<? extends T>) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns a collection containing a copy of each EObject in the given collection.
copyAll(Collection<? extends T>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a collection of the self-contained copies of each EObject in eObjects.
copyAndReverse(Map<EObject, URI>) - Method in interface org.eclipse.emf.ecore.change.ChangeDescription
 
copyAndReverse(Map<EObject, URI>) - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
copyAttribute(EAttribute, EObject, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Called to handle the copying of an attribute; this adds a list of values or sets a single value as appropriate for the multiplicity.
copyAttributes() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This method will iterate over the attributes of the owner object and set them accordingly in the copy.
copyAttributeValue(EAttribute, EObject, Object, EStructuralFeature.Setting) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Called to handle copying of an attribute's value to the target setting.
CopyCommand - Class in org.eclipse.emf.edit.command
The copy command logically acts upon an owner object or collection or owner objects and copies the tree structured implied by the MOF containment hierarchy.
CopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Constructor for class org.eclipse.emf.edit.command.CopyCommand
This creates and instance in the given domain and for the given owner
CopyCommand(EditingDomain, EObject, CopyCommand.Helper, boolean) - Constructor for class org.eclipse.emf.edit.command.CopyCommand
This creates and instance in the given domain and for the given owner
copyCommand - Variable in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This is the command that does the actual copying.
CopyCommand.Helper - Class in org.eclipse.emf.edit.command
This helper class is used to keep track of copied objects and their associated copies.
CopyCommand.Helper() - Constructor for class org.eclipse.emf.edit.command.CopyCommand.Helper
 
copyContainment(EReference, EObject, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Called to handle the copying of a containment feature; this adds a list of copies or sets a single copy as appropriate for the multiplicity.
copyFeatureMap(FeatureMap) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Call to handle copying the contained objects within a feature map.
copyHelper - Variable in class org.eclipse.emf.edit.command.CopyCommand
This is a map of objects to their copies
copyHelper - Variable in class org.eclipse.emf.edit.command.CreateCopyCommand
This is a map of objects to their copies
copyHelper - Variable in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is a map of objects to their copies
copyHelper - Variable in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
This is a map of objects to their copies
copyProxyURI(EObject, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Copies the proxy URI from the original to the copy, if present.
copyReference(EReference, EObject, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Called to handle the copying of a cross reference; this adds values or sets a single value as appropriate for the multiplicity while omitting any bidirectional reference that isn't in the copy map.
copyReferences() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Hooks up cross references; it delegates to copyReference.
copyReferences() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This method will iterate over the references of the owner object and sets them.
copyright - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
copyright - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
COPYRIGHT_FIELDS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Copyright Fields' attribute
COPYRIGHT_TEXT_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Copyright Text' attribute
copyrightFields - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Copyright Fields' attribute
copyrightText - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Copyright Text' attribute
CopyToClipboardCommand - Class in org.eclipse.emf.edit.command
This works exactly like a CopyCommand but set the copy result to the EditingDomain.
CopyToClipboardCommand(EditingDomain, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.CopyToClipboardCommand
This constructs a command that copies the given collection of objects to the clipboard.
CopyToClipboardOverrideCommand - Class in org.eclipse.emf.mapping.command
This command overrides the CopyToClipboardCommand for cross-domain copies.
CopyToClipboardOverrideCommand(MappingDomain, Collection<?>, Collection<?>) - Constructor for class org.eclipse.emf.mapping.command.CopyToClipboardOverrideCommand
This constructs a command that copies the given collections of objects to the clipboard.
CORBA - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
coreElements - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
count - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
The number of segments to consider.
count - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
The number of segments to consider.
count - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
The number of characters from the offset.
count - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
The number of characters from the offset.
count - Variable in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
 
count1 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The number of segments from the offset of the first segments.
count2 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The number of segments from the offset of the second segments.
countCreateChildIcons(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
countCreateChildIcons(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
COUNTER_STYLER - Static variable in class org.eclipse.emf.edit.provider.StyledString.Style
A built-in style that will eventually be mapped to org.eclipse.jface.viewers.StyledString.COUNTER_STYLER.
CPLUSPLUS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CR - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
create(EClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
create() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
create() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
create(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.HomeHTML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginProperties
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
create(String) - Static method in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
CREATE - Static variable in interface org.eclipse.emf.common.notify.Notification
Deprecated. 
create(String, String) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segment sequence for the value, splitting it into segments as appropriate, or null if the value is null.
create(String) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Returns the empty segment sequence for the given delimiter.
create(String, String...) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segment sequence for the given segments, splitting individual segments as necessary, i.e., if they contain the delimiter character, or omitting empty segments in the case of the empty delimiter.
create(String, String[], int) - Static method in class org.eclipse.emf.common.util.SegmentSequence
 
create(EClass) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
create(EClass) - Method in interface org.eclipse.emf.ecore.EFactory
Creates a new instance of the class and returns it.
create(EClass) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
create(EDataType) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
create(EClass) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Creates a new instance of the class.
create(EDataType) - Method in interface org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.DataConverter.Factory
 
create(EClass) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Creates an instance of the class.
create(EClass) - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
create() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame
 
create() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame
 
create() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame
 
create() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
create() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
 
create(EditingDomain, Object, Object, Object) - Static method in class org.eclipse.emf.edit.command.AddCommand
This creates a command to add a particular value to the specified feature of the owner.
create(EditingDomain, Object, Object, Object, int) - Static method in class org.eclipse.emf.edit.command.AddCommand
This creates a command to insert particular value at a particular index in the specified feature of the owner.
create(EditingDomain, Object, Object, Collection<?>) - Static method in class org.eclipse.emf.edit.command.AddCommand
This creates a command to add a collection of values to the specified feature of the owner.
create(EditingDomain, Object, Object, Collection<?>, int) - Static method in class org.eclipse.emf.edit.command.AddCommand
This creates a command to insert a collection of values at a particular index in the specified feature of the owner.
create(EditingDomain, Object) - Static method in class org.eclipse.emf.edit.command.CopyCommand
This creates a command that copies the given object.
create(EditingDomain, Collection<?>) - Static method in class org.eclipse.emf.edit.command.CopyCommand
This creates a command that copies the given collection of objects.
create(EditingDomain, Collection<?>) - Static method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This creates a command that copies the given collection of objects to the clipboard.
create(EditingDomain, Object) - Static method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This creates a command that copies the given object to the clipboard.
create(EditingDomain, Object, Object, Collection<?>) - Static method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns a command created by the editing domain to add the child described by newChildDescriptor to the given object.
create(EditingDomain, Object, CopyCommand.Helper) - Static method in class org.eclipse.emf.edit.command.CreateCopyCommand
This creates a command that will create and object for copying the given object
create(EditingDomain, Object) - Static method in class org.eclipse.emf.edit.command.CutToClipboardCommand
This creates a command to remove an object and set it to the clipboard.
create(EditingDomain, Object, Object, Object) - Static method in class org.eclipse.emf.edit.command.CutToClipboardCommand
This creates a command to remove a particular value from the specified feature of the owner and set it to the clipboard.
create(EditingDomain, Collection<?>) - Static method in class org.eclipse.emf.edit.command.CutToClipboardCommand
This creates a command to remove multiple objects and set it to the clipboard.
create(EditingDomain, Object, Object, Collection<?>) - Static method in class org.eclipse.emf.edit.command.CutToClipboardCommand
This creates a command to remove a collection of values from the specified feature of the owner and set it to the clipboard.
create(EditingDomain, Object) - Static method in class org.eclipse.emf.edit.command.DeleteCommand
This creates a command that deletes the given object.
create(EditingDomain, Collection<?>) - Static method in class org.eclipse.emf.edit.command.DeleteCommand
This creates a command that deletes the objects in the given collection.
create(EditingDomain, Object, float, int, int, Collection<?>) - Static method in class org.eclipse.emf.edit.command.DragAndDropCommand
This creates a command to perform a drag and drop operation upon the owner.
create(EditingDomain, Object, CopyCommand.Helper) - Static method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
create(EditingDomain, Object, Object, Object, int) - Static method in class org.eclipse.emf.edit.command.MoveCommand
This creates a command to move particular value to a particular index in the specified feature of the owner.
create(EditingDomain, Object, Object) - Static method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This creates a command to add copies from the clipboard to the specified feature of the owner.
create(EditingDomain, Object, Object, int) - Static method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This creates a command to add copies from the clipboard to the specified feature of the owner and at the given index.
create(EditingDomain, Object) - Static method in class org.eclipse.emf.edit.command.RemoveCommand
This creates a command to remove an object.
create(EditingDomain, Object, Object, Object) - Static method in class org.eclipse.emf.edit.command.RemoveCommand
This creates a command to remove a particular value from the specified feature of the owner.
create(EditingDomain, Collection<?>) - Static method in class org.eclipse.emf.edit.command.RemoveCommand
This creates a command to remove multiple objects.
create(EditingDomain, Object, Object, Collection<?>) - Static method in class org.eclipse.emf.edit.command.RemoveCommand
This creates a command to remove a collection of values from the specified feature of the owner.
create(EditingDomain, Object, Collection<?>) - Static method in class org.eclipse.emf.edit.command.ReplaceCommand
This creates a command to replace an object with a collection of replacements.
create(EditingDomain, Object, Object, Object, Collection<?>) - Static method in class org.eclipse.emf.edit.command.ReplaceCommand
This creates a command to replace a particular value in the specified feature of the owner with a collection replacements objects.
create(EditingDomain, Object, Object, Object) - Static method in class org.eclipse.emf.edit.command.SetCommand
This creates a command to set the owner's feature to the specified value.
create(EditingDomain, Object, Object, Object, int) - Static method in class org.eclipse.emf.edit.command.SetCommand
This creates a command to set the owner's feature to the specified value at the specified index.
create(EClass) - Method in class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
create(String) - Static method in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
create(String) - Static method in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
create(String) - Static method in class org.eclipse.emf.exporter.html.PackageHTML
 
create(EClass) - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
create(MappingDomain, Collection<?>) - Static method in class org.eclipse.emf.mapping.command.AddMappingCommand
This creates a command that adds the new mappings in the collection into the appropriate place in the mapping root's.
create(MappingDomain, Mapping) - Static method in class org.eclipse.emf.mapping.command.AddMappingCommand
This creates a command that adds the new mappings in the collection into the appropriate place in the mapping root's.
create(MappingDomain, Collection<?>) - Static method in class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping involving the given domain's collection of input and output objects.
create(MappingDomain, Object, Object) - Static method in class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping between the given input and output.
create(MappingDomain, Collection<?>, Collection<?>) - Static method in class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping with the given collections of inputs and outputs.
create(MappingDomain, Collection<?>, Object) - Static method in class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping with the given collection of inputs and output.
create(MappingDomain, Object, Collection<?>) - Static method in class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping with the given input and collection of outputs.
create(MappingDomain, Mapping) - Static method in class org.eclipse.emf.mapping.command.NameMatchMappingCommand
This creates a command that creates a new child mappings for the given mapping by attempting to match by name input children with output children.
create(MappingDomain, Mapping) - Static method in class org.eclipse.emf.mapping.command.RemoveMappingCommand
This creates a command that removes the mapping from the mapping root.
create(MappingDomain, Collection<?>) - Static method in class org.eclipse.emf.mapping.command.RemoveMappingCommand
This creates a command that removes the mappings in the collection from the mapping root.
create(MappingDomain) - Static method in class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
This creates a command that removes the mapping from the mapping root.
create(MappingDomain, Mapping) - Static method in class org.eclipse.emf.mapping.command.TypeMatchMappingCommand
This creates a command that creates a new child mappings for the given mapping by attempting to match by type input children with output children.
create(EClass) - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
 
create(EClass) - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
create(EClassifier, EList<?>) - Static method in class org.eclipse.emf.oda.ecore.impl.ResultSet
Creates a result set of the appropriate kind, depending on whether the specified list of results contains instances of classes or values of data types.
create(EClassifier) - Static method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData
Creates result set metadata of the appropriate kind, depending on whether the specified type is a class or a data type.
CREATE_CHILD_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Create Child' attribute
CREATE_CHILD_ICON_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
CREATE_CHILD_ICON_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
CREATE_METHOD_DECLARATION_HEAD - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
CREATE_METHOD_DECLARATION_MIDDLE - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
CREATE_METHOD_DECLARATION_MIDDLE2 - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
CREATE_METHOD_DECLARATION_TAIL - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.action.CreateChildAction
This creates the command that creates the child and adds it under the single selected object, specified in collection.
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
This method must be implemented to create the command for this action, given the editing domain and the collection of selected objects.
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.edit.ui.action.CreateChildAction
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.edit.ui.action.CreateSiblingAction
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This should be implemented to create a command that performs the action.
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.examples.extlibrary.actions.CreateLibraryAction
 
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.action.CreateMappingAction
Create the command for this action
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction
Create the command for this action
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction
Match the command for this action
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction
Create the command for this action
createActionCommand(EditingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction
Match the command for this action
createActions() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
createAdapter(Notifier, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
Calls AbstractGeneratorAdapterFactory.createAdapter(Notifier) to create an adapter for the given Notifier and sets its adapter factory to this.
createAdapter(Notifier) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
Override this to create the adapter for a Notifier.
createAdapter(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
Calls AbstractGeneratorAdapterFactory.createAdapter(Object) to create an adapter for the given object and sets its adapter factory to this.
createAdapter(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
The given object is returned if it is, itself, a GeneratorAdapter.
createAdapter(Notifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates an adapter for the target
createAdapter(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier).
createAdapter(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an AdapterImpl.
createAdapter(Notifier) - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates an adapter for the target
createAdapter(Notifier) - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates an adapter for the target
createAdapter(Notifier) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates an adapter for the target
createAdapter(Notifier) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
 
createAdapter(Notifier) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
 
createAdapter(Notifier) - Method in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
Creates an adapter for the target
createAdapter(Notifier) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates an adapter for the target
createAdapter(Notifier) - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Creates an adapter for the target
createAdapter(Notifier) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Creates an adapter for the target
createAdapter(Notifier) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Creates an adapter for the target
createAdapter(Notifier) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
 
createAdapter(Notifier) - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates an adapter for the target
createAdapterFactory() - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor
Creates and returns an instance of a particular type of GeneratorAdapterFactory.
createAdapterFactory() - Method in interface org.eclipse.emf.edit.provider.ComposedAdapterFactory.Descriptor
Creates an adapter factory.
createAddCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive AddCommand.
createAddCommand(EditingDomain, EObject, EReference, Collection<?>, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated.
As of EMF 2.0, replaced by createAddCommand.
createAddCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>, int) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
createAddListChange(EList<Object>, EList<ListChange>, Object, int) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
Convenience method added to allow subclasses to modify the default implementation for the scenario in which an element was added to the monitored list.
createAddMappingCommand(MappingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This creates a primitive AddMappingCommand.
createAddOverrideCommand(AddCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createAddressableAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Addressable'
createAndInitCustomControl(Composite, Properties) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePropertyPage
 
createAnySimpleType(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createAnySimpleType(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Any Simple Type' corresponding the given literal
createAnySimpleTypeFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createAnyType() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createAnyType() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a new object of class 'Any Type'
createAnyURI(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createAnyURI(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Any URI' corresponding the given literal
createAnyURIFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createAppendable() - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenerator
 
createArchive(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
createArchive(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
 
createArchiveInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an input stream for the archive paths and returns it.
createArchiveOutputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an output stream for the archive access.
createArg() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
createASTParser() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Creates and returns ASTParser.
createAudioVisualItemAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Audio Visual Item'
createBadDataValueDiagnostic(EObject, EAttribute, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
createBase64Binary(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createBase64Binary(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Base64 Binary' corresponding the given literal
createBase64BinaryFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createBody - Variable in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
The cached value of the 'Create Body' containment reference
createBook() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryFactory
Returns a new object of class 'Book'
createBook() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
createBookAdapter() - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This creates an adapter for a Book
createBookAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Book'
createBookCategoryFromString(EDataType, String) - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
createBookOnTape() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryFactory
Returns a new object of class 'Book On Tape'
createBookOnTape() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
createBookOnTapeAdapter() - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This creates an adapter for a BookOnTape
createBookOnTapeAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Book On Tape'
createBoolean(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createBoolean(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Boolean' corresponding the given literal
createBooleanFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createBooleanObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createBooleanObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Boolean Object' corresponding the given literal
createBooleanObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createBorrower() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryFactory
Returns a new object of class 'Borrower'
createBorrower() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
createBorrowerAdapter() - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This creates an adapter for a Borrower
createBorrowerAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Borrower'
createBundle() - Method in class org.eclipse.emf.common.CommonPlugin.Implementation.Activator
 
createBundle() - Method in class org.eclipse.emf.common.EMFPlugin.OSGiDelegatingBundleActivator
 
createBundle() - Method in class org.eclipse.emf.ecore.change.ChangePlugin.Implementation.Activator
 
createBundle() - Method in class org.eclipse.emf.ecore.change.provider.ChangeEditPlugin.Implementation.Activator
 
createBundle() - Method in class org.eclipse.emf.ecore.plugin.EcorePlugin.Implementation.Activator
 
createBundle() - Method in class org.eclipse.emf.ecore.provider.EcoreEditPlugin.Implementation.Activator
 
createBundle() - Method in class org.eclipse.emf.ecore.xmi.XMIPlugin.Implementation.Activator
 
createBundle() - Method in class org.eclipse.emf.edit.EMFEditPlugin.Implementation.Activator
 
createBundle() - Method in class org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePlugin.Implementation.Activator
 
createBundle() - Method in class org.eclipse.emf.mapping.MappingPlugin.Implementation.Activator
 
createButtonsForButtonBar(Composite) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
createButtonsForButtonBar(Composite) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
createButtonsForButtonBar(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
 
createByte(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createByte(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Byte' corresponding the given literal
createByteFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createByteObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createByteObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Byte Object' corresponding the given literal
createByteObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createCDATAEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createChangeDescription() - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
Returns a new object of class 'Description'
createChangeDescription() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createChangeDescription() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
createChangeDescriptionAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a ChangeDescription
createChangeDescriptionAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'Description'
createChangeKindFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createChangeRecorder() - Method in class org.eclipse.emf.edit.command.ChangeCommand
 
createCheckBoxColumn(GenerateHandler.GenModelGenerationDialog.ProjectType, Listener) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
createCheckEvent(TreeItem) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
createChild - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Create Child' attribute
CreateChildAction - Class in org.eclipse.emf.codegen.ecore.genmodel.action
This performs child creation by delegating to a CreateChildCommand.
CreateChildAction(IEditorPart, ISelection, CommandParameter) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.action.CreateChildAction
This constructs an instance of an action that creates a child described by newChildDescriptor.
CreateChildAction - Class in org.eclipse.emf.edit.ui.action
A child creation action is implemented by creating a CreateChildCommand.
CreateChildAction - Class in org.eclipse.emf.edit.ui.action
A child creation action is implemented by creating a CreateChildCommand.
CreateChildAction(IWorkbenchPart, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateChildAction
This constructs an instance of an action that uses the workbench part's editing domain to create a child specified by descriptor for the single object in the selection.
CreateChildAction(IEditorPart, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateChildAction
This constructor is simply retained for binary compatibility.
CreateChildAction(EditingDomain, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateChildAction
This constructs an instance of an action that uses the given editing domain to create a child specified by descriptor for the single object in the selection.
createChildActions - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider
createChildActions - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider
createChildActions - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider
CreateChildCommand - Class in org.eclipse.emf.edit.command
This command wraps an AddCommand or SetCommand to provide the higher-level operation of "creating" an appropriate child object and adding it to a owner object.
CreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.CreateChildCommand
This constructor initializes an instance that adds the specified child object to the feature of the owner object.
CreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, Collection<?>, CreateChildCommand.Helper) - Constructor for class org.eclipse.emf.edit.command.CreateChildCommand
This constructor initializes an instance, as above, but the command delegates functionality to the specified Helper.
CreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, int, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.CreateChildCommand
This constructor initializes an instance that adds the specified child object to the owner object, at the specified index of its feature feature, if it is multi-valued.
CreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, int, Collection<?>, CreateChildCommand.Helper) - Constructor for class org.eclipse.emf.edit.command.CreateChildCommand
This constructor initializes an instance, as above, but the command delegates functionality to the specified Helper.
CreateChildCommand.Helper - Interface in org.eclipse.emf.edit.command
This is the helper interface to which CreateChildCommand functionality is delegated.
createChildCreationExtender() - Method in interface org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor
Creates a child creation extender.
createChildESet - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
This is true if the Create Child attribute has been set
createChildGIFEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
createChildGIFName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
createChildMenuManager - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateChild actions
createChildMenuManager - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateChild actions
createChildMenuManager - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateChild actions
createChildParameter(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This is a convenience method that creates a CommandParameter for a given parent feature and child object.
createChildrenStore(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Consults isWrappingNeeded to decide whether to create a store for the children of the given object.
createChildURLPrefix - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
createCirculatingItemAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Circulating Item'
createClassifier - Variable in class org.eclipse.emf.codegen.ecore.genmodel.GenClass.ChildCreationData
 
createCodeFormatter(Map<?, ?>, URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
When running under Eclipse, returns a code formatter; when stand-alone, returns null.
createCodeFormatter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createCodeFormatter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createCommand(Collection<?>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.CreateAction
 
createCommand() - Method in class org.eclipse.emf.common.command.CommandWrapper
Create the command being proxied.
createCommand() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This creates the wrapped AddCommand or SetCommand that adds the child object to the model.
createCommand(Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
createCommand(Class<? extends Command>, CommandParameter) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This creates a command of the type of the specified by the command class and acting upon the information specified in the given command parameter.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as EditingDomain.createCommand, i.e., it creates commands for a domain's model objects.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to create a command for the delegate value, and then calls wrapCommand to return an appropriate wrapper-substituting command wrapper for it.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Uses the delegate item provider or the base wrapper implementation to create a command.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in interface org.eclipse.emf.edit.provider.IEditingDomainItemProvider
This does the same thing as EditingDomain.createCommand, i.e., it creates commands for a domain's model objects.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IEditingDomainItemProvider.createCommand(), returning the unexecutable command.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements delegated command creation for the given object.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IEditingDomainItemProvider.createCommand by delegating to (IEditingDomainItemProvider)ItemProviderDecorator.decoratedItemProvider.
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
{IEditingDomainItemProvider#createCommand IEditingDomainItemProvider.createCommand} is implemented via baseCreateCommand to create set, copy, and drag-and-drop commands, only.
createCommand(Collection<?>) - Method in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This default implementation simply returns UnexecutableCommand.INSTANCE.
createCommand(Collection<?>) - Method in class org.eclipse.emf.edit.ui.action.CopyAction
 
createCommand(Collection<?>) - Method in class org.eclipse.emf.edit.ui.action.CutAction
 
createCommand(Collection<?>) - Method in class org.eclipse.emf.edit.ui.action.DeleteAction
 
createCommand(Collection<?>) - Method in class org.eclipse.emf.edit.ui.action.PasteAction
 
createCommand() - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
createCommand(Collection<?>) - Method in class org.eclipse.emf.examples.extlibrary.actions.ExtendedDeleteAction
 
createCommand() - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction.CommandDelegate
 
createCommand(Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
createCommand(Object, EditingDomain, Class<? extends Command>, CommandParameter) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
 
createCommentEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createCompilationUnit(String, String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
createCompilationUnit(String, String) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
createCompilationUnit(String, String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
createCompilationUnitForContents(String) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
Create a JDOM from contents.
createCompilationUnitForContents(String) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
createCompilationUnitForInputStream(InputStream) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
createCompilationUnitForInputStream(InputStream) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
createCompilationUnitForInputStream(InputStream, String) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
createCompilationUnitForURI(String) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
Create a JDOM from a URI.
createCompilationUnitForURI(String) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
Creates a JCompilationUnit from a URI.
createCompilationUnitForURI(String, String) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
Creates a JCompilationUnit from a URI.
createComplexTypeConverter() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createComplexTypeConverter() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Complex Type Converter'
createComplexTypeConverterAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a ComplexTypeConverter.
createComplexTypeConverterAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Complex Type Converter'
createComposedAdapterFactory(AdapterFactory, AdapterFactory, AdapterFactory) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createComposedAdapterFactory(AdapterFactory[]) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createComposite() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
createConfiguredFormatter(SourceViewerConfiguration, ISourceViewer) - Method in class org.eclipse.emf.ecore.xcore.ui.formatting.XcoreFormatterFactory
 
createContainer(IContainer) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
 
createContentDescription(ContentHandler.Validity) - Static method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
Creates a map with a single entry from ContentHandler.VALIDITY_PROPERTY to the given validity value.
createContentHandler(Map<String, String>) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
Returns the new content handler for the given parameters that were supplied by the registration of the Eclipse content type.
createContentHandler(Map<String, String>) - Method in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl.Describer
Creates a RootXMLContentHandlerImpl instance.
createContentHandler(Map<String, String>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl.XMI.Describer
Creates a RootXMLContentHandlerImpl instance.
createContentProvider() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
createContents(Composite) - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
createContextMenuFor(StructuredViewer) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
createContextMenuFor(StructuredViewer) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
createContextMenuFor(StructuredViewer) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension
createContextMenuFor(StructuredViewer) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension
createContextMenuFor(StructuredViewer) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension
createContextMenuFor(StructuredViewer) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension.
createContextMenuForGen(StructuredViewer) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension
createContextMenuForGen(StructuredViewer) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension
createContextTypeControl(Composite) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Creates control for context type property.
createControl(Composite) - Method in class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard.ConversionPage
 
createControl(Composite) - Method in class org.eclipse.emf.common.ui.ViewerPane
 
createControl(Composite) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
createControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
createControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
createControl(Composite) - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
createControl(Composite) - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
createControl(Composite) - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
createControl(Composite) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
 
createControl(Composite) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
 
createControl(Composite) - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
 
createControl(Composite) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
 
createControlEditor(Composite) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
createControlEditor(Composite) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.TreeEditorHelper
 
createControlGen(Composite) - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
createControls(Composite) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
createControls(Composite) - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
createConversionDelegate(EDataType) - Method in interface org.eclipse.emf.ecore.EDataType.Internal.ConversionDelegate.Factory
Creates a conversion delegate for the given EDataType.
createConverter(Object, Object) - Method in class org.eclipse.emf.databinding.EMFUpdateListStrategy
 
createConverter(Object, Object) - Method in class org.eclipse.emf.databinding.EMFUpdateValueStrategy
 
createCopy(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns a new instance of the object's target class.
createCopyAction() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
Returns the action used to implement copy.
CreateCopyCommand - Class in org.eclipse.emf.edit.command
The create copy command is used to create an uninitialized object of the same type as owner which will later be initialized using InitializeCopyCommand.
CreateCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Constructor for class org.eclipse.emf.edit.command.CreateCopyCommand
This constructs a command that will create an object that is a copy of the given object.
createCopyCommand(EditingDomain, Object, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
Returns a WrapperItemProvider.SimpleCopyCommand that copies the value by converting it into a string and back, using the factory methods.
createCopyCommand(EditingDomain, Object, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
This is only called for null or attribute values; it returns a WrapperItemProvider.SimpleCopyCommand that copies the wrapper.
createCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive CopyCommand.
createCopyCommand(EditingDomain, Object, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
CREATECOPYHELPER - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
CreateCopyOverrideCommand - Class in org.eclipse.emf.mapping.command
This command overrides the CreateCopyCommand for cross-domain copies.
CreateCopyOverrideCommand(MappingDomain, CreateCopyCommand) - Constructor for class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
This creates a command instance that creates a copy of owner.
createCopyToClipboardOverrideCommand(CopyToClipboardCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createCreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, int, Collection<?>) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
 
createCreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, int, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive CreateChildCommand.
createCreateChildCommand(EditingDomain, EObject, EReference, EObject, int, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated.
As of EMF 2.0, replaced by createCreateChildCommand.
createCreateCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive CreateCopyCommand.
createCreateCopyOverrideCommand(CreateCopyCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createCreateMappingCommand(MappingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This creates a primitive CreateMappingCommand.
createCrossReferenceFilter() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
createCustomControl(Composite) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
Creates custom page control for user-defined data sources.
createCutAction() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
Returns the action used to implement cut.
createDataSourcePageHelper() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePropertyPage
Instantiates the page helper that provides core implementation of this property page.
createDataValueDelegatingList() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
Creates the data value delegating list
createDate(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDate(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Date' corresponding the given literal
createDateFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDateTime(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDateTime(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Date Time' corresponding the given literal
createDateTimeFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDecimal(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDecimal(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Decimal' corresponding the given literal
createDecimalFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDecoder(MappingRoot, ResourceSet, ClassLoader) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack
You can overide this to create your own type of decoder.
createDefaultContext() - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
createDefaultDiagnostic(EObject) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
createDefaultDiagnostic(EDataType, Object) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
createDefaultHandler() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
createDefaultHandler() - Method in interface org.eclipse.emf.ecore.xmi.XMLLoad
 
createDefaultJETSettingsFile(List<Object>, IContainer) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
createDefaultJETSettingsFile(List<Object>, List<Object>, IContainer) - Method in class org.eclipse.emf.codegen.jet.JETNature
Writes the default file
createDefaultViewerFilter(boolean) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
createDeleteAction() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
Returns the action used to implement delete.
createdEntry - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
 
createDetailsButton(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Create the details button if it should be included.
createDeviceURI(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated.
Use createURI, which now has explicit device support enabled. The two methods now operate identically.
createDiagnostic(Diagnostic, String, int) - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
createDiagnostic(int, String, int, String, Object[], Object[]) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Creates a new basic diagnostic.
createDiagnostic(int, String, int, String, Object[], Object[], Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
Creates a new basic diagnostic.
createDiagnosticComposite(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Create the diagnostic composite.
createDiagnosticDecorator(ExtendedPropertySheetPage.Decoration) - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
createDiagnostician(AdapterFactory, IProgressMonitor) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction
 
createDialogAndButtonArea(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
 
createDialogArea(Composite) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
createDialogArea(Composite) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
createDialogArea(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
This implementation of the Dialog framework method creates and lays out a composite.
createDialogArea(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
Creates and returns the contents of the upper part of this dialog.
createDialogArea(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
createDialogArea(Composite) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.ExtendedLoadResourceDialog
 
createDialogArea(Composite) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.RegisteredPackageDialog
 
createDialogArea(Composite) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.TargetPlatformPackageDialog
 
createDialogArea(Composite) - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
createDictionaryPattern(String, Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.
 
createDictionaryPattern(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createDirectory(String) - Static method in class org.eclipse.emf.importer.rose.parser.Util
 
createDirectoryImportOperation(AbstractExampleInstallerWizard.ProjectDescriptor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
createDocumentRoot(String, String, String, EFactory, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
createDocumentRoot(String, String, String, EFactory, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
createDouble(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDouble(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Double' corresponding the given literal
createDoubleFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDoubleObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDoubleObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Double Object' corresponding the given literal
createDoubleObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDragAndDropCommand(EditingDomain, Object, float, int, int, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive DragAndDropCommand.
createDragAndDropCommand(EditingDomain, ResourceSet, float, int, int, Collection<URI>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Delegates command creation to the resource set of the editing domain for the case of a drag and drop command for a collection containing only URIs.
createDragAndDropCommand(EditingDomain, Object, float, int, int, Collection<?>) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
 
createDragAndDropCommand(EditingDomain, Object, float, int, int, Collection<?>) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
createDragAndDropOverrideCommand(DragAndDropCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createDropDownEditor(Composite, Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
createDuration(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createDuration(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Duration' corresponding the given literal
createDurationFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
CreateDynamicInstanceAction - Class in org.eclipse.emf.ecore.action
Create a dynamic instance of an EClass.
CreateDynamicInstanceAction() - Constructor for class org.eclipse.emf.ecore.action.CreateDynamicInstanceAction
 
CreateDynamicInstanceHandler - Class in org.eclipse.emf.ecore.xcore.ui
 
CreateDynamicInstanceHandler() - Constructor for class org.eclipse.emf.ecore.xcore.ui.CreateDynamicInstanceHandler
 
createDynamicSetting(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
createDynamicSetting(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
createEAnnotation() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EAnnotation'
createEAnnotation() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEAnnotationAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EAnnotation
createEAnnotationAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EAnnotation'
createEAttribute() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EAttribute'
createEAttribute() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEAttribute(EClass, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEAttributeAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EAttribute
createEAttributeAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EAttribute'
createEBigDecimalFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEBigIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEBooleanFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEBooleanObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEByteArrayFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEByteFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEByteObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createECharacterObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createECharFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEClass() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EClass'
createEClass() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEClass(int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEClassAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EClass
createEClassAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EClass'
createEClassifierAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EClassifier'
createEClassifierExtendedMetaData(EClassifier) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
createEContentsEList(EObject) - Static method in class org.eclipse.emf.ecore.util.EContentsEList
 
createEcore2EcoreMappingRoot() - Method in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreFactory
Returns a new object of class 'Mapping Root'
createEcore2EcoreMappingRoot() - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreFactoryImpl
 
createEcore2EcoreMappingRootAdapter() - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This creates an adapter for a Ecore2EcoreMappingRoot
createEcore2EcoreMappingRootAdapter() - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Creates a new adapter for an object of class 'Mapping Root'
createEcoreAnnotations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
Initializes the annotations for http://www.eclipse.org/emf/2002/Ecore
createEcoreAnnotations() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Initializes the annotations for http://www.eclipse.org/emf/2002/Ecore
createEcoreBuilder(Map<?, ?>, ExtendedMetaData) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
createEcoreBuilder() - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
createECrossReferenceEList(EObject) - Static method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
createEDataType() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EData Type'
createEDataType() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEDataType(int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEDataTypeAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EDataType
createEDataTypeAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EData Type'
createEDataTypeCellEditor(EDataType, Composite) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
createEDateFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEditor(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.BasicTableEditor
 
createEditorControl(Widget) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage.ReferencedGenPackageTreeEditorHelper
 
createEditorControl(Widget) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
createEdits(TextEdit, IDocument) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.AbstractRewriter
Creates additional edits to be applied on the document
createEDoubleFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEDoubleObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEEnum() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EEnum'
createEEnum() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEEnum(int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEEnumAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EEnum
createEEnumAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EEnum'
createEEnumLiteral() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EEnum Literal'
createEEnumLiteral() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEEnumLiteralAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EEnumLiteral
createEEnumLiteralAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EEnum Literal'
createEFactory() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EFactory'
createEFactory() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEFactoryAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EFactory
createEFactoryAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EFactory'
createEFloatFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEFloatObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEFSInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an input stream for the URI, assuming it's a URI recognized by the Eclipse File System, and returns it.
createEFSOutputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an output stream for the URI, assuming it's a URI recognized by the Eclipse File System, and returns it.
createEGenericType() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EGeneric Type'
createEGenericType() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEGenericType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
createEGenericType() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEGenericType(ETypeParameter) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEGenericType(EClassifier) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEGenericTypeAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EGenericType
createEGenericTypeAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EGeneric Type'
createEIntegerObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEIntFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEJavaClassFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEJavaObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createElement(IMemento) - Method in class org.eclipse.emf.common.ui.URIEditorInputFactory
 
createELongFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createELongObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEMFProject(IPath, IPath, List<IProject>, IProgressMonitor, int) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
createEMFProject(IPath, IPath, List<IProject>, IProgressMonitor, int, List<?>) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
createEMFProject(IPath, IPath, List<IProject>, Monitor, int) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
createEMFProject(IPath, IPath, List<IProject>, Monitor, int, List<?>) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
createEMFProject(IPath, URI, List<IProject>, Monitor, int, List<?>) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
createEModelElementAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EModel Element'
createEmployee() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryFactory
Returns a new object of class 'Employee'
createEmployee() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
createEmployeeAdapter() - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This creates an adapter for a Employee
createEmployeeAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Employee'
createENamedElementAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'ENamed Element'
createENamedElementToXMLInfoMapEntry() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
 
createENamedElementToXMLInfoMapEntryAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This creates an adapter for a Map.Entry
createENamedElementToXMLInfoMapEntryAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Creates a new adapter for an object of class 'ENamed Element To XML Info Map Entry'
createEncodedURI(String) - Method in class org.eclipse.emf.exporter.ModelExporter
 
createEncoder() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack
You can overide this to create your own type of encoder.
createENTITIES(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createENTITIES(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'ENTITIES' corresponding the given literal
createENTITIESBase(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createENTITIESBase(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'ENTITIES Base' corresponding the given literal
createENTITIESBaseFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createENTITIESFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createENTITY(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createENTITY(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'ENTITY' corresponding the given literal
createENTITYFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createEntry(Object) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
createEntry(InternalEObject) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
createEntry(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
 
createEntry(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
 
createEntry(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
 
createEntry(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
 
createEntry(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleContentFeatureMapEntry
 
createEntry(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleFeatureMapEntry
 
createEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
createEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
createEntry(Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Entry.Internal
 
createEntry(InternalEObject) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Entry.Internal
 
createEntry(EStructuralFeature, Object) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createEObject() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EObject'
createEObject() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEObjectAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for the default case
createEObjectAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for the default case
createEObjectAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EObject
createEObjectAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for the default case
createEObjectAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for the default case
createEObjectAdapter() - Method in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
Creates a new adapter for the default case
createEObjectAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for the default case
createEObjectAdapter() - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Creates a new adapter for the default case
createEObjectAdapter() - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Creates a new adapter for the default case
createEObjectAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Creates a new adapter for the default case
createEObjectAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for the default case
createEObjectDescriptions(EObject, <any>) - Method in class org.eclipse.emf.codegen.ecore.xtext.GenModelResourceDescriptionStrategy
 
createEObjectDescriptions(EObject, <any>) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreResourceDescriptionStrategy
 
createEObjectInputStream(InputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
 
createEObjectInputStream(InputStream, Map<?, ?>, XMLResource.URIHandler) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createEObjectOutputStream(OutputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
 
createEObjectOutputStream(OutputStream, Map<?, ?>, BinaryResourceImpl.BinaryIO.Version, XMLResource.URIHandler) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createEObjectToChangesMapEntry(EObject) - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
 
createEObjectToChangesMapEntry() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createEObjectToChangesMapEntry(EObject) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createEObjectToChangesMapEntryAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a Map.Entry
createEObjectToChangesMapEntryAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'EObject To Changes Map Entry'
createEOperation() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EOperation'
createEOperation() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEOperation(EClass, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEOperationAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EOperation
createEOperationAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EOperation'
createEPackage() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EPackage'
createEPackage() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEPackageAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EPackage
createEPackageAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EPackage'
createEPackageExtendedMetaData(EPackage) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
createEPackageExtendedMetaData(EPackage) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
createEPackageForRootClasses(EList<EObject>, RoseNode, String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
createEPackageInfo(EPackage) - Method in class org.eclipse.emf.converter.ModelConverter
 
createEPackageInfo(EPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
 
createEPackageInfo(EPackage) - Method in class org.eclipse.emf.importer.ModelImporter
 
createEPackagesList() - Method in class org.eclipse.emf.converter.ModelConverter
 
createEPackagesList() - Method in class org.eclipse.emf.exporter.ModelExporter
 
createEPackagesTableEditor() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
createEParameter() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EParameter'
createEParameter() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEParameterAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EParameter
createEParameterAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EParameter'
createEReference() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EReference'
createEReference() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEReference(EClass, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createEReferenceAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a EReference
createEReferenceAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EReference'
createErrorDiagnostic(Throwable, boolean) - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
createEShortFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEShortObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEStringFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEStringToStringMapEntry() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createEStringToStringMapEntryAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a Map.Entry
createEStringToStringMapEntryAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EString To String Map Entry'
createEStructuralFeatureAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EStructural Feature'
createEStructuralFeatureExtendedMetaData(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
createETypedElementAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'ETyped Element'
createETypeParameter() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns a new object of class 'EType Parameter'
createETypeParameter() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createETypeParameterAdapter() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This creates an adapter for a ETypeParameter
createETypeParameterAdapter() - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates a new adapter for an object of class 'EType Parameter'
createExecutableExtension(String) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
createExtendedMetaData() - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
This methods can be used to provide a different ExtendedMetaData.
createExtendedMetaDataAnnotations() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData
createExtendedMetaDataAnnotations() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData
createExtendedMetaDataAnnotations() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData
createExtendedMetaDataAnnotations() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData
createExtent(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
createExtent4RoseUnitTree(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
createExternalGenModelResourceSet() - Method in class org.eclipse.emf.converter.ModelConverter
 
createExternalGenModelResourceSet() - Method in class org.eclipse.emf.importer.ModelImporter
 
createFactory() - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory.Descriptor
Creates a factory and returns it.
createFeature - Variable in class org.eclipse.emf.codegen.ecore.genmodel.GenClass.ChildCreationData
 
createFeature(String, String, Class<?>[]) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
Deprecated.
 
createFeature(String, String, Class<?>[]) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
Deprecated.
 
createFeature(String, String, Class<?>[]) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
createFeature(String, String, Class<?>[]) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
createFeature(String, String, Class<?>[]) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
createFeature(EClass, String, EGenericType) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
createFeatureChange() - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
Returns a new object of class 'Feature Change'
createFeatureChange(EStructuralFeature, Object, boolean) - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
 
createFeatureChange() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createFeatureChange(EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createFeatureChange(EObject, EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
createFeatureChangeAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a FeatureChange
createFeatureChangeAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'Feature Change'
createFeatureMap(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
createFeatureMap(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
createFeatureMap(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
 
createFeatureMapEntry() - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
Returns a new object of class 'Feature Map Entry'
createFeatureMapEntry(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
 
createFeatureMapEntry() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createFeatureMapEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createFeatureMapEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
createFeatureMapEntryAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a FeatureMapEntry
createFeatureMapEntryAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'Feature Map Entry'
createFeatureMapSettingDelegate() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
createFileControl(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
createFileImportOperation(AbstractExampleInstallerWizard.ProjectDescriptor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
createFileInputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an input stream for the file path and returns it.
createFileOutputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an output stream for the file path and returns it.
createFileURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a File path string.
createFileURI(String) - Method in class org.eclipse.emf.importer.ModelImporter
 
createFilter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
createFilterText(Composite) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.VariableSpecificationDialog
 
createFloat(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createFloat(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Float' corresponding the given literal
createFloatFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createFloatObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createFloatObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Float Object' corresponding the given literal
createFloatObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createFromContribution(IConfigurationElement) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
createFromContribution(IConfigurationElement) - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createFromString(String) - Method in interface org.eclipse.emf.ecore.EDataType.Internal.ConversionDelegate
Creates a value of the data type from a string literal.
createFromString(EDataType, String) - Method in interface org.eclipse.emf.ecore.EFactory
Creates an instance of the data type from the literal value.
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
createFromString(String) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
createFromString(EDataType, String) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Creates an instance of the datatype.
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createFromString(String) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreConversionDelegate
 
createFromString(EFactory, EDataType, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
createFunctionNamePair() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createFunctionNamePair() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Function Name Pair'
createFunctionNamePairAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a FunctionNamePair.
createFunctionNamePairAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Function Name Pair'
createFunctionPair() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createFunctionPair() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Function Pair'
createFunctionPairAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a FunctionPair.
createFunctionPairAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Function Pair'
createGDay(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGDay(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'GDay' corresponding the given literal
createGDayFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGenAnnotation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenAnnotation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Annotation'
createGenAnnotation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenAnnotation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenAnnotationAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenAnnotation
createGenAnnotationAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Annotation'
createGenBaseAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Base'
createGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Class'
createGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenClassAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Returns a singleton GenClassGeneratorAdapter.
createGenClassAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenClass
createGenClassAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Class'
createGenClassAdapter() - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenModelGeneratorAdapterFactory
Returns a singleton GenClassGeneratorAdapter.
createGenClassAdapter() - Method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorAdapterFactory
 
createGenClassifierAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Classifier'
createGenDataType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenDataType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Data Type'
createGenDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenDataTypeAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenDataType
createGenDataTypeAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Data Type'
createGenDecorationFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenDelegationKindFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Enum'
createGenEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenEnumAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Returns a singleton GenEnumGeneratorAdapter.
createGenEnumAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenEnum
createGenEnumAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Enum'
createGenEnumAdapter() - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenModelGeneratorAdapterFactory
Returns a singleton GenEnumGeneratorAdapter.
createGenEnumAdapter() - Method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorAdapterFactory
 
createGenEnumLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenEnumLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Enum Literal'
createGenEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenEnumLiteralAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenEnumLiteral
createGenEnumLiteralAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Enum Literal'
createGenerator(GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelUtil
 
createGenericURI(String, String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a generic, non-hierarchical URI.
createGenFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Feature'
createGenFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenFeatureAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenFeature
createGenFeatureAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Feature'
createGenJDKLevelFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenModel(String[]) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
createGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Model'
createGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenModel(String[]) - Method in class org.eclipse.emf.importer.ecore.taskdefs.EcoreGeneratorTask
 
createGenModel(String[]) - Method in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
createGenModel(String[]) - Method in class org.eclipse.emf.importer.rose.taskdefs.RoseGeneratorTask
 
createGenModelAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Returns a singleton GenModelGeneratorAdapter.
createGenModelAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenModel
createGenModelAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Model'
createGenModelAdapter() - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenModelGeneratorAdapterFactory
Returns a singleton GenModelGeneratorAdapter.
createGenModelAdapter() - Method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorAdapterFactory
 
createGenModelDetailControl(Composite) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
createGenModelNameControl(Composite) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
createGenOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Operation'
createGenOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenOperationAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenOperation
createGenOperationAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Operation'
createGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Package'
createGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenPackageAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Returns a singleton GenPackageGeneratorAdapter.
createGenPackageAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This creates an adapter for a GenPackage
createGenPackageAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Package'
createGenPackageAdapter() - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenModelGeneratorAdapterFactory
Returns a singleton GenPackageGeneratorAdapter.
createGenPackageAdapter() - Method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorAdapterFactory
 
createGenPackageConvertInfo(GenPackage) - Method in class org.eclipse.emf.converter.ModelConverter
 
createGenPackageConvertInfo(GenPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
 
createGenParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Parameter'
createGenParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenParameterAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Parameter'
createGenPropertyKindFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenProviderKindFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenResourceKindFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenRuntimePlatformFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenRuntimeVersionFromString(EDataType, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenTypedElementAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Typed Element'
createGenTypeParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
createGenTypeParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns a new object of class 'Gen Type Parameter'
createGenTypeParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
createGenTypeParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createGenTypeParameterAdapter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates a new adapter for an object of class 'Gen Type Parameter'
createGIFEmitter(String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates a GIFEmitter based on the image at the give template-path-relative file name.
createGlobalRegistry() - Static method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
Creates the instance of the global registry.
createGMonth(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGMonth(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'GMonth' corresponding the given literal
createGMonthDay(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGMonthDay(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'GMonth Day' corresponding the given literal
createGMonthDayFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGMonthFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGuiceModule() - Method in class org.eclipse.emf.codegen.ecore.xtext.GenModelSupport
 
createGYear(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGYear(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'GYear' corresponding the given literal
createGYearFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGYearMonth(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createGYearMonth(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'GYear Month' corresponding the given literal
createGYearMonthFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createHexBinary(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createHexBinary(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Hex Binary' corresponding the given literal
createHexBinaryFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createHierarchicalURI(String, String, String, String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a hierarchical URI with no path.
createHierarchicalURI(String, String, String, String[], String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a hierarchical URI with absolute path.
createHierarchicalURI(String[], String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a relative hierarchical URI with relative path.
createHyperlinksTo(XtextResource, Region, EObject, IHyperlinkAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.hyperlinking.XcoreHyperLinkHelper
 
createID(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createID(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'ID' corresponding the given literal
createIDFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREF(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREF(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'IDREF' corresponding the given literal
createIDREFFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREFS(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREFS(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'IDREFS' corresponding the given literal
createIDREFSBase(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREFSBase(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'IDREFS Base' corresponding the given literal
createIDREFSBaseFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIDREFSFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createImagePadding(int) - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
 
CREATEIMPLEMENTATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
createImportManager(String, String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates and caches an ImportManager for use in generating Java code.
createImportManager(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Creates the import manager and stores it on the GenModel, for use its in computing names.
createImportOperation(AbstractExampleInstallerWizard.ProjectDescriptor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
Deprecated.
Use AbstractExampleInstallerWizard.installProject(ProjectDescriptor, IProgressMonitor), which also actually creates the project and performs the import.
createInitializeCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This creates a custom initialize copy command that specially handles the eOpposite like it is bidirectional, itself.
createInitializeCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive InitializeCopyCommand.
createInitializeCopyOverrideCommand(InitializeCopyCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createInitializeCopyOverrideCommand(InitializeCopyCommand) - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor.Ecore2EcoreMappingDomain
 
createInitialModel() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Create a new model
createInitialModel() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
Create a new model
createInitialModel() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
Create a new model
createInitialModelGen() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
Create a new model
createInjector(String) - Method in class org.eclipse.emf.ecore.xcore.ui.internal.XcoreActivator
 
createInjector() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup
 
createInjector() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetupGenerated
 
createInjectorAndDoEMFRegistration() - Method in class org.eclipse.emf.codegen.ecore.xtext.GenModelSupport
 
createInjectorAndDoEMFRegistration() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup
 
createInjectorAndDoEMFRegistration() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetupGenerated
 
createInputStream(URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates an InputStream for the file identified by the given workspace path URI.
createInputStream(URI) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createInputStream(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.
 
createInputStream(String) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates an input stream for the nested URL by calling opening a stream on it.
createInputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
Creates an input stream for the URI, assuming it's a URI recognized by the Eclipse File System, and returns it.
createInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl
Creates an input stream for the file path and returns it.
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
Creates an input stream for the platform resource path and returns it.
createInputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.Archive
Deprecated.
 
createInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an input stream for the URI and returns it.
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
 
createInputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
Creates an input stream for the URI, assuming it's a URL, and returns it.
createInputStream(URI) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Creates an input stream for the URI and returns it; it has the same effect as calling createInputStream(uri, null).
createInputStream(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Creates an input stream for the URI and returns it.
createInputStream(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
Creates an input stream for the URI and returns it.
createInstance() - Method in class org.eclipse.emf.ecore.plugin.RegistryReader.PluginClassDescriptor
 
createInt(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createInt(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Int' corresponding the given literal
createInteger(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createInteger(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Integer' corresponding the given literal
createIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIntFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIntObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createIntObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Int Object' corresponding the given literal
createIntObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createInverseCrossReferencer() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
createInvocationDelegate(EOperation) - Method in interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory
Creates the invocation delegate for the specified operation.
createItemAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Item'
createItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, boolean, boolean, Object, String, String[]) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
 
createItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, Object, String, String[]) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates an item provider descriptor that uses a resource locator; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
createItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, boolean, boolean, Object, String, String[]) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Creates an instance that uses a resource locator; indicates whether to be multi-line and to sort choices; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
createItemProviderDecorator(Object, Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This is called when a new decorator is needed by DecoratorAdapterFactory.adapt(Object,Object).
createItemProviderDecorator(Object, Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
createItems(List<T>, ILabelProvider, boolean) - Static method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
createItems(List<T>, ILabelProvider, String, boolean) - Static method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
createJavaPackageFromString(EDataType, String) - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
createJClass() - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
createJClass() - Method in interface org.eclipse.emf.java.JavaFactory
Returns a new object of class 'JClass'
createJClassAdapter() - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This creates an adapter for a JClass
createJClassAdapter() - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Creates a new adapter for an object of class 'JClass'
createJClassProxy(Class<?>) - Static method in class org.eclipse.emf.java.util.JavaUtil
 
createJClassProxy(String) - Static method in class org.eclipse.emf.java.util.JavaUtil
 
createJClassProxy(URI) - Static method in class org.eclipse.emf.java.util.JavaUtil
 
createJClassProxyURI(Class<?>) - Static method in class org.eclipse.emf.java.util.JavaUtil
 
createJClassProxyURI(String) - Static method in class org.eclipse.emf.java.util.JavaUtil
 
createJClassProxyURI(URI) - Static method in class org.eclipse.emf.java.util.JavaUtil
 
createJCompilationUnit() - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
createJCompilationUnit() - Method in interface org.eclipse.emf.java.JavaFactory
Returns a new object of class 'JCompilation Unit'
createJCompilationUnitAdapter() - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This creates an adapter for a JCompilationUnit
createJCompilationUnitAdapter() - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Creates a new adapter for an object of class 'JCompilation Unit'
createJETCompiler() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
createJETEmitter() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
createJETEmitter(AbstractGeneratorAdapter.JETEmitterDescriptor) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates and initializes a JETEmitter according to the given descriptor.
createJETEmitter(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createJField() - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
createJField() - Method in interface org.eclipse.emf.java.JavaFactory
Returns a new object of class 'JField'
createJFieldAdapter() - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This creates an adapter for a JField
createJFieldAdapter() - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Creates a new adapter for an object of class 'JField'
createJInitializer() - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
createJInitializer() - Method in interface org.eclipse.emf.java.JavaFactory
Returns a new object of class 'JInitializer'
createJInitializerAdapter() - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This creates an adapter for a JInitializer
createJInitializerAdapter() - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Creates a new adapter for an object of class 'JInitializer'
createJMemberAdapter() - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Creates a new adapter for an object of class 'JMember'
createJMerger() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
createJMethod() - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
createJMethod() - Method in interface org.eclipse.emf.java.JavaFactory
Returns a new object of class 'JMethod'
createJMethodAdapter() - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This creates an adapter for a JMethod
createJMethodAdapter() - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Creates a new adapter for an object of class 'JMethod'
createJModelElementAdapter() - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Creates a new adapter for an object of class 'JModel Element'
createJPackage() - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
createJPackage() - Method in interface org.eclipse.emf.java.JavaFactory
Returns a new object of class 'JPackage'
createJPackageAdapter() - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This creates an adapter for a JPackage
createJPackageAdapter() - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Creates a new adapter for an object of class 'JPackage'
createJPackageProxy(String) - Static method in class org.eclipse.emf.java.util.JavaUtil
 
createJPackageProxyURI(String) - Static method in class org.eclipse.emf.java.util.JavaUtil
 
createJParameter() - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
createJParameter() - Method in interface org.eclipse.emf.java.JavaFactory
Returns a new object of class 'JParameter'
createJParameterAdapter() - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This creates an adapter for a JParameter
createJParameterAdapter() - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Creates a new adapter for an object of class 'JParameter'
createJVisibilityFromString(EDataType, String) - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
createJvmField(EObject, JvmVisibility, boolean, JvmTypeReference) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
createJvmField(EObject, JvmVisibility, boolean, boolean, JvmTypeReference) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
createJvmField(EObject, JvmVisibility, boolean, String, JvmTypeReference) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
createJvmField(EObject, JvmVisibility, boolean, boolean, String, JvmTypeReference) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
createJvmFormalParameter(EObject, JvmTypeReference) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
createJvmFormalParameter(EObject, String, JvmTypeReference) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
createJvmOperation(EObject, JvmVisibility, boolean, JvmTypeReference) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
createJvmOperation(EObject, JvmVisibility, boolean, String, JvmTypeReference) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
CREATEKEY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
createLabelProvider() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
createLangTypeFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createLangTypeNullFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createLanguage(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createLanguage(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Language' corresponding the given literal
createLanguageFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createLaunchedEditor(Composite, Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
createLaunchedOverviewSummaryColumnEditor(Composite, Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
createLendableAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Lendable'
createLibrary() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryFactory
Returns a new object of class 'Library'
createLibrary() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
CreateLibraryAction - Class in org.eclipse.emf.examples.extlibrary.actions
The extended library example supports multi-rooted resources and therefore this action allows the user to create a library root on the resource.
CreateLibraryAction(IEditorPart, ISelection) - Constructor for class org.eclipse.emf.examples.extlibrary.actions.CreateLibraryAction
This constructs an instance of an action that creates a library
createLibraryAdapter() - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This creates an adapter for a Library
createLibraryAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Library'
createLineBreakAfterNode(ITrackedNodePosition, ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
Creates line break at the end of the node when there is another node declared at the same line.
createLineBreakBeforeNode(ITrackedNodePosition, ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
Creates line break at the beginning of the node when there is another node declared at the same line.
createLineBreakString(int, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
Creates line break string containing line delimiter, line comment string if isCommentedOut is true, and same indent string as the line that break is inserted at.
createLineBreakString(String, int, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
Creates line break string containing line delimiter, line comment string if isCommentedOut is true, and indent string that is the same as of the line that break is inserted at.
createLinkingIssueQuickfixes(Issue, IssueResolutionAcceptor, IXtextDocument, XtextResource, EObject, EReference) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
 
createList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
createList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
createList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
 
createList(EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Returns a list, either a full list implementation or a fixed-sized modifiable singleton list, depending on the multiplicity of the feature.
createListChange() - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
Returns a new object of class 'List Change'
createListChange() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createListChange(EList<ListChange>, ChangeKind, int) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
createListChange(EList<ListChange>, ChangeKind, int) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
createListChange(EList<ListChange>, ChangeKind, int) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
Creates a ListChange, initializes the main attributes, and adds it to the specified listChanges.
createListChangeAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a ListChange
createListChangeAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'List Change'
createListChanges(EList<Object>, EList<?>, EList<ListChange>) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
 
createLong(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createLong(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Long' corresponding the given literal
createLongFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createLongObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createLongObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Long Object' corresponding the given literal
createLongObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createMappedObjectStateAdapter(Notifier) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
By default, this creates a new instance of MappingRootImpl.MappedObjectStateAdapter.
createMappedObjectStateAdapterFactory() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
By default, this creates an adapter factory that delegates createAdapter to createMappedObjectStateAdapter.
createMapping() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createMapping(Collection<?>, Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
createMapping() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
createMapping() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Mapping'
createMapping(Collection<?>, Collection<?>) - Method in interface org.eclipse.emf.mapping.MappingRoot
This creates a new, appropriately-parented, mapping object with the given collections of input and output objects.
CreateMappingAction - Class in org.eclipse.emf.mapping.action
 
CreateMappingAction() - Constructor for class org.eclipse.emf.mapping.action.CreateMappingAction
 
createMappingAction - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
 
CreateMappingAction.DelegateCommand - Class in org.eclipse.emf.mapping.action
 
CreateMappingAction.DelegateCommand(EditingDomain, CommandParameter) - Constructor for class org.eclipse.emf.mapping.action.CreateMappingAction.DelegateCommand
 
createMappingAdapter() - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Creates a new adapter for an object of class 'Mapping'
createMappingAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a Mapping.
createMappingAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Mapping'
createMappingCommand - Variable in class org.eclipse.emf.mapping.action.NameMatchMappingAction.DelegateCommand
 
createMappingCommand - Variable in class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
 
CreateMappingCommand - Class in org.eclipse.emf.mapping.command
The create mapping command creates a new mapping in a MappingDomain from a set of the domain's input and output objects.
CreateMappingCommand(MappingDomain, Collection<?>, int) - Constructor for class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated. 
CreateMappingCommand(MappingDomain, Collection<?>) - Constructor for class org.eclipse.emf.mapping.command.CreateMappingCommand
This creates a command that creates a new mapping involving the given domain's collection of input and output objects.
createMappingDomain() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor
 
createMappingDomain() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
createMappingHelper() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createMappingHelper() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Helper'
createMappingHelperAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a MappingHelper.
createMappingHelperAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Helper'
createMappingRoot(EPackage, EPackage) - Static method in class org.eclipse.emf.mapping.ecore2ecore.action.MapToEcoreActionDelegate
 
createMappingRoot() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createMappingRoot() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Root'
createMappingRootAdapter() - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Creates a new adapter for an object of class 'Root'
createMappingRootAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a MappingRoot.
createMappingRootAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Root'
createMappingStrategy() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createMappingStrategy() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Strategy'
createMappingStrategyAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a MappingStrategy.
createMappingStrategyAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Strategy'
createMarkers() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
createMarkers(Diagnostic) - Method in class org.eclipse.emf.common.ui.MarkerHelper
Creates a marker based on the information available in the specified diagnostic.
createMarkers(IResource, Diagnostic, Diagnostic) - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
createMarkers(Resource, Diagnostic) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction.EclipseResourcesUtil
 
createMatchRule(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createMenu(IMenuManager) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
createModel() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
createModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input
createModel() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
createModel() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor.XML
 
createModel() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input
createModel() - Method in class org.eclipse.emf.java.presentation.JavaEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input
createModel() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input
createModelConverter() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
createModelConverter() - Method in class org.eclipse.emf.ecore.xcore.exporter.ui.XcoreExporterWizard
 
createModelConverter() - Method in class org.eclipse.emf.ecore.xcore.importer.ui.XcoreImporterWizard
 
createModelConverter() - Method in class org.eclipse.emf.exporter.html.ui.HTMLExporterWizard
 
createModelConverter() - Method in class org.eclipse.emf.importer.ecore.ui.EcoreImporterWizard
 
createModelConverter() - Method in class org.eclipse.emf.importer.java.ui.JavaImporterWizard
 
createModelConverter() - Method in class org.eclipse.emf.importer.rose.ui.RoseImporterWizard
 
createModelConverterDescriptorImpl() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
createModelConverterDescriptorImpl() - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager
 
createModelConverterDescriptorImpl() - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
createModelConverterDescriptorWizardNode(D) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
createModelConverterDescriptorWizardNode(ModelExporterDescriptor) - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager
 
createModelConverterDescriptorWizardNode(ModelImporterDescriptor) - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
createModelConverterDescriptorWizardNodeMap() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
createModelGen() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input
createModelImporter() - Method in class org.eclipse.emf.importer.ecore.EcoreImporterApplication
 
createModelImporter() - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
createModelImporter() - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
createModelImporter() - Method in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
createModelToTargetUpdateValueStrategy(IObservableValue, IObservableValue) - Method in class org.eclipse.emf.databinding.EMFDataBindingContext
 
createModificationTrackingAdapter() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Creates a modification tracking adapter.
createMonitor(Monitor, int) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates and returns a sub-monitor for the given progress monitor.
createMonitor(Monitor, int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createMonitor(Monitor, int) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
createMonitor(IProgressMonitor, int) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
 
createMoveCommand(EditingDomain, EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive MoveCommand.
createMoveCommand(EditingDomain, EObject, EReference, EObject, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated.
As of EMF 2.0, replaced by createMoveCommand.
createMoveCommand(EditingDomain, EObject, EStructuralFeature, EObject, int) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This creates a primitive MoveCommand.
createMoveListChange(EList<?>, EList<ListChange>, Object, int, int) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
Convenience method added to allow subclasses to modify the default implementation for the scenario in which an element was moved in the monitored list.
createMoveOverrideCommand(MoveCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createName(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createName(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Name' corresponding the given literal
createNameFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNameMatchMappingCommand(MappingDomain, Mapping) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This creates a primitive NameMatchMappingCommand.
createNamespaceAnnotations() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
Initializes the annotations for http://www.w3.org/XML/1998/namespace
createNCName(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNCName(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'NC Name' corresponding the given literal
createNCNameFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNegativeInteger(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNegativeInteger(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Negative Integer' corresponding the given literal
createNegativeIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNewFolderControl(Composite) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
createNMTOKEN(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNMTOKEN(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'NMTOKEN' corresponding the given literal
createNMTOKENFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNMTOKENS(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNMTOKENS(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'NMTOKENS' corresponding the given literal
createNMTOKENSBase(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNMTOKENSBase(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'NMTOKENS Base' corresponding the given literal
createNMTOKENSBaseFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNMTOKENSFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNode(IOutlineNode, EObject) - Method in class org.eclipse.emf.ecore.xcore.ui.outline.XcoreOutlineTreeProvider
 
createNonNegativeInteger(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNonNegativeInteger(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Non Negative Integer' corresponding the given literal
createNonNegativeIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNonPositiveInteger(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNonPositiveInteger(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Non Positive Integer' corresponding the given literal
createNonPositiveIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNormalizedString(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNormalizedString(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Normalized String' corresponding the given literal
createNormalizedStringFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNOTATION(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNOTATION(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'NOTATION' corresponding the given literal
createNOTATIONFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates a notification.
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates a notification.
createNotification(InternalEObject, int, EStructuralFeature, Object, Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
createNotification(InternalEObject, int, EStructuralFeature, Object, Object, boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
createNotification(int, EStructuralFeature, Object, Object, int, boolean) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
createNotification(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
createNotification(int, EStructuralFeature, Object, Object, int, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
createNotification(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This implementation creates an ItemProvider.ItemProviderNotification.
createNotificationChain(int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances.
createNotificationChain(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances.
createNotificationChain(int) - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
 
createNullAnnotations() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
Initializes the annotations for null
createObject(EFactory, EClassifier) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
createObject(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
createObject(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create an object based on the given feature and attributes.
createObject(EFactory, EClassifier, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
createObject(EFactory, EClassifier) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
createObject(EFactory, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
Deprecated.
since 2.2
createObject(EFactory, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Deprecated.
since 2.2. Instead use #createObject(EFactory, EClassifier) and #getType(EFactory, String)
createObject(EFactory, EClassifier) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Create an object given an EFactory and a type
createObjectByType(String, String, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create an object based on the prefix and type name.
createObjectFromFactory(EFactory, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Deprecated.
since 2.2 Create an object given a content helper, a factory, and a type name, and process the XML attributes.
createObjectFromFeatureType(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create an object based on the type of the given feature.
createObjectFromTypeName(EObject, String, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create an object from the given qualified type name.
CreateOneSidedMappingAction - Class in org.eclipse.emf.mapping.action
 
CreateOneSidedMappingAction() - Constructor for class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction
 
createOneSidedMappingAction - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
 
CreateOneSidedMappingAction.DelegateCommand - Class in org.eclipse.emf.mapping.action
 
CreateOneSidedMappingAction.DelegateCommand(EditingDomain, CommandParameter) - Constructor for class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction.DelegateCommand
 
createOutputStream(URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Creates an OutputStream for the file identified by the given workspace path URI.
createOutputStream(URI) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
createOutputStream(String) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates an output stream for the nested URL by calling opening a stream on it.
createOutputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
Creates an output stream for the URI, assuming it's a URI recognized by the Eclipse File System, and returns it.
createOutputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl
Creates an output stream for the file path and returns it.
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
Creates an output stream for the platform resource path and returns it.
createOutputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.Archive
Deprecated.
 
createOutputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an output stream for the URI and returns it.
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
 
createOutputStream(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
Creates an output stream for the URI, assuming it's a URL, and returns it.
createOutputStream(URI) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Creates an output stream for the URI and returns it; it has the same effect as calling createOutputStream(uri, null).
createOutputStream(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Creates an output stream for the URI and returns it.
createOutputStream(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
Creates an output stream for the URI and returns it.
createOutputStream(URI) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenModelGeneratorAdapterFactory
 
createOverrideCommand(OverrideableCommand) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This just returns null, since this is an optional feature that we don't support here.
createOverrideCommand(OverrideableCommand) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This creates an override for the given command.
createOverrideCommand(OverrideableCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createOverviewDecoratorAdapterFactory() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
createOverviewViewer(Composite) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
createPackageContents() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcorePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
Creates the meta-model objects for the package.
createPackageControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
createPackageName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
createPageControl(Composite) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Creates custom page control for user-defined queries.
createPageCustomControl(Composite) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
createPageCustomControl(Composite) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourceWizardPage
 
createPages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the method used by the framework to install your own controls
createPages() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the method used by the framework to install your own controls
createPages() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is the method used by the framework to install your own controls
createPages() - Method in class org.eclipse.emf.java.presentation.JavaEditor
This is the method used by the framework to install your own controls.
createPages() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is the method used by the framework to install your own controls
createPages() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This is the method used by the framework to install your own controls.
createParser(XtextTokenStream) - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.XcoreParser
 
createParser() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.XcoreParser
 
createPartControl(Composite) - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
createPartControl(Composite) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
createPartControl(Composite) - Method in class org.eclipse.emf.ecore.xcore.ui.EOperationInvocationView
 
createPasteAction() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
Returns the action used to implement paste.
createPasteFromClipboardOverrideCommand(PasteFromClipboardCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createPatternMatcher(String) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
createPeriodicalAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Periodical'
createPerson() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryFactory
Returns a new object of class 'Person'
createPerson() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
createPersonAdapter() - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This creates an adapter for a Person
createPersonAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Person'
createPlatformPluginURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a plug-in-based path string, with an option to encode the created URI.
createPlatformResourceInputStream(String, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
Creates an input stream for the given IFile path.
createPlatformResourceInputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an input stream for the platform resource path and returns it.
createPlatformResourceInputStream(String) - Static method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.WorkbenchHelper
createPlatformResourceOutputStream(String, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
Creates an output stream for the given IFile path.
createPlatformResourceOutputStream(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an output stream for the platform resource path and returns it.
createPlatformResourceOutputStream(String) - Static method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.WorkbenchHelper
createPlatformResourceURI(String) - Static method in class org.eclipse.emf.common.util.URI
createPlatformResourceURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a workspace-relative path string, with an option to encode the created URI.
createPositiveInteger(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createPositiveInteger(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Positive Integer' corresponding the given literal
createPositiveIntegerFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createProcessingInstruction() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createProcessingInstruction() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a new object of class 'Processing Instruction'
createProcessingInstructionEntry(String, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createProject(AbstractExampleInstallerWizard.ProjectDescriptor, IProgressMonitor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
createProject(Monitor, IProject, Collection<GenModel>) - Method in class org.eclipse.emf.importer.ModelImporter
 
createPropertiesForInputStream(InputStream) - Method in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
createPropertiesForURI(String) - Method in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
Create a JDOM from a URI.
createPropertyDescriptor(IItemPropertyDescriptor) - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
 
createPropertyDescriptorDecorator(Object, IItemPropertyDescriptor) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
createPropertyDescriptorDecorator(Object, IItemPropertyDescriptor) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider.TypeMappingHelperWrapper
 
createPropertyEditor(Composite) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
This returns the cell editor that will be used to edit the value of this property.
createPropertySource(Object, IItemPropertySource) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
 
createPropertyValueWrapper(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.GenItemPropertyDescriptor
 
createPropertyValueWrapper(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
createPullRule(String, Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.
 
createPullRule(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createPullTargetVisitor() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
createPushRule(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createPushSourceVisitor() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
createQName(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createQName(String, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createQName(String, String, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createQName(String, String, String) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
Creates a new QName object with the specified values
createQName(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'QName' corresponding the given literal
createQName(String, String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'QName' corresponding to the given namespace URI and local part.
createQName(String, String, String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'QName' corresponding to the given namespace URI, local part, and prefix.
createQNameFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createQueryDelegate(EClassifier, Map<String, EClassifier>, String) - Method in interface org.eclipse.emf.ecore.util.QueryDelegate.Factory
Creates a query delegate for the specified expression.
createQueryDelegateControl(Composite) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Creates control for query delegate property.
createQueryTextControl(Composite) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Creates control for query text.
createRawCDATAEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createRawCommentEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createRawEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
createRawEntry(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
createRawEntry(EStructuralFeature, Object) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createRawProcessingInstructionEntry(String, String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createRawTextEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createRedoAction() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
Returns the action used to implement redo.
createReferencedEPackageFilter() - Method in class org.eclipse.emf.converter.ModelConverter
 
createReferencedEPackageFilterToConvert() - Method in class org.eclipse.emf.converter.ModelConverter
 
createReferencedEPackageFilterToConvert() - Method in class org.eclipse.emf.exporter.ModelExporter
 
createReferencedGenModelControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
createReferencedGenPackagesList() - Method in class org.eclipse.emf.converter.ModelConverter
 
createReferencedGenPackagesList() - Method in class org.eclipse.emf.exporter.ModelExporter
 
createRegex(String, String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.REUtil
Creates a RegularExpression instance.
createRemoveCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive RemoveCommand.
createRemoveCommand(EditingDomain, EObject, EReference, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated.
As of EMF 2.0, replaced by createRemoveCommand.
createRemoveCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
createRemoveListChange(EList<?>, EList<ListChange>, Object, int) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
Convenience method added to allow subclasses to modify the default implementation for the scenario in which an element was removed from the monitored list.
createRemoveMappingCommand(MappingDomain, Collection<?>) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This creates a primitive RemoveMappingCommand.
createRemoveOverrideCommand(RemoveCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createReplaceCommand(EditingDomain, EObject, EStructuralFeature, Object, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive ReplaceCommand.
createReplaceCommand(EditingDomain, EObject, EStructuralFeature, EObject, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
createReplaceCommand(EditingDomain, EObject, EReference, EObject, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated.
As of EMF 2.0, replaced by createReplaceCommand.
createReplaceOverrideCommand(ReplaceCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createResource(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
createResource(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
Returns a newly allocated default resource implementation.
createResource(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
createResource(URI, String) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
createResource(URI) - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory
Creates a resource with the given URI and returns it.
createResource(URI) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Creates a new resource, of the appropriate type, and returns it.
createResource(URI, String) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Creates a new resource, of the appropriate type, and returns it.
createResource(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.EcoreResourceFactoryImpl
 
createResource(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceFactoryImpl
 
createResource(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceFactoryImpl
 
createResource(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl
 
createResource(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceFactoryImpl
Creates an XMLResourceImpl and returns it.
createResource(String) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is a convenience method to create a resource, you could use the resource set returned by AdapterFactoryEditingDomain.getResourceSet() directly.
createResource(String) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This creates the specified resource in this editing domain's resource set.
createResource(UnitTreeNode, ResourceSet) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
createResource(URI) - Method in class org.eclipse.emf.java.util.JavaPackageResourceFactoryImpl
 
createResource(URI) - Method in class org.eclipse.emf.java.util.JavaResourceFactoryImpl
 
createResource(URI) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreResourceFactoryImpl
Creates an instance of the resource
createResource(URI) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLResourceFactoryImpl
Creates an instance of the resource
createResourceAdapter() - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This creates an adapter for a Resource.
createResourceChange() - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
Returns a new object of class 'Resource Change'
createResourceChange(Resource, EList<Object>) - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
 
createResourceChange() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createResourceChange(Resource, EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
createResourceChange(Resource, EList<Object>) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
createResourceChangeAdapter() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This creates an adapter for a ResourceChange
createResourceChangeAdapter() - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Creates a new adapter for an object of class 'Resource Change'
createResourceControl(Composite) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
Creates control for resource property.
createResourceDescription(Resource, IDefaultResourceDescriptionStrategy) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreResourceDescriptionManager
 
createResourceSet() - Method in class org.eclipse.emf.converter.ModelConverter
 
createResourceSet() - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
createResourceSet() - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
createResourceSet() - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
createResourceSet() - Method in class org.eclipse.emf.oda.ecore.impl.Connection
 
createResourceSetAdapter() - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This creates an adapter for a ResourceSet.
createRestoreInitialStateCommand(MappingDomain) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This creates a primitive RestoreInitialStateCommand.
createResultTypeControl(Composite) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Creates control for result type property.
createRoseUnitTreeAndTable(String, UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
createRoseUtil() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
createSaveSettingsControl(Composite) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
 
createSetCommand(EditingDomain, EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
 
createSetCommand(EditingDomain, EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
 
createSetCommand(EditingDomain, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
Returns a wrapped set command that returns as its affected object the replacement wrapper for the value.
createSetCommand(EditingDomain, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Returns a wrapped set command that returns as its affected object the replacement wrapper for the value.
createSetCommand(EditingDomain, EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This creates a primitive SetCommand.
createSetCommand(EditingDomain, EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returned a primitive SetCommand, but it has been replaced, since this command can now take an index.
createSetCommand(EditingDomain, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
createSetCommand(EditingDomain, Object, Object, Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Returns a command that will set the value on the model object.
createSetCommand(EditingDomain, EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This creates a primitive SetCommand.
createSetOverrideCommand(SetCommand) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
createSettingDelegate(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory
Creates a setting delegate for the given feature.
createShort(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createShort(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Short' corresponding the given literal
createShortFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createShortObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createShortObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Short Object' corresponding the given literal
createShortObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
CreateSiblingAction - Class in org.eclipse.emf.edit.ui.action
A sibling creation action is implemented by creating a CreateChildCommand.
CreateSiblingAction - Class in org.eclipse.emf.edit.ui.action
A sibling creation action is implemented by creating a CreateChildCommand.
CreateSiblingAction(IWorkbenchPart, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateSiblingAction
This constructs an instance of an action that uses the workbench part's editing domain to create a sibling specified by descriptor.
CreateSiblingAction(IEditorPart, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateSiblingAction
This constructor is simply retained for binary compatibility.
CreateSiblingAction(EditingDomain, ISelection, Object) - Constructor for class org.eclipse.emf.edit.ui.action.CreateSiblingAction
This constructs an instance of an action that uses the given editing domain to create a sibling specified by descriptor.
createSiblingActions - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This will contain one CreateSiblingAction corresponding to each descriptor generated for the current selection by the item provider
createSiblingActions - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This will contain one CreateSiblingAction corresponding to each descriptor generated for the current selection by the item provider
createSiblingActions - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This will contain one CreateSiblingAction corresponding to each descriptor generated for the current selection by the item provider
createSiblingMenuManager - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateSibling actions
createSiblingMenuManager - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateSibling actions
createSiblingMenuManager - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateSibling actions
createSimpleAnyType() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createSimpleAnyType() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a new object of class 'Simple Any Type'
createSortRule(String, Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.
 
createSortRule(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createSpaceTypeFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createSpaceTypeObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createString(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createString(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'String' corresponding the given literal
createStringFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createStyler(StyledString.Style) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Returns a new styler with the same styling information as the given style.
createSubmenuManager() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
 
createSubmenuManager() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.Reflective
 
createSweepRule(String, Element) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.
 
createSweepRule(String, Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
createTable(Composite) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
createTargetToModelUpdateValueStrategy(IObservableValue, IObservableValue) - Method in class org.eclipse.emf.databinding.EMFDataBindingContext
 
createTextApplier(ContentAssistContext, IScope, IQualifiedNameConverter, <any>) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.ImportingTypesProposalProvider
 
createTextControl(Composite, int) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
createTextEditor(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.BasicTableEditor
 
createTextEditor(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
createTextEntry(String) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
createTextViewer(Composite, int) - Method in interface org.eclipse.emf.edit.ui.util.QueryDelegateTextViewer.Factory
Creates a query delegate for the specified parent.
createTime(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createTime(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Time' corresponding the given literal
createTimeFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createTitleBar() - Method in class org.eclipse.emf.common.ui.ViewerPane
Create a title bar for the pane which includes the view icon and title to the far left, and the close X icon to the far right.
createToken(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createToken(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Token' corresponding the given literal
createTokenFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createToolbar(IToolBarManager) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
createTopObject(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
createTreeNode() - Method in class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
 
createTreeNode() - Method in interface org.eclipse.emf.edit.tree.TreeFactory
Returns a new object of class 'Node'
createTreeNodeAdapter() - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This creates an adapter for a TreeNode.
createTreeNodeAdapter() - Method in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
Creates a new adapter for an object of class 'Node'
createTypeConverter() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
createTypeConverter() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns a new object of class 'Type Converter'
createTypeConverterAdapter() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This creates an adapter for a TypeConverter.
createTypeConverterAdapter() - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates a new adapter for an object of class 'Type Converter'
createTypeMatchMappingCommand(MappingDomain, Mapping) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This creates a primitive TypeMatchMappingCommand.
createUndoAction() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
Returns the action used to implement undo.
createUnsignedByte(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedByte(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Byte' corresponding the given literal
createUnsignedByteFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedByteObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedByteObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Byte Object' corresponding the given literal
createUnsignedByteObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedInt(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedInt(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Int' corresponding the given literal
createUnsignedIntFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedIntObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedIntObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Int Object' corresponding the given literal
createUnsignedIntObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedLong(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedLong(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Long' corresponding the given literal
createUnsignedLongFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedShort(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedShort(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Short' corresponding the given literal
createUnsignedShortFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedShortObject(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createUnsignedShortObject(String) - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns an instance of data type 'Unsigned Short Object' corresponding the given literal
createUnsignedShortObjectFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a URI string, with explicit device support and handling for archive URIs enabled.
createURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method that encodes and parses the given URI string.
createURI(String, boolean, int) - Static method in class org.eclipse.emf.common.util.URI
Static factory method that encodes and parses the given URI string.
createURIControl(Composite) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
createURIControl(Composite) - Method in class org.eclipse.emf.ecore.xcore.importer.ui.XcoreDetailPage
 
createURIWithCache(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated.
Please use createURI instead.
createURLInputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an input stream for the URI, assuming it's a URL, and returns it.
createURLOutputStream(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Creates an output stream for the URI, assuming it's a URL, and returns it.
createValueIterator(Object) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
createVariable() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
createVariablesControl(Composite) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Creates control for expression variables property.
createVideoCassette() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryFactory
Returns a new object of class 'Video Cassette'
createVideoCassette() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
createVideoCassetteAdapter() - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This creates an adapter for a VideoCassette
createVideoCassetteAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Video Cassette'
createViewer(Composite) - Method in class org.eclipse.emf.common.ui.ViewerPane
 
createViewer(Composite) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyViewerPane
 
createWizard() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
createWizard(IWorkbench, Shell, IFile) - Method in class org.eclipse.emf.converter.ui.OpenWizardActionDelegate
 
createWizard() - Method in interface org.eclipse.emf.exporter.ui.contribution.ModelExporterDescriptor
 
createWizard() - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager.ModelExporterDescriptorImpl
 
createWizard() - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager.ModelExporterDescriptorWizardNode
 
createWizard(IWorkbench, Shell, IFile) - Method in class org.eclipse.emf.exporter.ui.GenModelExportActionDelegate
 
createWizard() - Method in interface org.eclipse.emf.importer.ui.contribution.ModelImporterDescriptor
 
createWizard() - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager.ModelImporterDescriptorImpl
 
createWizard() - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager.ModelImporterDescriptorWizardNode
 
createWizard(IWorkbench, Shell, IFile) - Method in class org.eclipse.emf.importer.ui.GenModelReloadActionDelegate
 
createWrapper(Object, Object, AdapterFactory) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Creates a new instance of this wrapper for the given value, owner, and adapter factory.
createWrapper(EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Creates and returns a wrapper for the given value, at the given index in the given feature of the given object if such a wrapper is needed; otherwise, returns the original value.
createWriter() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryFactory
Returns a new object of class 'Writer'
createWriter() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
createWriterAdapter() - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This creates an adapter for a Writer
createWriterAdapter() - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates a new adapter for an object of class 'Writer'
createXAnnotation() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXAnnotation() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XAnnotation'
createXAnnotationAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XAnnotation
createXAnnotationAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XAnnotation'
createXAnnotationDirective() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXAnnotationDirective() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XAnnotation Directive'
createXAnnotationDirectiveAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XAnnotationDirective
createXAnnotationDirectiveAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XAnnotation Directive'
createXAttribute() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXAttribute() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XAttribute'
createXAttributeAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XAttribute
createXAttributeAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XAttribute'
createXClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXClass() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XClass'
createXClassAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XClass
createXClassAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XClass'
createXClassifierAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XClassifier'
createXDataType() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXDataType() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XData Type'
createXDataTypeAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XDataType
createXDataTypeAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XData Type'
createXEnum() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXEnum() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XEnum'
createXEnumAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XEnum
createXEnumAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XEnum'
createXEnumLiteral() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXEnumLiteral() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XEnum Literal'
createXEnumLiteralAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XEnumLiteral
createXEnumLiteralAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XEnum Literal'
createXGenericType() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXGenericType() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XGeneric Type'
createXGenericTypeAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XGenericType
createXGenericTypeAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XGeneric Type'
createXImportDirective() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXImportDirective() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XImport Directive'
createXImportDirectiveAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XImportDirective
createXImportDirectiveAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XImport Directive'
createXMemberAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XMember'
createXMLHelper() - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceImpl
 
createXMLHelper() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
createXMLHelper() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createXMLInfo(String) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceFactoryImpl
 
createXMLInfo() - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceFactoryImpl
 
createXMLInfo(EObject) - Static method in class org.eclipse.emf.mapping.ecore2xml.action.GenerateEcore2XMLActionDelegate
 
createXMLInfo() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLFactory
Returns a new object of class 'XML Info'
createXMLInfo() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
 
createXMLInfoAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This creates an adapter for a XMLInfo
createXMLInfoAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Creates a new adapter for an object of class 'XML Info'
createXMLLoad() - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceImpl
 
createXMLLoad() - Method in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl
 
createXMLLoad() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
createXMLLoad(Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
createXMLLoad() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createXMLLoad(Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createXMLMap(Ecore2EcoreMappingRoot) - Static method in class org.eclipse.emf.mapping.ecore2xml.action.GenerateEcore2XMLActionDelegate
 
createXMLMap() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLFactory
Returns a new object of class 'XML Map'
createXMLMap() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
 
createXMLMapAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This creates an adapter for a XMLMap
createXMLMapAdapter() - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Creates a new adapter for an object of class 'XML Map'
createXMLNamespaceDocumentRoot() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
createXMLNamespaceDocumentRoot() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceFactory
Returns a new object of class 'Document Root'
createXMLResource() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl
Creates a specialized XML resource for consuming just the root elements as well as the first nested element, if the root element is an XMI root element.
createXMLSave() - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceImpl
 
createXMLSave() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
createXMLSave(Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
createXMLSave() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createXMLSave(Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
createXMLTypeDocumentRoot() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
createXMLTypeDocumentRoot() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns a new object of class 'Document Root'
createXModelElementAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XModel Element'
createXMultiplicityFromString(EDataType, String) - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXNamedElementAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XNamed Element'
createXOperation() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXOperation() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XOperation'
createXOperationAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XOperation
createXOperationAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XOperation'
createXPackage() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXPackage() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XPackage'
createXPackageAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XPackage
createXPackageAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XPackage'
createXParameter() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXParameter() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XParameter'
createXParameterAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XParameter
createXParameterAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XParameter'
createXReference() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXReference() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XReference'
createXReferenceAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XReference
createXReferenceAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XReference'
createXStringToStringMapEntry() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXStringToStringMapEntryAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a Map.Entry
createXStringToStringMapEntryAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XString To String Map Entry'
createXStructuralFeatureAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XStructural Feature'
createXTypedElementAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XTyped Element'
createXTypeParameter() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
createXTypeParameter() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns a new object of class 'XType Parameter'
createXTypeParameterAdapter() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This creates an adapter for a XTypeParameter
createXTypeParameterAdapter() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates a new adapter for an object of class 'XType Parameter'
createZipFile(File) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
Returns a ZipFile for reading from the given file, if it is in fact a zip file; null otherwise.
createZipImportOperation(AbstractExampleInstallerWizard.ProjectDescriptor, File) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
Deprecated.
CREATION_COMMANDS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Creation Commands' attribute
CREATION_ICONS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Creation Icons' attribute
CREATION_SUBMENUS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Creation Submenus' attribute
creationCommands - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Creation Commands' attribute
creationIcons - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Creation Icons' attribute
creationSubmenus - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Creation Submenus' attribute
crop(String) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
crop(String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This crops the given text to exclude any control characters.
CROSS_DOC - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return true if the specified eReference from eObject to crossReferencedEObject should be considered a cross reference by this cross referencer.
crossReference() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Compute the map of cross references.
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Return true if the specified eReference from eObject to crossReferencedEObject should be considered a cross reference by this cross referencer.
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Return true if the specified eReference from eObject to crossReferencedEObject should be considered a cross reference by this cross referencer.
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Return true if the specified eReference from eObject to crossReferencedEObject should be considiered a cross reference by this cross referencer.
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Return true if the specified eReference from eObject to crossReferencedEObject should be considered a cross reference by this cross referencer.
crossReference(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
crossReferenceFilter - Variable in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
crossReferences() - Method in interface org.eclipse.emf.ecore.impl.EClassImpl.FeatureSubsetSupplier
 
CryptoCipherImpl - Class in org.eclipse.emf.ecore.resource.impl
Deprecated.
Deprecated in 2.3.0. Use DESCipherImpl or AESCipherImpl instead. This class will be removed in future versions of EMF.
CryptoCipherImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.CryptoCipherImpl
Deprecated.
 
CryptoCipherImpl(String) - Constructor for class org.eclipse.emf.ecore.resource.impl.CryptoCipherImpl
Deprecated.
 
current - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
currentCell - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
currentColumn - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
currentContext - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
currentElement - Variable in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
currentLength - Variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
currentLineWidth - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
currentNode - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
currentResource - Variable in class org.eclipse.emf.edit.ui.action.ControlAction.ControlResourceDialog
 
currentSize - Variable in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
currentTableItem - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
currentTableTreeItem - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
currentTableTreeItemData - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
currentTreeItem - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
currentViewer - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer
currentViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer
currentViewer - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer
currentViewer - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer
currentViewer - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer
currentViewer - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer.
currentViewerPane - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This keeps track of the active viewer pane, in the book
currentViewerPane - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This keeps track of the active viewer pane, in the book
currentViewerPane - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This keeps track of the active viewer pane, in the book
currentViewerPane - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This keeps track of the current viewer pane of the page book.
cursor - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the character offset.
cursor - Variable in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
cursor - Variable in class org.eclipse.emf.common.util.AbstractEList.EIterator
The current position of the iterator.
cursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the entry data.
cursor - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
cursor - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
cursor - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
cursor - Variable in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
cursorIndex - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
CutAction - Class in org.eclipse.emf.edit.ui.action
A cut action is implemented by creating a CutToClipboardCommand.
CutAction - Class in org.eclipse.emf.edit.ui.action
A cut action is implemented by creating a CutToClipboardCommand.
CutAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.CutAction
 
CutAction() - Constructor for class org.eclipse.emf.edit.ui.action.CutAction
 
cutAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement cut.
CutToClipboardCommand - Class in org.eclipse.emf.edit.command
This works just like RemoveCommand but also sets the removed objects to the EditingDomain.
CutToClipboardCommand(EditingDomain, Command) - Constructor for class org.eclipse.emf.edit.command.CutToClipboardCommand
This constructs an instance that yields the result of the given command as its clipboard.

D

DAMAGED_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
The default value of the 'Damaged' attribute
DAMAGED_EFLAG - Static variable in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
The flag representing the value of the 'Damaged' attribute
DanglingHREFException - Exception in org.eclipse.emf.ecore.xmi
 
DanglingHREFException(String, String, int, int) - Constructor for exception org.eclipse.emf.ecore.xmi.DanglingHREFException
 
danglingHREFException - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
data - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
Arbitrary data for extensibility.
data() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
data() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns direct unsafe access to the underlying data storage.
data - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The data.
data - Variable in class org.eclipse.emf.common.util.BasicEList
The underlying data storage of the list.
data() - Method in class org.eclipse.emf.common.util.BasicEList
Returns direct unsafe access to the underlying data storage.
DATA - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
data() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.ContentHandlerList
 
data() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIHandlerList
 
data - Variable in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
The cached value of the 'Data' attribute
data - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame
 
data - Variable in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
The cached value of the 'Data' reference
data - Variable in class org.eclipse.emf.oda.ecore.impl.ResultSet.Blob
 
data - Variable in class org.eclipse.emf.oda.ecore.impl.ResultSet.Clob
 
DATA_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
DATA_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
The default value of the 'Data' attribute
DATA_TYPE_CONVERTERS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Data Type Converters' attribute
DATA_UNIQUE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
DATA_UNIQUE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
DATA_UNIQUE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
DATA_UNIQUE_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
DATA_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
DATA_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
DATA_VALUE__FRACTION_DIGITS_IN_RANGE - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
DATA_VALUE__LENGTH_IN_RANGE - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
DATA_VALUE__MATCHES_PATTERN - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
DATA_VALUE__TOTAL_DIGITS_IN_RANGE - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
DATA_VALUE__TYPE_CORRECT - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
DATA_VALUE__VALUE_IN_ENUMERATION - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
DATA_VALUE__VALUE_IN_RANGE - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
DATA_VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
The default value of the 'Data Value' attribute
DATA_VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
The default value of the 'Data Value' attribute
dataAsList(Object[]) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
DataBindingEditPlugin - Class in org.eclipse.emf.databinding.edit
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
DataBindingEditPlugin() - Constructor for class org.eclipse.emf.databinding.edit.DataBindingEditPlugin
Create the instance.
DataBindingEditPlugin.Implementation - Class in org.eclipse.emf.databinding.edit
The actual implementation of the Eclipse Plugin.
DataBindingEditPlugin.Implementation() - Constructor for class org.eclipse.emf.databinding.edit.DataBindingEditPlugin.Implementation
Creates an instance.
DataBindingPlugin - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
DataBindingPlugin() - Constructor for class org.eclipse.emf.databinding.DataBindingPlugin
Create the instance.
DataBindingPlugin.Implementation - Class in org.eclipse.emf.databinding
The actual implementation of the Eclipse Plugin.
DataBindingPlugin.Implementation() - Constructor for class org.eclipse.emf.databinding.DataBindingPlugin.Implementation
Creates an instance.
dataClass - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
dataClass - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataStatic
 
dataClass - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableStatic
 
dataClass - Variable in class org.eclipse.emf.ecore.util.BasicInternalEList
 
dataClass - Variable in class org.eclipse.emf.ecore.util.EcoreEList
 
dataConverter - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData
 
dataConverter - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData
 
DataSetMetaData - Class in org.eclipse.emf.oda.ecore.impl
Implementation of IDataSetMetaData for EMF ODA runtime driver.
DataSetMetaData(IConnection) - Constructor for class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
DATATYPE_ATTRIBUTE_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
DATATYPE_CONTENT_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
DATATYPE_ELEMENT_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
DATATYPE_IS_MANY - Static variable in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
DATATYPE_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
DATATYPE_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
DATATYPE_SINGLE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLHelper
These are the kinds of features that are important when loading XMI files.
DATATYPE_SINGLE_NILLABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
dataTypeConverters - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Data Type Converters' attribute
DataTypes - Class in org.eclipse.emf.oda.ecore.impl
Defines the data types that are supported by EMF ODA runtime driver.
DataTypes() - Constructor for class org.eclipse.emf.oda.ecore.impl.DataTypes
 
DataValue - Class in org.eclipse.emf.ecore.xml.type.internal
NOTE: this class is for internal use only.
DataValue() - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue
 
DataValue.Base64 - Class in org.eclipse.emf.ecore.xml.type.internal
 
DataValue.Base64() - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.Base64
 
DataValue.EncodingMap - Class in org.eclipse.emf.ecore.xml.type.internal
 
DataValue.EncodingMap() - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.EncodingMap
Default constructor.
DataValue.HexBin - Class in org.eclipse.emf.ecore.xml.type.internal
 
DataValue.HexBin() - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.HexBin
 
DataValue.TypeValidator - Class in org.eclipse.emf.ecore.xml.type.internal
 
DataValue.TypeValidator() - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.TypeValidator
 
DataValue.URI - Class in org.eclipse.emf.ecore.xml.type.internal
A class to represent a Uniform Resource Identifier (URI).
DataValue.URI() - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Construct a new and uninitialized URI.
DataValue.URI(DataValue.URI) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Construct a new URI from another URI.
DataValue.URI(String) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Construct a new URI from a URI specification string.
DataValue.URI(DataValue.URI, String) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Construct a new URI from a base URI and a URI specification string.
DataValue.URI(String, String) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Construct a new URI that does not follow the generic URI syntax.
DataValue.URI(String, String, String, String, String) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Construct a new URI that follows the generic URI syntax from its component parts.
DataValue.URI(String, String, String, int, String, String, String) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Construct a new URI that follows the generic URI syntax from its component parts.
DataValue.URI.MalformedURIException - Exception in org.eclipse.emf.ecore.xml.type.internal
MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.
DataValue.URI.MalformedURIException() - Constructor for exception org.eclipse.emf.ecore.xml.type.internal.DataValue.URI.MalformedURIException
Constructs a MalformedURIException with no specified detail message.
DataValue.URI.MalformedURIException(String) - Constructor for exception org.eclipse.emf.ecore.xml.type.internal.DataValue.URI.MalformedURIException
Constructs a MalformedURIException with the specified detail message.
DataValue.XMLChar - Class in org.eclipse.emf.ecore.xml.type.internal
This class defines the basic XML character properties.
DataValue.XMLChar() - Constructor for class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
 
dataValueDelegatingList - Variable in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
The data value delegating list is used to ensure that the elements are properly converted to and from strings when added and removed from the dataValues list.
dataValueList - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
dataValues - Variable in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
The cached value of the 'Data Values' attribute list
DATE - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
date - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
DATE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Date' data type
DATE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Date' data type
DATE_TIME - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Date Time' data type
DATE_TIME - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Date Time' data type
DATETIME - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
dateTime - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
DC1 - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
DC2 - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
DC3 - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
DC4 - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
DDL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
deactivate() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
DEBUG - Static variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Debug output setting
DEBUG - Static variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
DEBUG - Static variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
DEBUG - Static variable in class org.eclipse.emf.common.util.URI
 
DEBUG - Static variable in class org.eclipse.emf.databinding.edit.EMFEditProperties
Turn on debug logging
DEBUG - Static variable in class org.eclipse.emf.databinding.EMFProperties
Debug constant to turn on/off debugging
DEBUG_DEMANDED_PACKAGES - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
decimal - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
DECIMAL - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Decimal' data type
DECIMAL - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Decimal' data type
declarePrefix(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
declareSchemaLocation - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
declareSchemaLocationImplementation - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
declareXML - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
declareXSI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
decode(String) - Static method in class org.eclipse.emf.common.util.URI
Decodes the given string by interpreting three-digit escape sequences as the bytes of a UTF-8 encoded character and replacing them with the characters they represent.
decode(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.Base64
Decodes Base64 data into octects
decode(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.HexBin
Decode hex string to a byte array
decode(String) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Decodes the given string by replacing any occurrences Java escape sequences to actual characters.
decode(PersistentCommandStack.Decoder) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.CommandCreationRecord
 
decode() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.Decoder
 
decodeAction(Diagnostic) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
decodeAction(int) - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
decodeFragment(String) - Method in class org.eclipse.emf.ecore.xcore.scoping.LazyCreationProxyURIConverter
 
decodeProxy(EObject) - Method in class org.eclipse.emf.ecore.xcore.scoping.LazyCreationProxyURIConverter
 
decodeProxyURI(URI) - Method in class org.eclipse.emf.ecore.xcore.scoping.LazyCreationProxyURIConverter
 
deconfigure() - Method in class org.eclipse.emf.codegen.jet.JETNature
 
decorate(Image, Diagnostic) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
decorate(Map<Object, BasicDiagnostic>, Object, Diagnostic, List<Integer>) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
decorate(Map<Object, BasicDiagnostic>) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
decorate(Map<Object, BasicDiagnostic>, ITreeContentProvider, Set<Object>, Object, List<Integer>) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
decoratedAdapterFactory - Variable in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This keeps the AdapterFactory being decorated.
decoratedItemProvider - Variable in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This keeps track of the item provider being decorated.
decorateImage(Image, Object) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
decorateStyledText(StyledString, Object) - Method in interface org.eclipse.emf.common.ui.viewer.IStyledLabelDecorator
Returns a decorated StyledString.
decorateStyledText(StyledString, Object) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.Styled
 
decorateStyledText(StyledString, Object) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError
Decorate the given styledString by underlying the whole given styledString with a SWT#UNDERLINE_ERROR underline style colored in JFacePreferences#ERROR_COLOR.
decorateText(String, Object) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
DecoratingColumLabelProvider - Class in org.eclipse.emf.edit.ui.provider
A column label provider that delegates to a label provider and a label decorator.
DecoratingColumLabelProvider(ILabelProvider, ILabelDecorator) - Constructor for class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
DecoratingColumLabelProvider.StyledLabelProvider - Class in org.eclipse.emf.edit.ui.provider
An extended version of the decorating column label provider that also provides for styled string.
DecoratingColumLabelProvider.StyledLabelProvider(ILabelProvider, ILabelDecorator) - Constructor for class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider.StyledLabelProvider
 
decoration - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Decoration' attribute
DECORATION_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Decoration' attribute
decorations - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
DECORATIONS_STYLER - Static variable in class org.eclipse.emf.edit.provider.StyledString.Style
A built-in style that will eventually be mapped to org.eclipse.jface.viewers.StyledString.DECORATIONS_STYLER.
DecoratorAdapterFactory - Class in org.eclipse.emf.edit.provider
This abstract class provides support for creating IItemProviderDecorators for the adapters created by another AdapterFactory.
DecoratorAdapterFactory(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This creates an instance that decorates the adapters from the given adapter factory.
decrementDeferredInitializationCount() - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
 
decrypt(InputStream) - Method in class org.eclipse.emf.ecore.resource.impl.AESCipherImpl
 
decrypt(InputStream) - Method in class org.eclipse.emf.ecore.resource.impl.DESCipherImpl
 
decrypt(InputStream) - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Cipher
Decrypts the specified input stream.
DEFAULT - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Constant representing the absence of any flag
DEFAULT - Static variable in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
The 'Default' literal value
DEFAULT_ANNOTATION_FILTER - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
DEFAULT_ATTRIBUTE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
DEFAULT_BUFFER_CAPACITY - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
The default BinaryResourceImpl.OPTION_BUFFER_CAPACITY capacity of the buffered stream used when saving or loading the resource content.
DEFAULT_CATEGORY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
DEFAULT_CLASS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
DEFAULT_CONTENT_TYPE_IDENTIFIER - Static variable in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
The content type identifier "*" that matches any content type identifier.
DEFAULT_ENCODING - Static variable in interface org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLResource
 
DEFAULT_EXTENSION - Static variable in class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
DEFAULT_EXTENSION - Static variable in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
The file extension "*" that matches any extension.
DEFAULT_FACADE_HELPER_CLASS - Static variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
DEFAULT_FONT - Static variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
The default font used within the hovers.
DEFAULT_HANDLERS - Static variable in interface org.eclipse.emf.ecore.resource.URIHandler
The global default read only list of URI handlers.
DEFAULT_MESSAGE - Static variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
DEFAULT_MESSAGE - Static variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
 
DEFAULT_OPERATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
DEFAULT_PARAMETER_VALUE - Static variable in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
DEFAULT_ROLE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
DEFAULT_TEMPLATE_CONTAINER_NAME - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
DEFAULT_VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
The default value of the 'Default Value' attribute
DEFAULT_VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Default Value' attribute
DEFAULT_VALUE_LITERAL_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Default Value Literal' attribute
DEFAULT_VALUE_LITERAL_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
The default value of the 'Default Value Literal' attribute
defaultBackground - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
The background color that will be used when no background color is specified.
defaultCase(EObject) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.emf.ecore.util.Switch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.emf.edit.tree.util.TreeSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.emf.java.util.JavaSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultCase(EObject) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Returns the result of interpreting the object as an instance of 'EObject'
defaultDeleteOptions - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The storage for the default delete options.
defaultDescriptorID - Variable in class org.eclipse.emf.importer.ui.EMFModelWizard
 
DefaultDOMHandlerImpl - Class in org.eclipse.emf.ecore.xmi.impl
Implementation of the default DOMHandler and DOMHelper
DefaultDOMHandlerImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.DefaultDOMHandlerImpl
 
DefaultEcoreBuilder - Class in org.eclipse.emf.ecore.xmi.util
Default implementation of XML Schema to Ecore builder.
DefaultEcoreBuilder(ExtendedMetaData) - Constructor for class org.eclipse.emf.ecore.xmi.util.DefaultEcoreBuilder
 
defaultFont - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
The font that will be used when no font is specified.
DEFAULTFONT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
defaultForeground - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
The foreground color that will be used when no foreground color is specified.
defaultLoadOptions - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The storage for the default load options.
defaultPath - Variable in class org.eclipse.emf.importer.ui.EMFModelWizard
 
DEFAULTS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
defaultSaveOptions - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The storage for the default save options.
defaultStyleSheet - Static variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
defaultValue - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationTypeMember
Cached default value
defaultValue - Variable in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
defaultValue - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
defaultValue - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData
 
defaultValueFactory - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
defaultValueIsSet - Variable in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
defaultValueLiteral - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The cached value of the 'Default Value Literal' attribute
defaultValueLiteral - Variable in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
The cached value of the 'Default Value Literal' attribute
deferIDREFResolution - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
deferredExtent - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
deferredInitializationCount - Variable in class org.eclipse.emf.edit.command.CopyCommand.Helper
 
defineOriginalGenModelPath(IPath) - Method in class org.eclipse.emf.importer.ModelImporter
 
DEGENERATE_IMPORT_MANAGER - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
delay - Variable in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor.DelayedProcessor
 
delayedLayout - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter
 
delayedProcess(V) - Method in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor.DelayedProcessor
 
delegate - Variable in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
delegate - Variable in class org.eclipse.emf.oda.ecore.impl.Query
 
DELEGATE_PROPERTY_NAME - Static variable in class org.eclipse.emf.oda.ecore.impl.Query
 
delegateAdd(E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the end of the backing store list.
delegateAdd(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the given index in the backing store list.
delegateAdd(int, Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateAdd(Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateAdd(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateAdd(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateBasicList() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an unsafe list that provides a non-resolving view of the backing store list.
delegateBasicList() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateBasicList() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateChildren - Variable in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
The collection of children last returned by the delegate item provider is cached here.
delegateClear() - Method in class org.eclipse.emf.common.util.DelegatingEList
Clears the backing store list of all objects.
delegateClear() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateClear() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateContains(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the backing store list contains the object.
delegateContains(Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateContains(Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateContainsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the backing store list contains each object in the collection.
delegateContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateContainsAll(Collection<?>) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegatedDoSwitch(Switch<T>, EClass, EObject) - Method in class org.eclipse.emf.ecore.util.ComposedSwitch
Call delegate.
delegatedFeature - Variable in class org.eclipse.emf.codegen.ecore.genmodel.GenClass.ChildCreationData
 
delegatedGet(Object) - Method in class org.eclipse.emf.ecore.impl.EValidatorRegistryImpl
 
delegatedGet(Object) - Method in class org.eclipse.emf.ecore.impl.ValidationDelegateRegistryImpl
 
delegatedGetDescriptor(Collection<?>) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory.Descriptor.Registry.Impl
This is called when local lookup fails.
delegatedGetDescriptors(String) - Method in class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
delegatedGetDescriptors(String) - Method in class org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor.Registry.Impl
This is called when local lookup fails.
delegatedGetEFactory(String) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
Returns the factory from the delegate registry, if there is one.
delegatedGetEPackage(String) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
Returns the package from the delegate registry, if there is one.
delegatedGetFactory(URI, String) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
Returns the resource factory appropriate for the given URI and content type identifier, when standard alternatives fail.
delegatedGetFactory(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
Deprecated.
since 2.4
delegatedGetFactoryForTypes(Collection<?>) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
delegatedGetImage(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the image associated with the key, when the image resource is not available locally.
delegatedGetResource(URI, boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Returns a resolved resource available outside of the resource set.
delegatedGetResource(URI, boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourceLocator
Delegates to the resource set's ResourceSetImpl.delegatedGetResource(URI, boolean) or, if the resource set has a resource locator at the time this one was created, delegates to its ResourceSetImpl.ResourceLocator.delegatedGetResource(URI, boolean).
delegatedGetString(String, boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the string associated with the key, when the string resource is not available locally.
delegatedGetURI(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Returns the mapped URI for the given URI, when standard alternatives fail.
delegatedGetXMLMap(String) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLRegistryImpl
 
delegateEList - Variable in class org.eclipse.emf.common.util.BasicEMap
The underlying list of entries.
delegateEquals(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the object is a list with corresponding equal objects to those in the backing store list.
delegateEquals(Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateGet(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the object at the index in the backing store list.
delegateGet(int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateGet(int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateHashCode() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the hash code of the backing store list.
delegateHashCode() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateHashCode() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateIndexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the first occurrence of the object in the backing store list.
delegateIndexOf(Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateIndexOf(Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateIsEmpty() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the backing store list has zero size.
delegateIsEmpty() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateIsEmpty() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateItemProvider - Variable in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
The wrapped value's item provider, to which most methods are delegated.
delegateItemProvider - Variable in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
delegateIterator() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an iterator over the backing store list.
delegateIterator() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateIterator() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateLastIndexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the last occurrence of the object in the backing store list.
delegateLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateLastIndexOf(Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateList() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the list that acts as the backing store.
delegateList() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
 
delegateList() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateList() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateListIterator() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a list iterator over the backing store list.
delegateListIterator() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateListIterator() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateMove(int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Moves the object at the source index in the backing store list by removing it and adding it at the new target index.
delegateMove(int, int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateMove(int, int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateRegistry - Variable in class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
delegateRegistry - Variable in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
The delegate registry.
delegateRegistry(ClassLoader) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
delegateRegistry() - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
delegateRegistry - Variable in class org.eclipse.emf.ecore.impl.EValidatorRegistryImpl
 
delegateRegistry - Variable in class org.eclipse.emf.ecore.impl.ValidationDelegateRegistryImpl
 
delegateRegistry - Variable in class org.eclipse.emf.edit.provider.ComposedAdapterFactory.Descriptor.Registry.Impl
The delegate registry should lookup fail locally.
delegateRegistry - Variable in class org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor.Registry.Impl
The delegate registry should lookup fail locally.
delegateRegistry - Variable in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLRegistryImpl
 
delegateRemove(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes the object at the index from the backing store list and returns it.
delegateRemove(int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateRemove(int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateResourceLocators - Variable in class org.eclipse.emf.common.EMFPlugin
 
delegateSet(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Sets the object at the index in the backing store list and returns the old object at the index.
delegateSet(int, E) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateSet(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateSize() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the number of objects in the backing store list.
delegateSize() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateSize() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateToArray() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in the backing store list in sequence.
delegateToArray(T[]) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in the backing store list in sequence.
delegateToArray() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateToArray(T[]) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateToArray() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateToArray(T[]) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateToString() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a the string form of the backing store list.
delegateToString() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
delegateToString() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
delegateXMLInfo - Variable in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
delegateXMLMap - Variable in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
DelegatingCommandAction - Class in org.eclipse.emf.edit.ui.action
This class wraps an IActionDelegate, e.g., a CommandAction, to make it into an Action.
DelegatingCommandAction - Class in org.eclipse.emf.edit.ui.action
This class wraps an IActionDelegate, e.g., a CommandAction, to make it into an Action.
DelegatingCommandAction(IActionDelegate) - Constructor for class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
This constructs an instance.
DelegatingCommandAction(IEditorActionDelegate) - Constructor for class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
This constructor is simply retained for binary compatibility.
DelegatingEcoreEList<E> - Class in org.eclipse.emf.ecore.util
A delegating notifying internal EList that implements InternalEList.Unsettable and EStructuralFeature.Setting.
DelegatingEcoreEList(InternalEObject) - Constructor for class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
DelegatingEcoreEList.Dynamic<E> - Class in org.eclipse.emf.ecore.util
 
DelegatingEcoreEList.Dynamic(InternalEObject, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Dynamic
 
DelegatingEcoreEList.Dynamic(int, InternalEObject, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Dynamic
 
DelegatingEcoreEList.Generic<E> - Class in org.eclipse.emf.ecore.util
 
DelegatingEcoreEList.Generic(int, InternalEObject) - Constructor for class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
DelegatingEcoreEList.UnmodifiableEList<E> - Class in org.eclipse.emf.ecore.util
 
DelegatingEcoreEList.UnmodifiableEList(InternalEObject, EStructuralFeature, List<E>) - Constructor for class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
DelegatingEcoreEList.Unsettable<E> - Class in org.eclipse.emf.ecore.util
A delegating Ecore EList with an implementation for tracking the unset state.
DelegatingEcoreEList.Unsettable(InternalEObject) - Constructor for class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Unsettable
 
DelegatingEList<E> - Class in org.eclipse.emf.common.util
A highly extensible delegating list implementation.
DelegatingEList() - Constructor for class org.eclipse.emf.common.util.DelegatingEList
Creates an empty instance.
DelegatingEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.DelegatingEList
Creates an instance that is a copy of the collection.
DelegatingEList.EIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
DelegatingEList.EIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.EIterator
Deprecated.
 
DelegatingEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
DelegatingEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.EListIterator
Deprecated.
Creates an instance.
DelegatingEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.DelegatingEList.EListIterator
Deprecated.
Creates an instance advanced to the index.
DelegatingEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
DelegatingEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.NonResolvingEIterator
Deprecated.
 
DelegatingEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated. 
DelegatingEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.NonResolvingEListIterator
Deprecated.
Creates an instance.
DelegatingEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.DelegatingEList.NonResolvingEListIterator
Deprecated.
Creates an instance advanced to the index.
DelegatingEList.UnmodifiableEList<E> - Class in org.eclipse.emf.common.util
An unmodifiable version of DelegatingEList.
DelegatingEList.UnmodifiableEList(List<E>) - Constructor for class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Creates an initialized instance.
DelegatingFeatureMap - Class in org.eclipse.emf.ecore.util
 
DelegatingFeatureMap(InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
DelegatingFeatureMap(InternalEObject, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
DelegatingFeatureMap.FeatureEIterator<E> - Class in org.eclipse.emf.ecore.util
-------------------------------------------
DelegatingFeatureMap.FeatureEIterator(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureEIterator
 
DelegatingFeatureMap.FeatureMapEObjectImpl - Class in org.eclipse.emf.ecore.util
Temporary for testing purposes only.
DelegatingFeatureMap.FeatureMapEObjectImpl() - Constructor for class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureMapEObjectImpl
 
DelegatingFeatureMap.ResolvingFeatureEIterator<E> - Class in org.eclipse.emf.ecore.util
-------------------------------------------
DelegatingFeatureMap.ResolvingFeatureEIterator(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.DelegatingFeatureMap.ResolvingFeatureEIterator
 
DelegatingFeatureMap.ValueListIteratorImpl<E> - Class in org.eclipse.emf.ecore.util
 
DelegatingFeatureMap.ValueListIteratorImpl() - Constructor for class org.eclipse.emf.ecore.util.DelegatingFeatureMap.ValueListIteratorImpl
 
DelegatingFeatureMap.ValueListIteratorImpl(int) - Constructor for class org.eclipse.emf.ecore.util.DelegatingFeatureMap.ValueListIteratorImpl
 
DelegatingNotifyingInternalEListImpl<E> - Class in org.eclipse.emf.ecore.util
DelegatingNotifyingInternalEListImpl() - Constructor for class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
DelegatingNotifyingInternalEListImpl(Collection<? extends E>) - Constructor for class org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl
 
DelegatingNotifyingListImpl<E> - Class in org.eclipse.emf.common.notify.impl
An extensible implementation of a notifying list that delegates to a backing list.
DelegatingNotifyingListImpl() - Constructor for class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates an empty instance.
DelegatingNotifyingListImpl(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates an instance that is a copy of the collection.
DelegatingResourceLocator - Class in org.eclipse.emf.common.util
An abstract resource locator implementation comprising a primary locator and a series delegate locators.
DelegatingResourceLocator() - Constructor for class org.eclipse.emf.common.util.DelegatingResourceLocator
Creates an instance.
DelegatingSet<E> - Class in org.eclipse.emf.databinding.internal
Set which is backed by an List
DelegatingSet(List<E>) - Constructor for class org.eclipse.emf.databinding.internal.DelegatingSet
Create a new delegating set
DelegatingStyledCellLabelProvider - Class in org.eclipse.emf.edit.ui.provider
An extended DelegatingStyledCellLabelProvider that can be used as a standard label provider and table label provider by delegating to the wrapped IStyledLabelProvider.
DelegatingStyledCellLabelProvider(IStyledLabelProvider) - Constructor for class org.eclipse.emf.edit.ui.provider.DelegatingStyledCellLabelProvider
Construct an instance that wraps the given styled label provider.
DelegatingStyledCellLabelProvider.ColorProvider - Class in org.eclipse.emf.edit.ui.provider
An extended version of the delegating styled cell label provider that also provides for colors if the wrapped IStyledLabelProvider itself provides for colors.
DelegatingStyledCellLabelProvider.ColorProvider(IStyledLabelProvider) - Constructor for class org.eclipse.emf.edit.ui.provider.DelegatingStyledCellLabelProvider.ColorProvider
Construct an instance that wraps the given styled label provider.
DelegatingStyledCellLabelProvider.FontAndColorProvider - Class in org.eclipse.emf.edit.ui.provider
An extended version of the delegating styled cell label provider that also provides for fonts and colors if the wrapped IStyledLabelProvider itself provides for fonts and colors.
DelegatingStyledCellLabelProvider.FontAndColorProvider(IStyledLabelProvider) - Constructor for class org.eclipse.emf.edit.ui.provider.DelegatingStyledCellLabelProvider.FontAndColorProvider
Construct an instance that wraps the given styled label provider.
DelegatingStyledCellLabelProvider.FontProvider - Class in org.eclipse.emf.edit.ui.provider
An extended version of the delegating styled cell label provider that also provides for fonts if the wrapped IStyledLabelProvider itself provides for fonts.
DelegatingStyledCellLabelProvider.FontProvider(IStyledLabelProvider) - Constructor for class org.eclipse.emf.edit.ui.provider.DelegatingStyledCellLabelProvider.FontProvider
Construct an instance that wraps the given styled label provider.
DelegatingWrapperItemProvider - Class in org.eclipse.emf.edit.provider
A wrapper for model objects and other wrappers.
DelegatingWrapperItemProvider(Object, Object, EStructuralFeature, int, AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Creates an instance for the given value.
DelegatingWrapperItemProvider(Object, Object, AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Deprecated.
As of EMF 2.0.1, replaced by this form. This constructor will be removed as public API, but remain available as a protected method.
DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand - Class in org.eclipse.emf.edit.provider
An AffectedObjectsWrappingCommand wraps another command to substitute this wrapper for its value and child wrappers for their corresponding child values, whenever they appear in the affected objects.
DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand(Command) - Constructor for class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand
 
DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate - Class in org.eclipse.emf.edit.provider
An AffectedObjectsWrappingCommandActionDelegate wraps another command that also implements CommandActionDelegate, to substitute this wrapper for its value and child wrappers for their corresponding child values, whenever they appear in the affected objects.
DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate) - Constructor for class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate
Returns a new AffectedObjectsWrappingCommandActionDelegate for the given command.
DelegatingWrapperItemProvider.DelegatingWrapperItemPropertyDescriptor - Class in org.eclipse.emf.edit.provider
A DelegatingWrapperItemPropertyDescriptor decorates an ItemPropertyDescriptor and manages a command owner override.
DelegatingWrapperItemProvider.DelegatingWrapperItemPropertyDescriptor(Object, IItemPropertyDescriptor) - Constructor for class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.DelegatingWrapperItemPropertyDescriptor
 
delete() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
delete(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
delete(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
 
delete(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
delete(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl
 
delete(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
 
delete(String, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
 
delete(Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
delete(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
Only HTTP connections support delete.
delete(Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.Resource
deletes the resource using the specified options, unloads it, and then removes it from the containing resource set.
delete(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Deletes the contents of the given URI.
delete(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
Deletes the contents of the given URI.
delete(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Deletes the object from its containing resource and/or its containing object as well as from any other feature that references it within the enclosing resource set, resource, or root object.
delete(EObject, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Deletes the object from its containing resource and/or its containing object as well as from any other feature that references it within the enclosing resource set, resource, or root object.
DeleteAction - Class in org.eclipse.emf.edit.ui.action
A delete action removes objects from their parent containers, optionally cleaning up other references to the objects.
DeleteAction - Class in org.eclipse.emf.edit.ui.action
A delete action removes objects from their parent containers, optionally cleaning up other references to the objects.
DeleteAction(EditingDomain, boolean) - Constructor for class org.eclipse.emf.edit.ui.action.DeleteAction
 
DeleteAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.DeleteAction
 
DeleteAction(boolean) - Constructor for class org.eclipse.emf.edit.ui.action.DeleteAction
 
DeleteAction() - Constructor for class org.eclipse.emf.edit.ui.action.DeleteAction
 
deleteAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement delete.
deleteBegin - Variable in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
DeleteCommand - Class in org.eclipse.emf.edit.command
This removes an object from its parent and, if that leaves the object orphaned from any resource, i.e. in the usual case where its parent was its container, additionally deletes all other references to it from within the editing domain.
DeleteCommand(EditingDomain, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.DeleteCommand
This constructs a command that deletes the objects in the given collection.
deleteEnd - Variable in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
deleteExistingProjects(IProgressMonitor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
deleteMarkers(Object) - Method in class org.eclipse.emf.common.ui.MarkerHelper
Deletes a maker with id equals to the return of MarkerHelper.getMarkerID() from the IResource computed from the specified object.
deleteMarkers(Object, boolean, int) - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
deleteMarkers(IResource, boolean, int) - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
deleteMarkers(Object, boolean, int) - Method in class org.eclipse.emf.edit.ui.util.EditUIMarkerHelper
 
deleteNode(RoseNode) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
DELIM - Static variable in class org.eclipse.emf.ecore.xcore.scoping.LazyCreationProxyURIConverter
 
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence.Builder
The delimiter of the builder.
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence
The delimiter for this instance.
delimiter() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the delimiter of the segment sequence.
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
The delimiter being accessed.
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
The delimiters being accessed.
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
The delimiter being accessed.
delimiter - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
The delimiter of the value being accessed.
delimiterBuffer - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
A buffer to hold the delimiter's characters; it grows as needed.
demandCreatedEClassifiers - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The set of classifiers that were demand created.
demandCreateResource(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Creates a new resource appropriate for the URI.
demandCreateResource(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourceLocator
Delegates to the resource set's ResourceSetImpl.demandCreateResource(URI) or, if the resource set has a resource locator at the time this one was created, delegates to its ResourceSetImpl.ResourceLocator.demandCreateResource(URI).
demandedPackages() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
demandedPackages() - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the instance's collection of demand-created packages.
demandFeature(String, String, boolean) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
demandFeature(String, String, boolean, boolean) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
demandFeature(String, String, boolean) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns a feature corresponding to a global element or attribute from the namespace-specified package in the demand package registry, creating it, and the package, if necessary.
demandFeature(String, String, boolean, boolean) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns a feature corresponding to a global element or attribute from the namespace-specified package in the demand package registry, creating it, and the package, if necessary.
demandLoad(Resource) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Loads the given resource.
demandLoad(Resource) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourceLocator
Delegates to the resource set's ResourceSetImpl.demandLoad(Resource) or, if the resource set has a resource locator at the time this one was created, delegates to its ResourceSetImpl.ResourceLocator.demandCreateResource(URI).
demandLoad(String, String) - Method in class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
demandLoadHelper(Resource) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Demand loads the given resource using ResourceSetImpl.demandLoad(Resource) and wraps any IOException as a runtime exception.
demandLoadHelper(Resource) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourceLocator
Delegates to the resource set's ResourceSetImpl.demandLoadHelper(Resource) or, if the resource set has a resource locator at the time this one was created, delegates to its ResourceSetImpl.ResourceLocator.demandLoadHelper(Resource).
demandPackage(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
demandPackage(String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns a package from the demand package registry, creating it (with a document root class) if necessary.
demandRegistry - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
demandType(String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
demandType(String, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns a class from the namespace-specified package in the demand package registry, demand creating it, and the package, if necessary.
DEPLOYMENT_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
depopulateManager(IContributionManager, Collection<? extends IAction>) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This removes from the specified manager all org.eclipse.jface.action.ActionContributionItems based on the org.eclipse.jface.action.IActions contained in the actions collection
depopulateManager(IContributionManager, Collection<? extends IAction>) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This removes from the specified manager all org.eclipse.jface.action.ActionContributionItems based on the org.eclipse.jface.action.IActions contained in the actions collection
depopulateManager(IContributionManager, Collection<? extends IAction>) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This removes from the specified manager all org.eclipse.jface.action.ActionContributionItems based on the org.eclipse.jface.action.IActions contained in the actions collection
DEPRECATED - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Deprecated property flag.
depth - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
dequote(String) - Static method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
deregister(DiagnosticDecorator) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
deregister(Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
deregister(Mapping) - Method in interface org.eclipse.emf.mapping.MappingRoot
This removes cached information about this mapping.
deresolve(URI) - Method in class org.eclipse.emf.common.util.URI
Finds the shortest relative or, if necessary, the absolute URI that, when resolved against the given base absolute hierarchical URI using resolve, will yield this absolute URI.
deresolve(URI, boolean, boolean, boolean) - Method in class org.eclipse.emf.common.util.URI
Finds an absolute URI that, when resolved against the given base absolute hierarchical URI using resolve, will yield this absolute URI.
deresolve(URI, boolean, boolean, boolean) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
deresolve(URI, boolean, boolean, boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
deresolve(URI) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
deresolve(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
Returns the given URI.
deresolve(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl.AbsoluteCrossBundleAware
 
deresolve(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl
 
deresolve(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl.PlatformSchemeAware
 
deresolve - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
deresolve(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
deresolve(URI) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns a relative URI if necessary and if possible.
deresolve(URI) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.URIHandler
Returns the URI deresolved against the base URI.
DERIVATION_KINDS - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The strings used to represent the various derivation kinds , indexed by kind ID.
derivationKind - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
derived - Variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The cached value of the 'Derived' attribute
DERIVED - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
DERIVED_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Derived' attribute
DERIVED_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The default value of the 'Derived' attribute
DERIVED_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The flag representing the value of the 'Derived' attribute
DESCipherImpl - Class in org.eclipse.emf.ecore.resource.impl
EMF implementation for the URIConverter.Cipher interface using the DES encryption algorithm.
DESCipherImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.DESCipherImpl
 
DESCipherImpl(String) - Constructor for class org.eclipse.emf.ecore.resource.impl.DESCipherImpl
 
describe(InputStream, IContentDescription) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
 
describe(Reader, IContentDescription) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
 
description - Variable in class org.eclipse.emf.common.command.AbstractCommand
Holds a short textual description of the command as returned by AbstractCommand.getDescription() and set by AbstractCommand.setDescription(java.lang.String).
description - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
description - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.AddCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.CopyCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.CreateCopyCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.CutToClipboardCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.DeleteCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.InitializeCopyCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.MoveCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.RemoveCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.ReplaceCommand
This caches the description.
DESCRIPTION - Static variable in class org.eclipse.emf.edit.command.SetCommand
This caches the description.
description - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is the description shown in the property sheet when this property is selected.
DESCRIPTION - Static variable in class org.eclipse.emf.mapping.command.AddMappingCommand
This cachaes the description.
DESCRIPTION - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
This cachaes the description.
DESCRIPTION - Static variable in class org.eclipse.emf.mapping.command.MatchMappingCommand
This cachaes the description.
DESCRIPTION - Static variable in class org.eclipse.emf.mapping.command.RemoveMappingCommand
This cachaes the description.
DESCRIPTION - Static variable in class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
This cachaes the description.
DESCRIPTION_FOR_LIST - Static variable in class org.eclipse.emf.edit.command.AddCommand
This caches the description for a list-based addition.
DESCRIPTION_FOR_LIST - Static variable in class org.eclipse.emf.edit.command.MoveCommand
This caches the description for a list-based command.
DESCRIPTION_FOR_LIST - Static variable in class org.eclipse.emf.edit.command.RemoveCommand
This caches the description for a list-based command.
descriptionText - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
DESCRIPTOR - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
A descriptor for this adapter factory, which can be used to programatically register it.
descriptor - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
descriptor - Variable in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
descriptor - Variable in class org.eclipse.emf.edit.ui.action.CreateChildAction
This describes the child to be created.
descriptor - Variable in class org.eclipse.emf.edit.ui.action.CreateSiblingAction
This describes the sibling to be created.
descriptors - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
descriptorTableViewer - Variable in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
DESIGN - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
detached(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
detached(EObject) - Method in interface org.eclipse.emf.ecore.resource.Resource.Internal
Called when the object is detached from this resource, i.e., when it's eResource changes to no longer be this one.
DETACHED_EOBJECT_TO_ID_MAP - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
The map from EObject to ID.
detachedHelper(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
detachedHelper(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
details - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
The cached value of the 'Details' map
details - Variable in class org.eclipse.emf.ecore.impl.EAnnotationImpl
The cached value of the 'Details' map
details - Variable in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
The cached value of the 'Details' map
detailsButton - Variable in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
detailsComposite - Variable in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
detailText - Variable in class org.eclipse.emf.common.ui.DiagnosticComposite
 
determineEndPositionOfLineComment(int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Calculate the end of the line comment that is at the same line as position, and with only whitespace between position and the start of the line comment.
determineEndPositionOfLineComment(int, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Calculate the end of the line comment that is at the same line as nodeEnd, and ends before nodeExtendedEnd.
determineEntryType() - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.MappingEntryImpl
Computes whether this entry represents a folder to folder mapping.
determineExternalPackages(GenPackage) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
determineExternalPackages(GenPackage, ModelImporter) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
device() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a device component, returns it; null otherwise.
device() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
device - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
The device of the hierarchical URI.
device() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
DEVICE_IDENTIFIER - Static variable in class org.eclipse.emf.common.util.URI
 
devicePath() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a path, returns a string representation of the path, including the authority and the device component; null otherwise.
devicePath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
devicePath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
dfa109 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa110 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa111 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa113 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa119 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa122 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa125 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa128 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa129 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa132 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa133 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa141 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa142 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa148 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa149 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa150 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa151 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa153 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa155 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa156 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa157 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa160 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa162 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa163 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa164 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa167 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa168 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa169 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa17 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa174 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa176 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa177 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa177 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa178 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa183 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa185 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa185 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa186 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa196 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa198 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa199 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa2 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa200 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa201 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa202 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa203 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa204 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa205 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa207 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa208 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa209 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa21 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
dfa21 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
dfa218 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa22 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa220 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa221 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa222 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa3 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa30 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa30 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa32 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa33 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa34 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa35 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa37 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa41 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa42 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa44 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa46 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa5 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa53 - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
dfa7 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa8 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa81 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa82 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa91 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
dfa94 - Variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
diagnose() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
diagnose() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
diagnostic - Variable in class org.eclipse.emf.common.ui.DiagnosticComposite
 
diagnostic - Variable in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
Diagnostic - Interface in org.eclipse.emf.common.util
Information about the outcome of some activity.
DIAGNOSTIC_CODE_COUNT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class
DIAGNOSTIC_CODE_COUNT - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class
DIAGNOSTIC_CODE_COUNT - Static variable in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class
DIAGNOSTIC_CODE_COUNT - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
A constant for the source of diagnostic codes from this package
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
A constant for the source of diagnostic codes from this package
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
A constant for the source of diagnostic codes from this package
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
A constant for the source of diagnostic codes from this package
diagnosticAdapter - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
DiagnosticChain - Interface in org.eclipse.emf.common.util
An accumulator of diagnostics.
DiagnosticComposite - Class in org.eclipse.emf.common.ui
 
DiagnosticComposite - Class in org.eclipse.emf.common.ui
 
DiagnosticComposite(Composite, int) - Constructor for class org.eclipse.emf.common.ui.DiagnosticComposite
 
diagnosticComposite - Variable in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
DiagnosticComposite.TextProvider - Class in org.eclipse.emf.common.ui
 
DiagnosticComposite.TextProvider() - Constructor for class org.eclipse.emf.common.ui.DiagnosticComposite.TextProvider
 
DiagnosticDecorator - Class in org.eclipse.emf.edit.ui.provider
A label decorator for associating diagnostic decorations with a structured viewer's content labels.
DiagnosticDecorator(ResourceSet, StructuredViewer) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
Creates an instance that doesn't support live validation.
DiagnosticDecorator(EditingDomain, StructuredViewer) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
Creates an instance that supports live validation.
DiagnosticDecorator(EditingDomain, StructuredViewer, IDialogSettings) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
Creates an instance that supports live validation and supports enablement via dialog setting.
DiagnosticDecorator(EditingDomain, ExtendedPropertySheetPage, IDialogSettings) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
Creates an instance that supports live validation and supports enablement via dialog setting.
diagnosticDecorator - Variable in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
DiagnosticDecorator.DiagnosticAdapter - Class in org.eclipse.emf.edit.ui.provider
A content adapter for monitoring a resource set's resources.
DiagnosticDecorator.DiagnosticAdapter() - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticAdapter
 
DiagnosticDecorator.DiagnosticDecoratorAdapter - Class in org.eclipse.emf.edit.ui.provider
 
DiagnosticDecorator.DiagnosticDecoratorAdapter() - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter
 
DiagnosticDecorator.DiagnosticDecoratorAdapter.Dispatcher - Class in org.eclipse.emf.edit.ui.provider
 
DiagnosticDecorator.DiagnosticDecoratorAdapter.Dispatcher() - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter.Dispatcher
 
DiagnosticDecorator.EditingDomainLocationListener - Class in org.eclipse.emf.edit.ui.provider
A listener that interprets links as navigable references to objects in the resource set.
DiagnosticDecorator.EditingDomainLocationListener(EditingDomain, StructuredViewer) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.EditingDomainLocationListener
 
DiagnosticDecorator.LiveValidator - Class in org.eclipse.emf.edit.ui.provider
 
DiagnosticDecorator.LiveValidator(EditingDomain, IDialogSettings) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
DiagnosticDecorator.LiveValidator.LiveValidationAction - Class in org.eclipse.emf.edit.ui.provider
 
DiagnosticDecorator.LiveValidator.LiveValidationAction(EditingDomain, IDialogSettings) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator.LiveValidationAction
 
DiagnosticDecorator.LiveValidator.LiveValidationAction(IDialogSettings) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator.LiveValidationAction
 
DiagnosticDecorator.Styled - Class in org.eclipse.emf.edit.ui.provider
An extended DiagnosticDecorator that handle style strings decoration.
DiagnosticDecorator.Styled(EditingDomain, ExtendedPropertySheetPage, IDialogSettings) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.Styled
Creates an instance that supports live validation and supports enablement via dialog setting.
DiagnosticDecorator.Styled(EditingDomain, ExtendedPropertySheetPage) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.Styled
Creates an instance that supports live validation.
DiagnosticDecorator.Styled(EditingDomain, StructuredViewer, IDialogSettings) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.Styled
Creates an instance that supports live validation and supports enablement via dialog setting.
DiagnosticDecorator.Styled(EditingDomain, StructuredViewer) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.Styled
Creates an instance that supports live validation.
DiagnosticDecorator.Styled(ResourceSet, ExtendedPropertySheetPage) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.Styled
Creates an instance that doesn't support live validation.
DiagnosticDecorator.Styled(ResourceSet, StructuredViewer) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.Styled
Creates an instance that doesn't support live validation.
DiagnosticDecorator.StyledError - Class in org.eclipse.emf.edit.ui.provider
A styled diagnostic decorator that will decorate the given styled string by underlying it with a SWT#UNDERLINE_ERROR underline style colored in JFacePreferences#ERROR_COLOR.
DiagnosticDecorator.StyledError(EditingDomain, ExtendedPropertySheetPage, IDialogSettings) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError
 
DiagnosticDecorator.StyledError(EditingDomain, ExtendedPropertySheetPage) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError
 
DiagnosticDecorator.StyledError(EditingDomain, StructuredViewer, IDialogSettings) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError
 
DiagnosticDecorator.StyledError(EditingDomain, StructuredViewer) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError
 
DiagnosticDecorator.StyledError(ResourceSet, ExtendedPropertySheetPage) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError
 
DiagnosticDecorator.StyledError(ResourceSet, StructuredViewer) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError
 
DiagnosticDecorator.StyledError.ComposedStyler - Class in org.eclipse.emf.edit.ui.provider
An extended styler applying a wrapped base style first, and successively apply other stylers to the given TextStyle, overriding any previous style.
DiagnosticDecorator.StyledError.ComposedStyler(TextStyle, Styler...) - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError.ComposedStyler
 
DiagnosticDecorator.StyledError.ErrorStyler - Class in org.eclipse.emf.edit.ui.provider
A styler underlying the given text with a SWT#UNDERLINE_ERROR underline style colored in JFacePreferences#ERROR_COLOR.
DiagnosticDecorator.StyledError.ErrorStyler() - Constructor for class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError.ErrorStyler
 
DiagnosticDialog - Class in org.eclipse.emf.common.ui.dialogs
A dialog to display one Diagnostic object to the user.
DiagnosticDialog - Class in org.eclipse.emf.common.ui.dialogs
A dialog to display one Diagnostic object to the user.
DiagnosticDialog(Shell, String, String, Diagnostic, int) - Constructor for class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Creates an diagnostic dialog.
DiagnosticException - Exception in org.eclipse.emf.common.util
A checked exception representing a diagnosed failure.
DiagnosticException(Diagnostic) - Constructor for exception org.eclipse.emf.common.util.DiagnosticException
 
diagnosticHandler - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
Diagnostician - Class in org.eclipse.emf.ecore.util
A validity checker for basic EObject constraints.
Diagnostician(EValidator.Registry) - Constructor for class org.eclipse.emf.ecore.util.Diagnostician
 
Diagnostician() - Constructor for class org.eclipse.emf.ecore.util.Diagnostician
 
diagnostics - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter.Dispatcher
 
diagnostics - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
diagnosticSelected(Diagnostic) - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
diagnosticTreeViewer - Variable in class org.eclipse.emf.common.ui.DiagnosticComposite
 
DIAGRAM_ITEM_LIST - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
dialog - Variable in class org.eclipse.emf.converter.util.ConverterUtil.DecodedAction
 
dialogLocation - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler
 
dialogSettings - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
dialogSettings - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
dialogSettings - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator.LiveValidationAction
 
dialogSettings - Variable in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
dialogSize - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler
 
dictionaryPatterns - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
didAdd(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
didAdd(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that an object has been added to the data storage.
didAdd(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has been added.
didAdd(int, E) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
didAdd(BasicEMap.Entry<URI, URI>) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Checks for folder mappings to populate the prefix maps.
didAdd(int, E) - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
didChange() - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that the data storage has been changed.
didChange() - Method in class org.eclipse.emf.ecore.util.BasicInternalEList.Unsettable
 
didChange() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
didChange() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Unsettable
 
didChange() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
didChange() - Method in class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList
 
didChange() - Method in class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentWithInverseEList
 
didChange() - Method in class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable
 
didChange() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable
 
didChange() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable
 
didChange() - Method in class org.eclipse.emf.ecore.util.EObjectEList.Unsettable
 
didChange() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable
 
didClear(int, Object[]) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that the data storage has been cleared.
didClear(BasicEList<BasicEMap.Entry<K, V>>[]) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the map has been cleared.
didClear(int, Object[]) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
didClear(BasicEList<BasicEMap.Entry<URI, URI>>[]) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Discards all the prefix maps.
didClear(int, Object[]) - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
didModify(BasicEMap.Entry<K, V>, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has an updated value.
didModify(BasicEMap.Entry<URI, URI>, URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Checks for folder mappings to update the prefix maps.
didMove(int, E, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that an object has been moved in the data storage.
didMove(int, E, int) - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
didRemove(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
didRemove(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that an object has been removed from the data storage.
didRemove(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has been removed.
didRemove(int, E) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
didRemove(BasicEMap.Entry<URI, URI>) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Checks for folder mappings to cleanup the prefix maps.
didRemove(int, E) - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
didSet(int, E, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that the data storage has been set.
didSet(int, E, E) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
didSet(int, E, E) - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
DIGIT_HI - Static variable in class org.eclipse.emf.common.util.URI
 
DIGIT_LO - Static variable in class org.eclipse.emf.common.util.URI
 
directives - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element
 
directives - Variable in class org.eclipse.emf.codegen.jet.JETParser.Directive
 
DIRECTORY_NOT_FOUND - Static variable in class org.eclipse.emf.importer.rose.parser.Util
 
directoryURI - Variable in class org.eclipse.emf.exporter.ModelExporter
 
disable() - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This gets invoked when the selection is inappropriate or the command cannot be created.
disableNotify - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
disableTrackAndReplace() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Temporarily disables tracking for all AST nodes that are tracked by this ASTJNode.
discardDerivedState(DerivedStateAwareResource) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
DISJOINT_FEATURE_AND_OPERATION_SIGNATURES - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
dismiss() - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
dismiss() - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
dismiss() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
dismissCellEditor() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
dispatch(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
dispatch() - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
 
dispatch(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Dispatches the notification to its notifier.
dispatch() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
dispatch() - Method in interface org.eclipse.emf.common.notify.NotificationChain
Dispatches each notification to the appropriate notifier via Notifier.eNotify.
dispatch() - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
dispatch(Diagnostic) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter.Dispatcher
 
dispatch() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter.Dispatcher
Returns true when a delayed dispatch has been scheduled.
dispatch(List<Diagnostic>) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter.Dispatcher
Dispatches the diagnostics to the decorator.
dispatcher - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter
 
dispatchNotification(Notification) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Dispatches a notification to the notifier of the list.
dispatchNotification(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Dispatches a notification to the notifier of the list.
dispatchNotification(Notification) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
dispatchNotification(Notification) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
dispatchNotification(Notification) - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This implementation directs the notification the containing item provider.
display - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter.Dispatcher
 
display - Variable in class org.eclipse.emf.edit.ui.provider.ExtendedColorRegistry
 
display - Variable in class org.eclipse.emf.edit.ui.provider.ExtendedFontRegistry
 
display - Variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
displayName - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is the name that is displayed in the property sheet.
displayName - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
Disposable - Class in org.eclipse.emf.edit.provider
This implements IDisposable as a set IDisposables that can in turn be disposed.
Disposable() - Constructor for class org.eclipse.emf.edit.provider.Disposable
This creates an empty instance.
Disposable(Collection<?>) - Constructor for class org.eclipse.emf.edit.provider.Disposable
This creates an instance with containing all the given disposables.
disposable - Variable in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This is used to implement IDisposable.
disposable - Variable in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This is used to implement IDisposable.
disposable - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
 
disposable - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This is used to implement IDisposable.
DISPOSABLE_PROVIDER_FACTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Disposable Provider Factory' attribute
disposableProviderFactory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Disposable Provider Factory' attribute
dispose() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
 
dispose() - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Disposes all of the generator's adapter factories, by calling dispose() on each.
dispose() - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Removes the adapter from its Notifiers and performs any other needed disposal.
dispose() - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory
Disposes this adapter factory and all of the adapters it has created.
dispose() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
 
dispose() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenAnnotationCopier
 
dispose() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.CreateAction
 
dispose() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
dispose() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.OpenEObjectEditorAction
 
dispose() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
dispose() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This disposes all of the item providers created by this factory
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper.ASTRewriteWithRemove
Deprecated.
Disposes this ASTRewriteWithRemove
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotation
 
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationTypeMember
 
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
 
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
 
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
 
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
 
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJInitializer
 
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
 
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
 
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
 
dispose(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Disposes the node and its children.
dispose() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
dispose() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
dispose() - Method in interface org.eclipse.emf.common.command.Command
Called to indicate that the command will never be used again.
dispose() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the dispose method of the command.
dispose() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.dispose() for each command in the list.
dispose() - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Removes the adapter from all its targets.
dispose() - Method in class org.eclipse.emf.common.ui.action.ViewerFilterAction
 
dispose() - Method in class org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate
 
dispose() - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
dispose() - Method in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
dispose() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
dispose() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
dispose() - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
dispose() - Method in class org.eclipse.emf.common.ui.ViewerPane
 
dispose() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
dispose() - Method in class org.eclipse.emf.converter.ModelConverter
 
dispose() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
dispose() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
dispose() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
dispose() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
dispose() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard.PageHelper
 
dispose() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
dispose() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
dispose() - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
dispose() - Method in class org.eclipse.emf.converter.ui.OpenWizardActionDelegate
 
dispose() - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
dispose() - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableValue
 
dispose() - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
dispose() - Method in class org.eclipse.emf.databinding.EObjectObservableValue
 
dispose() - Method in class org.eclipse.emf.databinding.internal.EMFObservableListDecorator
 
dispose() - Method in class org.eclipse.emf.databinding.internal.EMFObservableMapDecorator
 
dispose() - Method in class org.eclipse.emf.databinding.internal.EMFObservableSetDecorator
 
dispose() - Method in class org.eclipse.emf.databinding.internal.EMFObservableValueDecorator
 
dispose() - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
dispose() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This disposes all of the item providers created by this factory
dispose() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
Disposes this change recorder.
dispose() - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
dispose() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
 
dispose() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
dispose() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This disposes all of the item providers created by this factory
dispose() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourceLocator
Removes this resource locator from the chain of resource locators as if it never existed.
dispose() - Method in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporter
 
dispose() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This disposes all of the item providers created by this factory
dispose() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
dispose() - Method in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor
 
dispose() - Method in class org.eclipse.emf.ecore.xcore.ui.EOperationInvocationView
 
dispose() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
dispose() - Method in class org.eclipse.emf.edit.command.ChangeCommand
 
dispose() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
dispose() - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
dispose() - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
dispose() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Deactivates notification repeating and disposes any wrappers it is maintaining for its children.
dispose() - Method in class org.eclipse.emf.edit.provider.Disposable
This is called to dispose the disposables.
dispose() - Method in interface org.eclipse.emf.edit.provider.IDisposable
This is called to dispose the object.
dispose() - Method in class org.eclipse.emf.edit.provider.ItemProvider
 
dispose() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This will remove this adapter from all its the targets and dispose any remaining children wrappers in the children store.
dispose() - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
 
dispose() - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
 
dispose() - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
 
dispose() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Disposes the wrapper by deactivating any notification that this wrapper may provide.
dispose() - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This disposes all the disposables.
dispose() - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
dispose() - Method in class org.eclipse.emf.edit.ui.action.CommandAction
This is called when this action delegate is no longer needed.
dispose() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This discards the content provider and removes this as a listener to the AdapterFactoryContentProvider.adapterFactory.
dispose() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This discards the content provider and removes this as a listener to the AdapterFactoryLabelProvider.adapterFactory.
dispose() - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
dispose() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
dispose() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
dispose() - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
dispose() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
 
dispose() - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This disposes all of the item providers created by this factory
dispose() - Method in class org.eclipse.emf.exporter.ModelExporter
 
dispose() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
dispose() - Method in class org.eclipse.emf.importer.ModelImporter
 
dispose() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
dispose() - Method in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
dispose() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
dispose() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
dispose() - Method in class org.eclipse.emf.java.presentation.JavaEditor
 
dispose() - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
 
dispose() - Method in class org.eclipse.emf.mapping.command.AddMappingCommand
 
dispose() - Method in class org.eclipse.emf.mapping.command.AddOverrideCommand
 
dispose() - Method in class org.eclipse.emf.mapping.command.CreateMappingCommand
 
dispose() - Method in class org.eclipse.emf.mapping.command.RemoveMappingCommand
 
dispose() - Method in class org.eclipse.emf.mapping.command.RemoveOverrideCommand
 
dispose() - Method in class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
 
dispose() - Method in class org.eclipse.emf.mapping.command.SetOverrideCommand
 
dispose() - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This disposes all of the item providers created by this factory
dispose() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
 
dispose() - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This disposes all of the item providers created by this factory
dispose() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
dispose() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
dispose() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
 
dispose() - Method in interface org.eclipse.emf.mapping.MappingRoot
This disposes all the adapters used to record the mapped object state.
dispose() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
dispose() - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
dispose() - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
dispose() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
 
disposeChangeRecorder(ChangeRecorder) - Method in class org.eclipse.emf.edit.command.ChangeCommand
Disposes the ChangeRecorder created by ChangeCommand.execute().
disposeNode(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Disposes a single node.
disposeOldEditorControl(Control) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
disposeTextControl(Text) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
disposeWrapper(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
If the given object implements IWrapperItemProvider, it is disposed by calling dispose.
disposeWrappers(List<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Each element of the given list that implements IWrapperItemProvider is disposed by calling dispose and is removed from ItemProviderAdapter.wrappers.
DIVIDER - Static variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
DIVIDER - Static variable in class org.eclipse.emf.mapping.provider.FunctionNamePairItemProvider
 
DIVIDER - Static variable in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
DLE - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
doAction() - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
doAdd(E) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Adds the object at the next index and advances the iterator past it.
doAdd(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
doAdd(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
doAdd(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
doAdd(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
doAddAll(Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
doAddAll(int, Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
doAddAll(Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
doAddAll(int, Collection<? extends FeatureMap.Entry>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
doAddAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no range checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array to the end of the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no range checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array to the end of the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddCharDataGenerator(char[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
doAddUnique(E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the given index in the list; it does no range checking, uniqueness checking, inverse updating, or notification.
doAddUnique(E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the given index in the list; it does no range checking, uniqueness checking, inverse updating, or notification.
doc - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Document after call to ASTRewrite#rewriteAST() or ASTRewrite#rewriteAST(IDocument, Map).
doc - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
doCanExecute() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doCanExecute() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of canExecute.
doCanUndo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doCanUndo() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of canUndo.
doCanUndo() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doCheckEPackageArtifactLocation(String, String) - Method in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporter
 
doCheckEPackageArtifactLocation(String, String) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
doCheckEPackageArtifactLocation(String, String) - Method in class org.eclipse.emf.exporter.ModelExporter
 
doCleanup() - Method in class org.eclipse.emf.common.util.Pool
Calls super.
doCleanup() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Specialized to also clean up the SegmentSequence.SegmentSequencePool.cachedToStrings.
doCleanup() - Method in class org.eclipse.emf.common.util.URI.URIPool
Specialized to manage the URI.URIPool.cachedToStrings.
doClear() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Clears the list of all objects; it does no inverse updating.
doClear() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Clears the list of all objects; it does no inverse updating.
doClear() - Method in class org.eclipse.emf.common.util.BasicEMap
Clears the map.
doClear(int, Object[]) - Method in class org.eclipse.emf.common.util.DelegatingEList
Does the actual job of clearing all the objects.
doClear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
 
doComputeEPackages(Monitor) - Method in class org.eclipse.emf.ecore.xcore.importer.XcoreImporter
 
doComputeEPackages(Monitor) - Method in class org.eclipse.emf.importer.ecore.EcoreImporter
 
doComputeEPackages(Monitor) - Method in class org.eclipse.emf.importer.java.JavaImporter
 
doComputeEPackages(Monitor) - Method in class org.eclipse.emf.importer.ModelImporter
 
doComputeEPackages(Monitor) - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
doConvertToNode(Object) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
doConvertToNode(Object) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
doConvertToNode(Object) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
doCreateCommand(GenBase) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.CreateAction
 
doCreateInformationControl(Shell) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverProvider.XCorePresenterControlCreator
 
docRoots - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
docTypeMark - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
docTypeName - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
document - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
DOCUMENT_ROOT_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
DOCUMENTATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
documentRoot - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
documentRoots - Variable in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
doDeresolve(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
Returns the deresolved URI by calling super.
doDialog() - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
doDispose() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doDispose() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doDispose() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of dispose.
doDispose() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doExecute() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
doExecute() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
doExecute() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
doExecute() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
doExecute() - Method in class org.eclipse.emf.ant.taskdefs.EMFTask
Performs the task specific code.
doExecute() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.AddCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.ChangeCommand
Subclasses should override this to perform modifications to resources and objects.
doExecute() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
doExecute() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of execute.
doExecute() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
doExecute() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doExecute() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
Calls WrapperItemProvider.SimpleCopyCommand.copy() to do the copying, disposes the copy, and sets it to be the result of the command.
doExecute(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
doExport(Monitor, ModelExporter.ExportData) - Method in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporter
 
doExport(Monitor, ModelExporter.ExportData) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
doExport(Monitor, ModelExporter.ExportData) - Method in class org.eclipse.emf.exporter.ModelExporter
Subclasses should overwrite this method, adding the code that performs the actions required to export the model.
doGenerate(Object, Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Implement this to perform code generation of the given project type for the specified object.
doGenerate(Object, Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
doGenerate(Resource, IFileSystemAccess) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenerator
 
doGet(Object) - Method in class org.eclipse.emf.databinding.EObjectObservableMap
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.AddCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
doGetAffectedObjects() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of getAffectedObjects.
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doGetAffectedObjects() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
Returns a list containing only the original wrapper itself.
doGetChildrenToCopy() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doGetChildrenToCopy() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
doGetDependentElementURIs(EObject, IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreDependentElementsCalculator
 
doGetDescription() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doGetDescription() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of getDescription.
doGetDescriptions(JvmType, JvmType, int, List<IEObjectDescription>) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractKnownTypesScope
 
doGetDescriptions(JvmType, JvmType, int, List<IEObjectDescription>) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.KnownTypesScope
 
doGetElements(JvmType, List<IEObjectDescription>) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractKnownTypesScope
 
doGetElements(JvmType, List<IEObjectDescription>) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractXcoreScope
 
doGetElements(JvmType, List<IEObjectDescription>) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.CachingTypeScope
 
doGetElements(JvmType, List<IEObjectDescription>) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.KnownTypesScope
 
doGetElements(JvmType, List<IEObjectDescription>) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.PrimitiveAwareScope
 
doGetElements(JvmType, List<IEObjectDescription>) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.TypeScopeWithWildcardImports
 
doGetImage(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Does the work of fetching the image associated with the key.
doGetImage(String) - Method in class org.eclipse.emf.common.ui.EclipseUIPlugin
Does the work of fetching the image associated with the key.
doGetImage(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the image associated with the key.
doGetLabel() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doGetLabel() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of getLabel.
doGetList(Object) - Method in class org.eclipse.emf.databinding.internal.EMFListProperty
 
doGetList(Object) - Method in class org.eclipse.emf.databinding.internal.EMFResourceContentProperty
 
doGetMap(Object) - Method in class org.eclipse.emf.databinding.internal.EMFMapProperty
 
doGetResult() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.AddCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
doGetResult() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of getResult.
doGetResult() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doGetResult() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
If the command has executed, returns a list containing only the copy of the wrapper.
doGetSelection() - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
doGetSet(Object) - Method in class org.eclipse.emf.databinding.internal.EMFSetProperty
 
doGetSingleElement(QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractKnownTypesScope
 
doGetSingleElement(QualifiedName, String, int) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractKnownTypesScope
 
doGetSingleElement(QualifiedName, String, int) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.KnownTypesScope
 
doGetSize() - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
doGetString(String, boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the string associated with the key.
doGetValue() - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
doGetValue() - Method in class org.eclipse.emf.databinding.EObjectObservableValue
 
doGetValue(Object) - Method in class org.eclipse.emf.databinding.internal.EMFListValueProperty
 
doGetValue(Object) - Method in class org.eclipse.emf.databinding.internal.EMFValueProperty
 
doGetValue() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
doGetValue() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.FloatCellEditor
Deprecated.
 
doGetValue() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.IntegerCellEditor
Deprecated.
 
doHandleEvent(Event) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
doHandleEvent(Event) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
doHandleEvent(Event) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
 
doHandleEvent(Event) - Method in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
doHandleEvent(Event) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
doInitHandle(URI) - Method in class org.eclipse.emf.ecore.xcore.ui.container.XcoreJavaProjectsState
 
doInitVisibleHandles(String) - Method in class org.eclipse.emf.ecore.xcore.ui.container.XcoreJavaProjectsState
 
doIntern(boolean, Pool.AccessUnit<E>) - Method in class org.eclipse.emf.common.util.Pool
Returns the interned version of the value accessed by this access unit and frees the access unit for reuse.
doLoad(InputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
 
doLoad(InputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Called to load the resource.
doLoad(InputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
doLoad(Node, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
doLoad(InputSource, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
doLoad(InputStream, Map<?, ?>) - Method in class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
doLoad(InputStream, Map<?, ?>) - Method in class org.eclipse.emf.java.util.JavaResourceImpl
 
domain - Variable in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
The editing domain
domain - Variable in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableMap
The editing domain
domain - Variable in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableValue
The editing domain
domain - Variable in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This is the editing domain in which this command operates.
domain - Variable in class org.eclipse.emf.edit.command.CopyCommand
This keeps track of the domain in which this command is created.
domain - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the editing domain in which this command operates.
domain - Variable in class org.eclipse.emf.edit.command.CutToClipboardCommand
This is the editing domain in which this command operates.
domain - Variable in class org.eclipse.emf.edit.command.DeleteCommand
This is the editing domain in which this command operates.
domain - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the domain in which this command is created.
domain - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator
This is the domain that defines the tree structured.
domain - Variable in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This keeps track of the editing domain of the action.
domain - Variable in class org.eclipse.emf.edit.ui.action.ControlAction.ControlResourceDialog
 
domain - Variable in class org.eclipse.emf.edit.ui.action.LoadResourceAction
 
domain - Variable in class org.eclipse.emf.edit.ui.action.LoadResourceAction.LoadResourceDialog
 
domain - Variable in class org.eclipse.emf.edit.ui.action.RedoAction
 
domain - Variable in class org.eclipse.emf.edit.ui.action.UndoAction
 
domain - Variable in class org.eclipse.emf.edit.ui.action.ValidateAction
 
domain - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is the domain in which drag and drop commands will be executed.
domain - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
domain - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator.LiveValidationAction
 
domain - Variable in class org.eclipse.emf.mapping.command.AddMappingCommand
This keeps track of the mapping domain in which the command operates.
domain - Variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
This keeps track of the mapping domain in which the command operates.
domain - Variable in class org.eclipse.emf.mapping.command.MatchMappingCommand
This keeps track of the mapping domain in which the command operates.
domain - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack
 
domain - Variable in class org.eclipse.emf.mapping.command.RemoveMappingCommand
This keeps track of the mapping domain in which the command operates.
domain - Variable in class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
This keeps track of the mapping domain in which the command operates.
domain - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
This keeps track of the mapping domain that uses this mapping root.
domain - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.MyViewerPane
 
doMappedObjectRefresh(Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
doMappedObjectRefresh(Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewDecoratorAdapterFactory
 
doMappingRefresh(Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
doMaximize() - Method in class org.eclipse.emf.common.ui.ViewerPane
 
doMessages() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage.PageDiagnosticHandler
 
doMessages() - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
DOMHandler - Interface in org.eclipse.emf.ecore.xmi
This interface is a handler that is called by XMLSave while converting the contents of an XMLResource to DOM, to allow application to record EMF values that were used to create a DOM node.
domHandler - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
DOMHelper - Interface in org.eclipse.emf.ecore.xmi
This interface provides methods which given a DOM node return corresponding EMF objects.
doMove(int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Moves the object at the source index of the list to the target index of the list and returns the moved object; it does no notification.
doMove(int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Moves the object at the source index of the list to the target index of the list and returns the moved object; it does no notification.
doMove(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Increments the modification count.
done() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
done() - Method in class org.eclipse.emf.common.util.BasicMonitor
 
done() - Method in interface org.eclipse.emf.common.util.Monitor
Called to indicate the task is complete.
done() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Reset this cross referencer's object set.
doNext() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Returns the next object and advances the iterator.
doNext() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
Returns the next object and advances the iterator.
doNext() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Returns the next object and advances the iterator.
doOrganizeImports(IXtextDocument) - Method in class org.eclipse.emf.ecore.xcore.ui.handler.XcoreOrganizeImportsHandler
 
doPerformFinish(Monitor) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
Subclasses should overwrite this method, adding the code that performs the actions required when this wizard is "finished".
doPerformFinish(Monitor) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterWizard
 
doPerformFinish(Monitor) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
doPerformFinishDiagnostic - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
doPostGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Does nothing and returns OK.
doPostGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
Cleans up the GenPackage after generation.
doPreGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Does nothing and returns OK.
doPreGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
Prepares the GenModel for generation.
doPreGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
Prepares the GenPackage for generation.
doPrevious() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the previous object and advances the iterator.
doPrevious() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Returns the previous object and advances the iterator.
doPull(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PullTargetVisitor
 
doPush(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PushSourceVisitor
Returns whether the children should be visited (i.e., when the source is not in the target).
doPut(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Adds the new entry to the map.
doPut(Object, Object) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableMap
 
doPut(Object, Object) - Method in class org.eclipse.emf.databinding.EObjectObservableMap
 
doRedo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.AddCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
doRedo() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of redo.
doRedo() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
doRedo() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doRedo() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
Does nothing.
doRemove(int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes the object at the index from the list and returns it; it does no inverse updating, or notification.
doRemove(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes the object at the index from the list and returns it; it does no inverse updating, or notification.
doRemove(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Removes the entry from the map.
doRemoveAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes each object of the collection from the list and returns whether any object was actually contained by the list; it does no inverse updating, or notification.
doRemoveAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes each object of the collection from the list and returns whether any object was actually contained by the list; it does no inverse updating, or notification.
doSave(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is for implementing IEditorPart and simply saves the model file
doSave(IProgressMonitor) - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
doSave(IProgressMonitor) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is for implementing IEditorPart and simply saves the model file
doSave(OutputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
 
doSave(OutputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Called to save the resource.
doSave(OutputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
doSave(Writer, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
doSave(IProgressMonitor) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is for implementing IEditorPart and simply saves the model file
doSave(IProgressMonitor) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This is for implementing IEditorPart and simply saves the model file
doSave(OutputStream, Map<?, ?>) - Method in class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
doSave(OutputStream, Map<?, ?>) - Method in class org.eclipse.emf.java.util.JavaResourceImpl
 
doSave(IProgressMonitor) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is for implementing IEditorPart and simply saves the model file
doSave(IProgressMonitor) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This is for implementing IEditorPart and simply saves the model file.
doSaveAs() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This also changes the editor's input
doSaveAs(URI, IEditorInput) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
doSaveAs() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
doSaveAs() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This also changes the editor's input
doSaveAs(URI, IEditorInput) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
doSaveAs() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This also changes the editor's input
doSaveAs(URI, IEditorInput) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
 
doSaveAs() - Method in class org.eclipse.emf.java.presentation.JavaEditor
This also changes the editor's input
doSaveAs(URI, IEditorInput) - Method in class org.eclipse.emf.java.presentation.JavaEditor
 
doSaveAs() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This also changes the editor's input
doSaveAs(URI, IEditorInput) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
 
doSaveAs() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This also changes the model.
doSaveHelper(IFile) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
doSet(E) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Sets the object at the index of the last call to next or previous.
doSet(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
doSet(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
doSetBaseURI(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
Sets the base URI by calling super.
doSetList(Object, List, ListDiff) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListProperty
 
doSetList(Object, List, ListDiff) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditResourceContentProperty
 
doSetList(Object, List, ListDiff) - Method in class org.eclipse.emf.databinding.internal.EMFListProperty
 
doSetList(Object, List, ListDiff) - Method in class org.eclipse.emf.databinding.internal.EMFResourceContentProperty
 
doSetListValue(EObject, List<Object>, IEMFListProperty.ListElementAccess.WriteData, Object) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListValueProperty
 
doSetListValue(EObject, List<Object>, IEMFListProperty.ListElementAccess.WriteData, Object) - Method in class org.eclipse.emf.databinding.internal.EMFListValueProperty
 
doSetMap(Object, Map, MapDiff) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapProperty
 
doSetMap(Object, Map, MapDiff) - Method in class org.eclipse.emf.databinding.internal.EMFMapProperty
 
doSetSet(Object, Set, SetDiff) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetProperty
 
doSetSet(Object, Set, SetDiff) - Method in class org.eclipse.emf.databinding.internal.EMFSetProperty
 
doSetUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Sets the object at the index and returns the old object at the index; it does no ranging checking, uniqueness checking, inverse updating or notification.
doSetUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Sets the object at the index and returns the old object at the index; it does no ranging checking, uniqueness checking, inverse updating or notification.
doSetup() - Static method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup
 
doSetValue(Object) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
doSetValue(Object) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableValue
 
doSetValue(Object, Object) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValueProperty
 
doSetValue(Object) - Method in class org.eclipse.emf.databinding.EObjectObservableValue
 
doSetValue(Object, Object) - Method in class org.eclipse.emf.databinding.internal.EMFListValueProperty
 
doSetValue(Object, Object) - Method in class org.eclipse.emf.databinding.internal.EMFValueProperty
 
doSetValue(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
doSetValue(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.FloatCellEditor
Deprecated.
 
doSetValue(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.IntegerCellEditor
Deprecated.
 
doSwitch(int, EObject) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.eclipse.emf.ecore.util.ComposedSwitch
 
doSwitch(int, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.eclipse.emf.ecore.util.Switch
Calls caseXXX for each (super-)class of the model until one returns a non-null result; it yields that result.
doSwitch(EObject) - Method in class org.eclipse.emf.ecore.util.Switch
Dispatches the target object to the appropriate caseXXX methods.
doSwitch(int, EObject) - Method in class org.eclipse.emf.ecore.util.Switch
Calls caseXXX for each class of the model until one returns a non-null result; it yields that result.
doSwitch(int, EObject) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.emf.edit.tree.util.TreeSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EObject) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EObject) - Method in class org.eclipse.emf.java.util.JavaSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.eclipse.emf.java.util.JavaSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.emf.java.util.JavaSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
DOUBLE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Double' data type
DOUBLE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Double' data type
double_ - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
DOUBLE_NOTIFICATION_CREATOR - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
DOUBLE_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Double Object' data type
DOUBLE_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Double Object' data type
doubleObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
doUndo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.AddCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
doUndo() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This is overrideable command's implementation of undo.
doUndo() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
doUndo() - Method in class org.eclipse.emf.edit.command.SetCommand
 
doUndo() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
Does nothing.
doUnload() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Does all the work of unloading the resource.
doUnload() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
Does all the work of unloading the resource.
doValidate(EValidator, EClass, EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
doValidate(EValidator, EDataType, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
doValidateContents(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
doWrite(BinaryResourceImpl.EObjectOutputStream, T) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.DataConverter
 
DragAndDropCommand - Class in org.eclipse.emf.edit.command
The drag and drop command logically acts upon an owner object onto which a collection of things is being dragged.
DragAndDropCommand(EditingDomain, Object, float, int, int, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.DragAndDropCommand
This creates and instance in the given domain and for the given information.
DragAndDropCommand(EditingDomain, Object, float, int, int, Collection<?>, boolean) - Constructor for class org.eclipse.emf.edit.command.DragAndDropCommand
 
DragAndDropCommand.Detail - Class in org.eclipse.emf.edit.command
This class is used to encode the drag and drop arguments into an object that will be passed as the feature of a CommandParameter.
DragAndDropCommand.Detail(float, int, int) - Constructor for class org.eclipse.emf.edit.command.DragAndDropCommand.Detail
 
dragAndDropCommandInformation - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This keeps track of the information used to create EditingDomainViewerDropAdapter.command, but does not need to be disposed.
DragAndDropFeedback - Interface in org.eclipse.emf.edit.command
This interface is implemented by any Command that supports detailed drag and drop feedback.
DragAndDropOverrideCommand - Class in org.eclipse.emf.mapping.command
This command overrides the PasteFromClipboardCommand for cross-domain (optimized) copies.
DragAndDropOverrideCommand(MappingDomain, DragAndDropCommand) - Constructor for class org.eclipse.emf.mapping.command.DragAndDropOverrideCommand
 
dragCommand - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the command that implements the drag side of the operation.
dragEnter(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called when the mouse first enters or starts dragging in the viewer.
dragFinished(DragSourceEvent) - Method in class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This is called when dragging is completed; it forgets the ViewerDragAdapter.selection.
dragLeave(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called when the mouse leaves or stops dragging in the viewer, whether the operation was aborted or is about to do a dropAccept and drop.
dragOperationChanged(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called when the operation has changed in some way, typically because the user changes keyboard modifiers.
dragOver(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called repeatedly, as the mouse moves over the viewer.
dragSetData(DragSourceEvent) - Method in class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This is called to transfer the data.
dragStart(DragSourceEvent) - Method in class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This is called when dragging is initiated; it records the ViewerDragAdapter.selection of ViewerDragAdapter.viewer.
drawImage(GC, Image, Rectangle) - Static method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
DRAWSUPPLIER - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
Driver - Class in org.eclipse.emf.oda.ecore.impl
Implementation of IDriver for EMF ODA runtime driver.
Driver() - Constructor for class org.eclipse.emf.oda.ecore.impl.Driver
 
drop(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called to indicate that the drop action should be invoked.
DROP_COPY - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.DROP_COPY.
DROP_LINK - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.DROP_LINK.
DROP_MOVE - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.DROP_MOVE.
DROP_NONE - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.DROP_NONE.
dropAccept(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is called when the mouse is released over the viewer to initiate a drop, between dragLeave and drop.
dropCommand - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the command that implements the drop side of the operation.
dropViewer - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This keeps track of the content viewer, which had something dropped on it.
dump() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
dump() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Dumps information about the current state of the set.
dump() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
dumpMap(String, Map<K, V>) - Static method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
dumpMaps() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
dumpMarkup() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
dumpNodeContents(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
dumpStringToIDOMNodeMap(Map) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
DUPLICATE_IMPORT - Static variable in class org.eclipse.emf.ecore.xcore.validation.XcoreIssueCodes
 
duplicateImport(Issue, IssueResolutionAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
 
duration - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
DURATION - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Duration' data type
DURATION - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Duration' data type
DYNAMIC - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
The 'Dynamic' literal value
dynamic - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Dynamic' attribute
DYNAMIC_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The default value of the 'Dynamic' attribute
DYNAMIC_PACKAGE_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
DYNAMIC_TEMPLATES_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Dynamic Templates' attribute
DynamicEObjectImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EObject' that's tuned for dynamic use.
DynamicEObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
Creates a dynamic EObject.
DynamicEObjectImpl(EClass) - Constructor for class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
Creates a dynamic EObject.
DynamicEObjectImpl.BasicEMapEntry<K,V> - Class in org.eclipse.emf.ecore.impl
 
DynamicEObjectImpl.BasicEMapEntry() - Constructor for class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
Creates a dynamic EObject.
DynamicEObjectImpl.BasicEMapEntry(EClass) - Constructor for class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
Creates a dynamic EObject.
DynamicEObjectImpl.DynamicEPropertiesHolderImpl - Class in org.eclipse.emf.ecore.impl
An internal class for holding less frequently members variables.
DynamicEObjectImpl.DynamicEPropertiesHolderImpl() - Constructor for class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
DynamicEStoreEObjectImpl - Class in org.eclipse.emf.ecore.impl
An implementation of 'EObject' that delegates to a store.
DynamicEStoreEObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
Creates a store-based EObject.
DynamicEStoreEObjectImpl(InternalEObject.EStore) - Constructor for class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
Creates a store-based EObject.
DynamicEStoreEObjectImpl(EClass) - Constructor for class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
Creates a store-based EObject.
DynamicEStoreEObjectImpl(EClass, InternalEObject.EStore) - Constructor for class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
Creates a store-based EObject.
dynamicGet(int) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
Returns the value of the feature.
dynamicGet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, boolean, boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate
Returns the value of the feature of this owner.
dynamicGet(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
dynamicGet(int) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
dynamicGet(int) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
dynamicGet(int) - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
dynamicGet(int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
dynamicGet(int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
dynamicGet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
dynamicGet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
dynamicGet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainer
 
dynamicGet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData
 
dynamicGet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
dynamicGet(int) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
dynamicGet(int) - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
 
dynamicGet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate
 
dynamicGet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
 
dynamicGet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreSettingDelegate
 
dynamicInverseAdd(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate
Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications.
dynamicInverseAdd(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
dynamicInverseAdd(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
dynamicInverseAdd(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingle
 
dynamicInverseAdd(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainer
 
dynamicInverseAdd(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
dynamicInverseAdd(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate
 
dynamicInverseAdd(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
 
dynamicInverseAdd(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreSettingDelegate
 
dynamicInverseRemove(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate
Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications.
dynamicInverseRemove(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
dynamicInverseRemove(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
dynamicInverseRemove(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingle
 
dynamicInverseRemove(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainer
 
dynamicInverseRemove(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
dynamicInverseRemove(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate
 
dynamicInverseRemove(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
 
dynamicInverseRemove(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreSettingDelegate
 
dynamicInvoke(InternalEObject, EList<?>) - Method in interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate
Invokes the operation behaviour for the specified target object.
dynamicInvoke(InternalEObject, EList<?>) - Method in class org.eclipse.emf.ecore.util.BasicInvocationDelegate
 
dynamicInvoke(InternalEObject, EList<?>) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreInvocationDelegate
 
dynamicIsInstance(EObject) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
dynamicIsInstance(EObject) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
dynamicIsSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate
Returns whether the feature of the owner is considered to be set.
dynamicIsSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
dynamicIsSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
dynamicIsSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainer
 
dynamicIsSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData
 
dynamicIsSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable
 
dynamicIsSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
dynamicIsSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate
 
dynamicIsSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
 
dynamicIsSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreSettingDelegate
 
dynamicKind - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
DynamicModelWizard - Class in org.eclipse.emf.ecore.presentation
This is a simple wizard for creating a new dynamic model file.
DynamicModelWizard(EClass) - Constructor for class org.eclipse.emf.ecore.presentation.DynamicModelWizard
Creates an instance.
DynamicModelWizard.DynamicModelWizardNewFileCreationPage - Class in org.eclipse.emf.ecore.presentation
This is the one page of the wizard.
DynamicModelWizard.DynamicModelWizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage
Pass in the selection.
dynamicSet(int, Object) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
Sets the value of the feature to the new value.
dynamicSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, Object) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate
Sets the value of the given feature of the owner to the new value.
dynamicSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
dynamicSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
dynamicSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
dynamicSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
dynamicSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
dynamicSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
dynamicSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
dynamicSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
dynamicSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainer
 
dynamicSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData
 
dynamicSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable
 
dynamicSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
dynamicSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
dynamicSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
 
dynamicSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, Object) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate
 
dynamicSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, Object) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
 
dynamicSet(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int, Object) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreSettingDelegate
 
dynamicSetting(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate
Returns a setting that can be used to access the owner's feature.
dynamicSetting(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
dynamicSetting(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
dynamicSetting(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingle
 
dynamicSetting(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate
 
dynamicSetting(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
 
dynamicSetting(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreSettingDelegate
 
dynamicTemplates - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
Whether to try to use dynamically compiled templates, in place of supplied static templates.
dynamicTemplates - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Dynamic Templates' attribute
dynamicUnset(int) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
Unsets the value of the feature.
dynamicUnset(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate
Unsets the value of the given feature of the owner.
dynamicUnset(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
dynamicUnset(int) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
dynamicUnset(int) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
dynamicUnset(int) - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
dynamicUnset(int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
dynamicUnset(int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
dynamicUnset(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
dynamicUnset(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
dynamicUnset(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainer
 
dynamicUnset(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData
 
dynamicUnset(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable
 
dynamicUnset(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
dynamicUnset(int) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
dynamicUnset(int) - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
 
dynamicUnset(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate
 
dynamicUnset(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
 
dynamicUnset(InternalEObject, EStructuralFeature.Internal.DynamicValueHolder, int) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreSettingDelegate
 

E

eAdapters() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
eAdapters - Variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The list of Adapters associated with the notifier.
eAdapters() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eAdapters() - Method in interface org.eclipse.emf.common.notify.Notifier
Returns list of the adapters associated with this notifier.
eAdapters - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl
The list of Adapters associated with the notifier.
eAdapters() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eAdapters() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eAddVirtualValue(int, Object) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Adds the value at the index.
eAllAttributes - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllContainments - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllContents() - Method in interface org.eclipse.emf.ecore.EObject
Returns a tree iterator that iterates over all the direct contents and indirect contents of this object.
eAllContents() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eAllGenericSuperTypes - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllOperations - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllOperationsData - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllReferences - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllStructuralFeatures - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllStructuralFeaturesData - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllStructuralFeatureTypes - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eAllSuperTypes - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
EAnnotation - Interface in org.eclipse.emf.ecore
A representation of the model object 'EAnnotation'
EANNOTATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EAnnotation' class
EANNOTATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAnnotation' class
EANNOTATION___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
EANNOTATION__CONTENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Contents' containment reference list
EANNOTATION__CONTENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Contents' containment reference list feature
EANNOTATION__DETAILS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Details' map
EANNOTATION__DETAILS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Details' map feature
EANNOTATION__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
EANNOTATION__EMODEL_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EModel Element' container reference
EANNOTATION__EMODEL_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EModel Element' container reference feature
EANNOTATION__REFERENCES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'References' reference list
EANNOTATION__REFERENCES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'References' reference list feature
EANNOTATION__SOURCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Source' attribute
EANNOTATION__SOURCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Source' attribute feature
EANNOTATION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EAnnotation' class
EANNOTATION_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EAnnotation' class
eAnnotationDetailExpression - Static variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
eAnnotationExpression - Static variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
EAnnotationImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EAnnotation'
EAnnotationImpl() - Constructor for class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
EAnnotationItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EAnnotation object
EAnnotationItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This constructs an instance from a factory and a notifier
eAnnotationItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EAnnotation instances
eAnnotations - Variable in class org.eclipse.emf.ecore.impl.EModelElementImpl
The cached value of the 'EAnnotations' containment reference list
EAttribute - Interface in org.eclipse.emf.ecore
A representation of the model object 'EAttribute'
EATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EAttribute' class
EATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAttribute' class
EATTRIBUTE___GET_CONTAINER_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Container Class' operation
EATTRIBUTE___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
EATTRIBUTE___GET_FEATURE_ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Feature ID' operation
EATTRIBUTE__CHANGEABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Changeable' attribute
EATTRIBUTE__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute
EATTRIBUTE__DEFAULT_VALUE_LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value Literal' attribute
EATTRIBUTE__DERIVED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Derived' attribute
EATTRIBUTE__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
EATTRIBUTE__EATTRIBUTE_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAttribute Type' reference
EATTRIBUTE__EATTRIBUTE_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAttribute Type' reference feature
EATTRIBUTE__ECONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EContaining Class' container reference
EATTRIBUTE__EGENERIC_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EGeneric Type' containment reference
EATTRIBUTE__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference
EATTRIBUTE__ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ID' attribute
EATTRIBUTE__ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ID' attribute feature
EATTRIBUTE__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute
EATTRIBUTE__MANY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Many' attribute
EATTRIBUTE__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
EATTRIBUTE__ORDERED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Ordered' attribute
EATTRIBUTE__REQUIRED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Required' attribute
EATTRIBUTE__TRANSIENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Transient' attribute
EATTRIBUTE__UNIQUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unique' attribute
EATTRIBUTE__UNSETTABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unsettable' attribute
EATTRIBUTE__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute
EATTRIBUTE__VOLATILE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Volatile' attribute
EATTRIBUTE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EAttribute' class
EATTRIBUTE_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EAttribute' class
EAttributeImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EAttribute'
EAttributeImpl() - Constructor for class org.eclipse.emf.ecore.impl.EAttributeImpl
 
EAttributeItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EAttribute object
EAttributeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This constructs an instance from a factory and a notifier
eAttributeItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EAttribute instances
eAttributes - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'EAttributes' containment reference list
eAttributes - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The attributes that must be treated as attributes because the are explicitly declared to be of that kind.
eAttributeType - Variable in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eBaseStructuralFeatureID(int, Class<?>) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the feature ID relative to the base class, given a feature ID relative to this derived object's actual class.
eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
eBasicAdapterArray() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns the underlying array of adapters.
eBasicAdapterArray() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eBasicAdapterListeners() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eBasicAdapters() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns the adapter list, even if it is null.
eBasicAdapters() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eBasicAdapters() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eBasicAdapters() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eBasicContainerFeatureID() - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
Returns the container feature ID as cached by MinimalEObjectImpl.eContainerFeatureID().
eBasicHasAdapters() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns whether there are any adapters.
eBasicHasAdapters() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eBasicInternalContainer() - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
Returns the container as cached by MinimalEObjectImpl.eInternalContainer().
eBasicProperties() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eBasicProperties() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eBasicProperties() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eBasicRemoveFromContainer(NotificationChain) - Method in interface org.eclipse.emf.ecore.InternalEObject
Removes this object from whatever container holds it, and returns accumulated notifications.
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XMemberImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XParameterImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
eBasicSetAdapterArray(Adapter[]) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eBasicSetAdapterListeners(BasicNotifierImpl.EObservableAdapterList.Listener[]) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eBasicSetContainer(InternalEObject, int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eBasicSetContainer(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eBasicSetContainer(InternalEObject, int) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
eBasicSetContainer(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
eBasicSetContainer(InternalEObject, int) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eBasicSetContainer(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 
eBasicSetContainer(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eBasicSetContainer(InternalEObject, int) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eBasicSetContainer(InternalEObject, int, NotificationChain) - Method in interface org.eclipse.emf.ecore.InternalEObject
Sets the container to be new container and appropriate feature.
eBasicSetContainerFeatureID(int) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eBasicSetSettings(Object[]) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
eBasicSetSettings(Object[]) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eBasicSettings() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
eBasicSettings() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
EBIG_DECIMAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EBig Decimal' data type
EBIG_DECIMAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EBig Decimal' data type
EBIG_INTEGER - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EBig Integer' data type
EBIG_INTEGER - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EBig Integer' data type
EBOOLEAN - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EBoolean' data type
EBOOLEAN - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EBoolean' data type
EBOOLEAN_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EBoolean Object' data type
EBOOLEAN_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EBoolean Object' data type
eBounds - Variable in class org.eclipse.emf.ecore.impl.ETypeParameterImpl
The cached value of the 'EBounds' containment reference list
EBYTE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EByte' data type
EBYTE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EByte' data type
EBYTE_ARRAY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EByte Array' data type
EBYTE_ARRAY - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EByte Array' data type
EBYTE_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EByte Object' data type
EBYTE_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EByte Object' data type
ECHAR - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EChar' data type
ECHAR - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EChar' data type
ECHARACTER_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ECharacter Object' data type
ECHARACTER_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ECharacter Object' data type
eClass - Variable in class org.eclipse.emf.ecore.action.CreateDynamicInstanceAction
 
EClass - Interface in org.eclipse.emf.ecore
A representation of the model object 'EClass'
ECLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EClass' class
ECLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EClass' class
eClass() - Method in interface org.eclipse.emf.ecore.EObject
Returns the meta class.
eClass() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eClass - Variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
eClass - Variable in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eClass() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eClass() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eClass - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
eClass - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainer
 
eClass - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
eClass - Variable in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
eClass() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
eClass() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eClass - Variable in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
This caches the class instance.
eClass - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EClassData
 
eClass - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
eClass - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
ECLASS___GET_CLASSIFIER_ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Classifier ID' operation
ECLASS___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
ECLASS___GET_EOPERATION__INT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EOperation' operation
ECLASS___GET_EOPERATION__INT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get EOperation' operation
ECLASS___GET_ESTRUCTURAL_FEATURE__INT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EStructural Feature' operation
ECLASS___GET_ESTRUCTURAL_FEATURE__INT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get EStructural Feature' operation
ECLASS___GET_ESTRUCTURAL_FEATURE__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EStructural Feature' operation
ECLASS___GET_ESTRUCTURAL_FEATURE__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get EStructural Feature' operation
ECLASS___GET_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Feature Count' operation
ECLASS___GET_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get Feature Count' operation
ECLASS___GET_FEATURE_ID__ESTRUCTURALFEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Feature ID' operation
ECLASS___GET_FEATURE_ID__ESTRUCTURALFEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get Feature ID' operation
ECLASS___GET_FEATURE_TYPE__ESTRUCTURALFEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Feature Type' operation
ECLASS___GET_FEATURE_TYPE__ESTRUCTURALFEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get Feature Type' operation
ECLASS___GET_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Operation Count' operation
ECLASS___GET_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get Operation Count' operation
ECLASS___GET_OPERATION_ID__EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Operation ID' operation
ECLASS___GET_OPERATION_ID__EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get Operation ID' operation
ECLASS___GET_OVERRIDE__EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Override' operation
ECLASS___GET_OVERRIDE__EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get Override' operation
ECLASS___IS_INSTANCE__OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Is Instance' operation
ECLASS___IS_SUPER_TYPE_OF__ECLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Is Super Type Of' operation
ECLASS___IS_SUPER_TYPE_OF__ECLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Is Super Type Of' operation
ECLASS__ABSTRACT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Abstract' attribute
ECLASS__ABSTRACT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Abstract' attribute feature
ECLASS__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute
ECLASS__EALL_ATTRIBUTES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll Attributes' reference list
ECLASS__EALL_ATTRIBUTES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAll Attributes' reference list feature
ECLASS__EALL_CONTAINMENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll Containments' reference list
ECLASS__EALL_CONTAINMENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAll Containments' reference list feature
ECLASS__EALL_GENERIC_SUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll Generic Super Types' reference list
ECLASS__EALL_GENERIC_SUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAll Generic Super Types' reference list feature
ECLASS__EALL_OPERATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll Operations' reference list
ECLASS__EALL_OPERATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAll Operations' reference list feature
ECLASS__EALL_REFERENCES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll References' reference list
ECLASS__EALL_REFERENCES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAll References' reference list feature
ECLASS__EALL_STRUCTURAL_FEATURES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll Structural Features' reference list
ECLASS__EALL_STRUCTURAL_FEATURES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAll Structural Features' reference list feature
ECLASS__EALL_SUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAll Super Types' reference list
ECLASS__EALL_SUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAll Super Types' reference list feature
ECLASS__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
ECLASS__EATTRIBUTES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAttributes' reference list
ECLASS__EATTRIBUTES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAttributes' reference list feature
ECLASS__EGENERIC_SUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EGeneric Super Types' containment reference list
ECLASS__EGENERIC_SUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EGeneric Super Types' containment reference list feature
ECLASS__EID_ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EID Attribute' reference
ECLASS__EID_ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EID Attribute' reference feature
ECLASS__EOPERATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EOperations' containment reference list
ECLASS__EOPERATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EOperations' containment reference list feature
ECLASS__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EPackage' container reference
ECLASS__EREFERENCES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EReferences' reference list
ECLASS__EREFERENCES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EReferences' reference list feature
ECLASS__ESTRUCTURAL_FEATURES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EStructural Features' containment reference list
ECLASS__ESTRUCTURAL_FEATURES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EStructural Features' containment reference list feature
ECLASS__ESUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ESuper Types' reference list
ECLASS__ESUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ESuper Types' reference list feature
ECLASS__ETYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType Parameters' containment reference list
ECLASS__INSTANCE_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class' attribute
ECLASS__INSTANCE_CLASS_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class Name' attribute
ECLASS__INSTANCE_TYPE_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Type Name' attribute
ECLASS__INTERFACE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Interface' attribute
ECLASS__INTERFACE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Interface' attribute feature
ECLASS__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
ECLASS_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EClass' class
ECLASS_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EClass' class
eClassComparator - Static variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
eClassData - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EPackageData
 
eClassData - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EPackageData
 
eClassDataMap - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
EClassifier - Interface in org.eclipse.emf.ecore
A representation of the model object 'EClassifier'
ECLASSIFIER - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EClassifier' class
ECLASSIFIER - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EClassifier' class
eClassifier - Variable in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
The cached value of the 'EClassifier' reference
eClassifier - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
ECLASSIFIER___GET_CLASSIFIER_ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Classifier ID' operation
ECLASSIFIER___GET_CLASSIFIER_ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get Classifier ID' operation
ECLASSIFIER___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
ECLASSIFIER___IS_INSTANCE__OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Is Instance' operation
ECLASSIFIER___IS_INSTANCE__OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Is Instance' operation
ECLASSIFIER__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute
ECLASSIFIER__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Default Value' attribute feature
ECLASSIFIER__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
ECLASSIFIER__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EPackage' container reference
ECLASSIFIER__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EPackage' container reference feature
ECLASSIFIER__ETYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType Parameters' containment reference list
ECLASSIFIER__ETYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EType Parameters' containment reference list feature
ECLASSIFIER__INSTANCE_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class' attribute
ECLASSIFIER__INSTANCE_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Instance Class' attribute feature
ECLASSIFIER__INSTANCE_CLASS_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class Name' attribute
ECLASSIFIER__INSTANCE_CLASS_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Instance Class Name' attribute feature
ECLASSIFIER__INSTANCE_TYPE_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Type Name' attribute
ECLASSIFIER__INSTANCE_TYPE_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Instance Type Name' attribute feature
ECLASSIFIER__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
ECLASSIFIER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EClassifier' class
ECLASSIFIER_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EClassifier' class
eClassifierExtendedMetaData - Variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
EClassifierImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EMeta Object'.
EClassifierImpl() - Constructor for class org.eclipse.emf.ecore.impl.EClassifierImpl
 
EClassifierItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EClassifier object
EClassifierItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This constructs an instance from a factory and a notifier
eClassifiers - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The cached value of the 'EClassifiers' containment reference list
EClassImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EClass'.
EClassImpl() - Constructor for class org.eclipse.emf.ecore.impl.EClassImpl
 
EClassImpl.FeatureSubsetSupplier - Interface in org.eclipse.emf.ecore.impl
 
EClassItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EClass object
EClassItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EClassItemProvider
This constructs an instance from a factory and a notifier
eClassItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EClass instances
eClassToFeatures - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
eclipseResourcesUtil - Variable in class org.eclipse.emf.edit.ui.action.ValidateAction
 
EclipseUIPlugin - Class in org.eclipse.emf.common.ui
An Eclipse AbstractUIPlugin implementation base to be used within UI plug-ins.
EclipseUIPlugin - Class in org.eclipse.emf.common.ui
An Eclipse AbstractUIPlugin implementation base to be used within UI plug-ins.
EclipseUIPlugin() - Constructor for class org.eclipse.emf.common.ui.EclipseUIPlugin
Creates an instance.
ECollections - Class in org.eclipse.emf.common.util
Support for empty and unmodifiable ELists.
eComputeVirtualValuesCapacity(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
This method controls the growth of the virtual values by returning the new capacity that should be allocated for the given minimum required capacity.
eContainer() - Method in interface org.eclipse.emf.ecore.EObject
Returns the containing object, or null.
eContainer() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eContainer - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl
The container of this object.
eContainer - Variable in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 
eContainerAdapterArray() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Returns the adapter array of the container.
eContainerFeatureID() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eContainerFeatureID() - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
eContainerFeatureID - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl
The feature ID of this object's container holding feature, if there is one, or EOPPOSITE_FEATURE_BASE minus the feature ID of the container's feature that contains this object.
eContainerFeatureID() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eContainerFeatureID() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eContainerFeatureID() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eContainerFeatureID() - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
Returns the container feature ID as computed from the container feature provided by the store.
eContainerFeatureID() - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the container feature ID.
eContainingFeature() - Method in interface org.eclipse.emf.ecore.EObject
Returns the particular feature of the container that actually holds the object, or null, if there is no container.
eContainingFeature() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eContainmentFeature() - Method in interface org.eclipse.emf.ecore.EObject
Returns the containment feature that properly contains the object, or null, if there is no container.
eContainmentFeature() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eContainmentFeature(EObject, EObject, int) - Static method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eContains(EObject) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eCONTENT_TYPE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The package content type ID
eCONTENT_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The package content type ID
eCONTENT_TYPE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The package content type ID
eCONTENT_TYPE - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The package content type ID
eCONTENT_TYPE - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The package content type ID
EContentAdapter - Class in org.eclipse.emf.ecore.util
An adapter that maintains itself as an adapter for all contained objects as they come and go.
EContentAdapter() - Constructor for class org.eclipse.emf.ecore.util.EContentAdapter
 
eContents() - Method in interface org.eclipse.emf.ecore.EObject
Returns a list view of the content objects; it is unmodifiable.
eContents() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eContents - Variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
eContents - Variable in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
eContents() - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
eContents - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
eContents - Variable in class org.eclipse.emf.ecore.impl.FlatEObjectImpl
 
eContents() - Method in class org.eclipse.emf.ecore.impl.FlatEObjectImpl
 
eContents() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
EContentsEList<E> - Class in org.eclipse.emf.ecore.util
 
EContentsEList(EObject) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList
 
EContentsEList(EObject, List<? extends EStructuralFeature>) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList
 
EContentsEList(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList
 
EContentsEList.FeatureFilter - Interface in org.eclipse.emf.ecore.util
 
EContentsEList.FeatureIterator<E> - Interface in org.eclipse.emf.ecore.util
 
EContentsEList.FeatureIteratorImpl<E> - Class in org.eclipse.emf.ecore.util
 
EContentsEList.FeatureIteratorImpl(EObject, List<? extends EStructuralFeature>) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
EContentsEList.FeatureIteratorImpl(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
EContentsEList.FeatureListIterator<E> - Interface in org.eclipse.emf.ecore.util
 
EContentsEList.Filterable - Interface in org.eclipse.emf.ecore.util
 
EContentsEList.ResolvingFeatureIteratorImpl<E> - Class in org.eclipse.emf.ecore.util
 
EContentsEList.ResolvingFeatureIteratorImpl(EObject, List<? extends EStructuralFeature>) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList.ResolvingFeatureIteratorImpl
 
EContentsEList.ResolvingFeatureIteratorImpl(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.EContentsEList.ResolvingFeatureIteratorImpl
 
ECORE2_ECORE_MAPPING_ROOT - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The meta object id for the 'Mapping Root' class
ECORE2_ECORE_MAPPING_ROOT - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage.Literals
The meta object literal for the 'Mapping Root' class
ECORE2_ECORE_MAPPING_ROOT__COMMAND_STACK - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The feature id for the 'Command Stack' attribute
ECORE2_ECORE_MAPPING_ROOT__HELPER - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The feature id for the 'Helper' containment reference
ECORE2_ECORE_MAPPING_ROOT__INPUTS - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The feature id for the 'Inputs' reference list
ECORE2_ECORE_MAPPING_ROOT__NESTED - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The feature id for the 'Nested' containment reference list
ECORE2_ECORE_MAPPING_ROOT__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The feature id for the 'Nested In' container reference
ECORE2_ECORE_MAPPING_ROOT__OUTPUT_READ_ONLY - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The feature id for the 'Output Read Only' attribute
ECORE2_ECORE_MAPPING_ROOT__OUTPUTS - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The feature id for the 'Outputs' reference list
ECORE2_ECORE_MAPPING_ROOT__TOP_TO_BOTTOM - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The feature id for the 'Top To Bottom' attribute
ECORE2_ECORE_MAPPING_ROOT__TYPE_MAPPING - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The feature id for the 'Type Mapping' reference
ECORE2_ECORE_MAPPING_ROOT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The number of structural features of the 'Mapping Root' class
Ecore2EcoreActionBarContributor - Class in org.eclipse.emf.mapping.ecore2ecore.presentation
This is the action bar contributor for the Ecore2Ecore model editor.
Ecore2EcoreActionBarContributor() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreActionBarContributor
This creates an instance of the contributor.
Ecore2EcoreAdapterFactory - Class in org.eclipse.emf.mapping.ecore2ecore.util
The Adapter Factory for the model.
Ecore2EcoreAdapterFactory() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Creates an instance of the adapter factory
Ecore2EcoreEditor - Class in org.eclipse.emf.mapping.ecore2ecore.presentation
This is an example of a Ecore2Ecore model editor.
Ecore2EcoreEditor() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor
 
Ecore2EcoreEditor.Ecore2EcoreInitializeCopyOverrideCommand - Class in org.eclipse.emf.mapping.ecore2ecore.presentation
 
Ecore2EcoreEditor.Ecore2EcoreInitializeCopyOverrideCommand(MappingDomain, InitializeCopyCommand) - Constructor for class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor.Ecore2EcoreInitializeCopyOverrideCommand
 
Ecore2EcoreEditor.Ecore2EcoreMappingDomain - Class in org.eclipse.emf.mapping.ecore2ecore.presentation
 
Ecore2EcoreEditor.Ecore2EcoreMappingDomain(AdapterFactory, AdapterFactory, AdapterFactory, CommandStack, String) - Constructor for class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor.Ecore2EcoreMappingDomain
 
Ecore2EcoreEditorPlugin - Class in org.eclipse.emf.mapping.ecore2ecore.presentation
This is the central singleton for the Ecore2Ecore editor plugin
Ecore2EcoreEditorPlugin() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditorPlugin
Create the instance
Ecore2EcoreEditorPlugin.Implementation - Class in org.eclipse.emf.mapping.ecore2ecore.presentation
The actual implementation of the Eclipse Plugin
Ecore2EcoreEditorPlugin.Implementation() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditorPlugin.Implementation
Creates an instance
Ecore2EcoreFactory - Interface in org.eclipse.emf.mapping.ecore2ecore
The Factory for the model.
ecore2EcoreFactory - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
This caches an instance of the model factory
Ecore2EcoreFactoryImpl - Class in org.eclipse.emf.mapping.ecore2ecore.impl
An implementation of the model Factory
Ecore2EcoreFactoryImpl() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreFactoryImpl
Creates an instance of the factory
Ecore2EcoreItemProviderAdapterFactory - Class in org.eclipse.emf.mapping.ecore2ecore.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
Ecore2EcoreItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This constructs an instance
Ecore2EcoreMappingRoot - Interface in org.eclipse.emf.mapping.ecore2ecore
A representation of the model object 'Mapping Root'
Ecore2EcoreMappingRootImpl - Class in org.eclipse.emf.mapping.ecore2ecore.impl
An implementation of the model object 'Mapping Root'
Ecore2EcoreMappingRootImpl() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreMappingRootImpl
 
ecore2EcoreMappingRootItemProvider - Variable in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all Ecore2EcoreMappingRoot instances
Ecore2EcoreMappingRootItemProvider - Class in org.eclipse.emf.mapping.ecore2ecore.provider
This is the item provider adapter for a Ecore2EcoreMappingRoot object
Ecore2EcoreMappingRootItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreMappingRootItemProvider
This constructs an instance from a factory and a notifier
Ecore2EcoreModelWizard - Class in org.eclipse.emf.mapping.ecore2ecore.presentation
This is a simple wizard for creating a new model file
Ecore2EcoreModelWizard() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
 
Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage - Class in org.eclipse.emf.mapping.ecore2ecore.presentation
This is the page where the type of object to create is selected
Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage(String) - Constructor for class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
Pass in the selection
Ecore2EcoreModelWizard.Ecore2EcoreModelWizardNewFileCreationPage - Class in org.eclipse.emf.mapping.ecore2ecore.presentation
This is the one page of the wizard
Ecore2EcoreModelWizard.Ecore2EcoreModelWizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardNewFileCreationPage
Pass in the selection
Ecore2EcorePackage - Interface in org.eclipse.emf.mapping.ecore2ecore
The Package for the model.
ecore2EcorePackage - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
This caches an instance of the model package
Ecore2EcorePackage.Literals - Interface in org.eclipse.emf.mapping.ecore2ecore
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
Ecore2EcorePackageImpl - Class in org.eclipse.emf.mapping.ecore2ecore.impl
An implementation of the model Package
Ecore2EcorePlugin - Class in org.eclipse.emf.mapping.ecore2ecore
This is the central singleton for the Ecore2Ecore edit plugin
Ecore2EcorePlugin() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePlugin
Create the instance
Ecore2EcorePlugin.Implementation - Class in org.eclipse.emf.mapping.ecore2ecore
The actual implementation of the Eclipse Plugin
Ecore2EcorePlugin.Implementation() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePlugin.Implementation
Creates an instance
Ecore2EcorePlugin.Implementation.Activator - Class in org.eclipse.emf.mapping.ecore2ecore
The actual implementation of the purely OSGi-compatible Bundle Activator
Ecore2EcorePlugin.Implementation.Activator() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePlugin.Implementation.Activator
 
Ecore2EcoreResourceFactoryImpl - Class in org.eclipse.emf.mapping.ecore2ecore.util
The Resource Factory associated with the package
Ecore2EcoreResourceFactoryImpl() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreResourceFactoryImpl
Creates an instance of the resource factory
Ecore2EcoreResourceImpl - Class in org.eclipse.emf.mapping.ecore2ecore.util
The Resource associated with the package
Ecore2EcoreResourceImpl(URI) - Constructor for class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreResourceImpl
Creates an instance of the resource
Ecore2EcoreSwitch<T> - Class in org.eclipse.emf.mapping.ecore2ecore.util
The Switch for the model's inheritance hierarchy.
Ecore2EcoreSwitch() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreSwitch
Creates an instance of the switch
Ecore2XMLActionBarContributor - Class in org.eclipse.emf.mapping.ecore2xml.presentation
This is the action bar contributor for the Ecore2XML model editor
Ecore2XMLActionBarContributor() - Constructor for class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This creates an instance of the contributor
Ecore2XMLAdapterFactory - Class in org.eclipse.emf.mapping.ecore2xml.util
The Adapter Factory for the model.
Ecore2XMLAdapterFactory() - Constructor for class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Creates an instance of the adapter factory
Ecore2XMLEditor - Class in org.eclipse.emf.mapping.ecore2xml.presentation
This is an example of a Ecore2XML model editor
Ecore2XMLEditor() - Constructor for class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This creates a model editor
Ecore2XMLEditor.ReverseAdapterFactoryContentProvider - Class in org.eclipse.emf.mapping.ecore2xml.presentation
 
Ecore2XMLEditor.ReverseAdapterFactoryContentProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor.ReverseAdapterFactoryContentProvider
 
Ecore2XMLExtendedMetaData - Class in org.eclipse.emf.mapping.ecore2xml.util
Maps XML elements to Ecore named elements based on registered Ecore2XML mappings.
Ecore2XMLExtendedMetaData() - Constructor for class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
Ecore2XMLExtendedMetaData(Ecore2XMLRegistry) - Constructor for class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
Ecore2XMLExtendedMetaData(EPackage.Registry, Ecore2XMLRegistry) - Constructor for class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
Ecore2XMLExtendedMetaData(String, EPackage.Registry, Ecore2XMLRegistry) - Constructor for class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
Ecore2XMLFactory - Interface in org.eclipse.emf.mapping.ecore2xml
The Factory for the model.
ecore2XMLFactory - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
This caches an instance of the model factory
Ecore2XMLFactoryImpl - Class in org.eclipse.emf.mapping.ecore2xml.impl
An implementation of the model Factory
Ecore2XMLFactoryImpl() - Constructor for class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
Creates an instance of the factory
Ecore2XMLItemProviderAdapterFactory - Class in org.eclipse.emf.mapping.ecore2xml.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
Ecore2XMLItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This constructs an instance
Ecore2XMLModelWizard - Class in org.eclipse.emf.mapping.ecore2xml.presentation
This is a simple wizard for creating a new model file
Ecore2XMLModelWizard() - Constructor for class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
 
Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage - Class in org.eclipse.emf.mapping.ecore2xml.presentation
This is the page where the type of object to create is selected
Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage(String) - Constructor for class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
Pass in the selection
Ecore2XMLModelWizard.Ecore2XMLModelWizardNewFileCreationPage - Class in org.eclipse.emf.mapping.ecore2xml.presentation
This is the one page of the wizard
Ecore2XMLModelWizard.Ecore2XMLModelWizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardNewFileCreationPage
Pass in the selection
Ecore2XMLPackage - Interface in org.eclipse.emf.mapping.ecore2xml
The Package for the model.
ecore2XMLPackage - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
This caches an instance of the model package
Ecore2XMLPackage.Literals - Interface in org.eclipse.emf.mapping.ecore2xml
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
Ecore2XMLPackageImpl - Class in org.eclipse.emf.mapping.ecore2xml.impl
An implementation of the model Package
Ecore2XMLRegistry - Interface in org.eclipse.emf.mapping.ecore2xml
A registry for mappings from Ecore to XML.
ecore2xmlRegistry - Variable in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
Ecore2XMLRegistry.Descriptor - Interface in org.eclipse.emf.mapping.ecore2xml
A descriptor for Ecore2XML mappings registered via an extension point.
Ecore2XMLRegistry.Reader - Class in org.eclipse.emf.mapping.ecore2xml
Reads and registers Ecore2XML mappings in the extension registry.
Ecore2XMLRegistry.Reader(IExtensionRegistry, String, String) - Constructor for class org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry.Reader
 
Ecore2XMLRegistry.Reader.Ecore2XMLDescriptor - Class in org.eclipse.emf.mapping.ecore2xml
 
Ecore2XMLRegistry.Reader.Ecore2XMLDescriptor(IConfigurationElement) - Constructor for class org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry.Reader.Ecore2XMLDescriptor
 
Ecore2XMLRegistryImpl - Class in org.eclipse.emf.mapping.ecore2xml.impl
 
Ecore2XMLRegistryImpl() - Constructor for class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLRegistryImpl
 
Ecore2XMLRegistryImpl(Ecore2XMLRegistry) - Constructor for class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLRegistryImpl
 
Ecore2XMLResource - Interface in org.eclipse.emf.mapping.ecore2xml.util
The interface for Ecore2XML resources.
Ecore2XMLResource.Factory - Interface in org.eclipse.emf.mapping.ecore2xml.util
The interface for Ecore2XML resource factories.
Ecore2XMLResourceFactoryImpl - Class in org.eclipse.emf.mapping.ecore2xml.util
The Resource Factory associated with the package.
Ecore2XMLResourceFactoryImpl() - Constructor for class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLResourceFactoryImpl
Creates an instance of the resource factory
Ecore2XMLResourceImpl - Class in org.eclipse.emf.mapping.ecore2xml.util
The Resource associated with the package.
Ecore2XMLResourceImpl(URI) - Constructor for class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLResourceImpl
Creates an instance of the resource
Ecore2XMLSwitch<T> - Class in org.eclipse.emf.mapping.ecore2xml.util
The Switch for the model's inheritance hierarchy.
Ecore2XMLSwitch() - Constructor for class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLSwitch
Creates an instance of the switch
Ecore2XMLUIPlugin - Class in org.eclipse.emf.mapping.ecore2xml.ui
This is the central singleton for the Ecore2XML editor plugin
Ecore2XMLUIPlugin() - Constructor for class org.eclipse.emf.mapping.ecore2xml.ui.Ecore2XMLUIPlugin
Create the instance
Ecore2XMLUIPlugin.Implementation - Class in org.eclipse.emf.mapping.ecore2xml.ui
The actual implementation of the Eclipse Plugin
Ecore2XMLUIPlugin.Implementation() - Constructor for class org.eclipse.emf.mapping.ecore2xml.ui.Ecore2XMLUIPlugin.Implementation
Creates an instance
ECORE_EDATATYPE_HREF_PREFIX - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
ECORE_EXTENSION_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFHandler
 
ECORE_FILE_EXTENSION - Static variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
EcoreActionBarContributor - Class in org.eclipse.emf.ecore.presentation
This is the action bar contributor for the Ecore model editor
EcoreActionBarContributor() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This creates an instance of the contributor
EcoreActionBarContributor.ExtendedLoadResourceAction - Class in org.eclipse.emf.ecore.presentation
 
EcoreActionBarContributor.ExtendedLoadResourceAction() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction
 
EcoreActionBarContributor.ExtendedLoadResourceAction.ExtendedLoadResourceDialog - Class in org.eclipse.emf.ecore.presentation
 
EcoreActionBarContributor.ExtendedLoadResourceAction.ExtendedLoadResourceDialog(Shell, EditingDomain) - Constructor for class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.ExtendedLoadResourceDialog
 
EcoreActionBarContributor.ExtendedLoadResourceAction.RegisteredPackageDialog - Class in org.eclipse.emf.ecore.presentation
 
EcoreActionBarContributor.ExtendedLoadResourceAction.RegisteredPackageDialog(Shell) - Constructor for class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.RegisteredPackageDialog
 
EcoreActionBarContributor.ExtendedLoadResourceAction.TargetPlatformPackageDialog - Class in org.eclipse.emf.ecore.presentation
 
EcoreActionBarContributor.ExtendedLoadResourceAction.TargetPlatformPackageDialog(Shell) - Constructor for class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.TargetPlatformPackageDialog
 
EcoreActionBarContributor.Reflective - Class in org.eclipse.emf.ecore.presentation
 
EcoreActionBarContributor.Reflective() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.Reflective
 
EcoreAdapterFactory - Class in org.eclipse.emf.ecore.util
The Adapter Factory for the model.
EcoreAdapterFactory() - Constructor for class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Creates an instance of the adapter factory
EcoreBuilder - Interface in org.eclipse.emf.ecore.xmi
The interface describes an XML Schema to Ecore builder.
ecoreBuilder - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
ecoreBuilder - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
ecoreBuilder - Variable in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
ecoreClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Ecore Class' reference
EcoreDataSetWizardPage - Class in org.eclipse.emf.oda.ecore.ui.impl
Implementation of an EMF ODA data set designer page for a user to create or edit a data set design instance.
EcoreDataSetWizardPage(String) - Constructor for class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
EcoreDataSetWizardPage(String, String, ImageDescriptor) - Constructor for class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
EcoreDataSetWizardPage.TypeLabelProvider - Class in org.eclipse.emf.oda.ecore.ui.impl
A provider of formatted labels for types.
EcoreDataSetWizardPage.TypeLabelProvider() - Constructor for class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.TypeLabelProvider
 
EcoreDataSetWizardPage.Variable - Class in org.eclipse.emf.oda.ecore.ui.impl
Representation of an expression variable.
EcoreDataSetWizardPage.Variable(String, EClassifier) - Constructor for class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.Variable
 
EcoreDataSetWizardPage.VariableSpecificationDialog - Class in org.eclipse.emf.oda.ecore.ui.impl
A dialog which prompts the user to specify a name and select a type for an expression variable.
EcoreDataSetWizardPage.VariableSpecificationDialog(Shell) - Constructor for class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.VariableSpecificationDialog
 
EcoreDataSourcePageHelper - Class in org.eclipse.emf.oda.ecore.ui.impl
A helper for Ecore data source property and wizard pages.
EcoreDataSourcePageHelper(EcoreDataSourceWizardPage) - Constructor for class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
 
EcoreDataSourcePageHelper(EcoreDataSourcePropertyPage) - Constructor for class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
 
EcoreDataSourcePropertyPage - Class in org.eclipse.emf.oda.ecore.ui.impl
Property page for an Ecore data source.
EcoreDataSourcePropertyPage() - Constructor for class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePropertyPage
 
EcoreDataSourceWizardPage - Class in org.eclipse.emf.oda.ecore.ui.impl
Wizard page for an Ecore data source.
EcoreDataSourceWizardPage(String) - Constructor for class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourceWizardPage
 
ecoreDataType - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
The cached value of the 'Ecore Data Type' reference
EcoreEditor - Class in org.eclipse.emf.ecore.presentation
This is an example of a Ecore model editor
EcoreEditor() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreEditor
This creates a model editor
EcoreEditor.ReverseAdapterFactoryContentProvider - Class in org.eclipse.emf.ecore.presentation
 
EcoreEditor.ReverseAdapterFactoryContentProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.presentation.EcoreEditor.ReverseAdapterFactoryContentProvider
 
EcoreEditor.XML - Class in org.eclipse.emf.ecore.presentation
 
EcoreEditor.XML() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreEditor.XML
 
EcoreEditorPlugin - Class in org.eclipse.emf.ecore.presentation
This is the central singleton for the Ecore editor plugin
EcoreEditorPlugin() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin
Create the instance
EcoreEditorPlugin.Implementation - Class in org.eclipse.emf.ecore.presentation
The actual implementation of the Eclipse Plugin
EcoreEditorPlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin.Implementation
Creates an instance
EcoreEditPlugin - Class in org.eclipse.emf.ecore.provider
This is the central singleton for the Ecore edit plugin
EcoreEditPlugin() - Constructor for class org.eclipse.emf.ecore.provider.EcoreEditPlugin
Create the instance
EcoreEditPlugin.Implementation - Class in org.eclipse.emf.ecore.provider
The actual implementation of the Eclipse Plugin
EcoreEditPlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.provider.EcoreEditPlugin.Implementation
Creates an instance
EcoreEditPlugin.Implementation.Activator - Class in org.eclipse.emf.ecore.provider
The actual implementation of the purely OSGi-compatible Bundle Activator
EcoreEditPlugin.Implementation.Activator() - Constructor for class org.eclipse.emf.ecore.provider.EcoreEditPlugin.Implementation.Activator
 
ecoreEGenericTypeToJavaEGenericTypeMap - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
A map from a generic type to the possibly null generic type that represents its proper Java type.
EcoreEList<E> - Class in org.eclipse.emf.ecore.util
A notifying internal EList that implements InternalEList and EStructuralFeature.Setting.
EcoreEList(Class<?>, InternalEObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreEList
 
EcoreEList.Dynamic<E> - Class in org.eclipse.emf.ecore.util
 
EcoreEList.Dynamic(InternalEObject, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.EcoreEList.Dynamic
 
EcoreEList.Dynamic(int, InternalEObject, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.EcoreEList.Dynamic
 
EcoreEList.Dynamic(int, Class<?>, InternalEObject, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.EcoreEList.Dynamic
 
EcoreEList.Generic<E> - Class in org.eclipse.emf.ecore.util
An Ecore EList with an implementation for exhibiting the appropriate feature behaviour as well as for tracking the unset state.
EcoreEList.Generic(int, Class<?>, InternalEObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
EcoreEList.UnmodifiableEList<E> - Class in org.eclipse.emf.ecore.util
 
EcoreEList.UnmodifiableEList(InternalEObject, EStructuralFeature, int, Object[]) - Constructor for class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
EcoreEList.UnmodifiableEList.FastCompare<E> - Class in org.eclipse.emf.ecore.util
 
EcoreEList.UnmodifiableEList.FastCompare(InternalEObject, EStructuralFeature, int, Object[]) - Constructor for class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList.FastCompare
 
EcoreEMap<K,V> - Class in org.eclipse.emf.ecore.util
 
EcoreEMap(EClass, Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EcoreEMap
 
EcoreEMap(EClass, Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EcoreEMap
 
EcoreEMap(EClass, Class<?>, EList<BasicEMap.Entry<K, V>>) - Constructor for class org.eclipse.emf.ecore.util.EcoreEMap
 
EcoreEMap.DelegateEObjectContainmentEList<E extends java.lang.Object & BasicEMap.Entry<K,V>> - Class in org.eclipse.emf.ecore.util
 
EcoreEMap.DelegateEObjectContainmentEList(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentEList
 
EcoreEMap.DelegateEObjectContainmentWithInverseEList<E extends java.lang.Object & BasicEMap.Entry<K,V>> - Class in org.eclipse.emf.ecore.util
 
EcoreEMap.DelegateEObjectContainmentWithInverseEList(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentWithInverseEList
 
EcoreEMap.Unsettable<K,V> - Class in org.eclipse.emf.ecore.util
 
EcoreEMap.Unsettable(EClass, Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable
 
EcoreEMap.Unsettable(EClass, Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable
 
EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList<E extends java.lang.Object & BasicEMap.Entry<K,V>> - Class in org.eclipse.emf.ecore.util
 
EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList
 
EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentWithInverseEList<E extends java.lang.Object & BasicEMap.Entry<K,V>> - Class in org.eclipse.emf.ecore.util
 
EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentWithInverseEList(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentWithInverseEList
 
ecoreEnum - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
The cached value of the 'Ecore Enum' reference
ecoreEnumLiteral - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
The cached value of the 'Ecore Enum Literal' reference
EcoreFactory - Interface in org.eclipse.emf.ecore
The Factory for the model.
ecoreFactory - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The Ecore factory.
ecoreFactory - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
This caches an instance of the model factory
EcoreFactoryImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model Factory
EcoreFactoryImpl() - Constructor for class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
Creates an instance of the factory
ecoreFeature - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Ecore Feature' reference
ecoreFileName - Variable in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
EcoreGeneratorTask - Class in org.eclipse.emf.importer.ecore.taskdefs
Generates source code from models specifed in Ecore files.
EcoreGeneratorTask() - Constructor for class org.eclipse.emf.importer.ecore.taskdefs.EcoreGeneratorTask
 
EcoreImporter - Class in org.eclipse.emf.importer.ecore
 
EcoreImporter() - Constructor for class org.eclipse.emf.importer.ecore.EcoreImporter
 
EcoreImporterApplication - Class in org.eclipse.emf.importer.ecore
 
EcoreImporterApplication() - Constructor for class org.eclipse.emf.importer.ecore.EcoreImporterApplication
 
EcoreImporterApplication.PackageInfo - Class in org.eclipse.emf.importer.ecore
 
EcoreImporterApplication.PackageInfo() - Constructor for class org.eclipse.emf.importer.ecore.EcoreImporterApplication.PackageInfo
 
EcoreImporterPlugin - Class in org.eclipse.emf.importer.ecore
The Plugin for the EMF.CodeGen.Ecore.Ecore library.
EcoreImporterPlugin.Implementation - Class in org.eclipse.emf.importer.ecore
The actual implementation of the Eclipse Plugin.
EcoreImporterPlugin.Implementation() - Constructor for class org.eclipse.emf.importer.ecore.EcoreImporterPlugin.Implementation
Creates an instance.
EcoreImporterWizard - Class in org.eclipse.emf.importer.ecore.ui
 
EcoreImporterWizard() - Constructor for class org.eclipse.emf.importer.ecore.ui.EcoreImporterWizard
 
EcoreItemProviderAdapterFactory - Class in org.eclipse.emf.ecore.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
EcoreItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This constructs an instance
EcoreModelWizard - Class in org.eclipse.emf.ecore.presentation
This is a simple wizard for creating a new model file
EcoreModelWizard() - Constructor for class org.eclipse.emf.ecore.presentation.EcoreModelWizard
 
EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage - Class in org.eclipse.emf.ecore.presentation
This is the page where the type of object to create is selected
EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage(String) - Constructor for class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
Pass in the selection
EcoreModelWizard.EcoreModelWizardNewFileCreationPage - Class in org.eclipse.emf.ecore.presentation
This is the one page of the wizard
EcoreModelWizard.EcoreModelWizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardNewFileCreationPage
Pass in the selection
ecoreOperation - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
The cached value of the 'Ecore Operation' reference
ecorePackage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Ecore Package' reference
EcorePackage - Interface in org.eclipse.emf.ecore
The Package for the model.
ecorePackage - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The Ecore factory.
ecorePackage - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
This caches an instance of the model package
ecorePackage - Static variable in class org.eclipse.emf.edit.command.SetCommand
 
ecorePackage - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
ecorePackage - Static variable in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
EcorePackage.Literals - Interface in org.eclipse.emf.ecore
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
EcorePackageImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model Package
ecoreParameter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
The cached value of the 'Ecore Parameter' reference
EcorePlugin - Class in org.eclipse.emf.ecore.plugin
A collection of platform-neutral static utilities as well as Eclipse support utilities.
EcorePlugin.ExtensionProcessor - Class in org.eclipse.emf.ecore.plugin
A class containing a single utility method for processing extensions.
EcorePlugin.ExtensionProcessor() - Constructor for class org.eclipse.emf.ecore.plugin.EcorePlugin.ExtensionProcessor
 
EcorePlugin.Implementation - Class in org.eclipse.emf.ecore.plugin
A plugin implementation that handles Ecore plugin registration.
EcorePlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.plugin.EcorePlugin.Implementation
Creates the singleton instance.
EcorePlugin.Implementation.Activator - Class in org.eclipse.emf.ecore.plugin
 
EcorePlugin.Implementation.Activator() - Constructor for class org.eclipse.emf.ecore.plugin.EcorePlugin.Implementation.Activator
 
EcoreResourceFactoryImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
EcoreResourceFactoryImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.EcoreResourceFactoryImpl
Constructor for EcoreResourceFactoryImpl.
EcoreSwitch<T> - Class in org.eclipse.emf.ecore.util
The Switch for the model's inheritance hierarchy.
EcoreSwitch() - Constructor for class org.eclipse.emf.ecore.util.EcoreSwitch
Creates an instance of the switch
ecoreToXMLInfo - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
ecoreToXMLInfo - Variable in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
The cached value of the 'Ecore To XML Info' map
ecoreTypeParameter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
The cached value of the 'Ecore Type Parameter' reference
EcoreUtil - Class in org.eclipse.emf.ecore.util
This class contains convenient static methods for working with EMF objects.
EcoreUtil() - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil
 
EcoreUtil.AbstractFilteredSettingsIterator<E> - Class in org.eclipse.emf.ecore.util
An iterator over settings that filters out the ones that aren't of interest.
EcoreUtil.AbstractFilteredSettingsIterator(List<EStructuralFeature.Setting>, EReference, EClass) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
EcoreUtil.AbstractFilteredSettingsIterator(Collection<EStructuralFeature.Setting>, EReference, EClass) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
EcoreUtil.AbstractFilteredSettingsIterator(Iterator<EStructuralFeature.Setting>, EReference, EClass) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
EcoreUtil.ContentTreeIterator<E> - Class in org.eclipse.emf.ecore.util
An iterator over the tree contents of a collection of EObjects, Resources, and ResourceSets.
EcoreUtil.ContentTreeIterator(Collection<?>) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Creates an instance for the given collection of objects.
EcoreUtil.ContentTreeIterator(Object, boolean) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Creates an instance for the given collection of objects.
EcoreUtil.ContentTreeIterator.ResourcesIterator - Class in org.eclipse.emf.ecore.util
A special iterator that's tolerant of growth in the list of resources which can result from demand loading when traversing the tree of contents.
EcoreUtil.ContentTreeIterator.ResourcesIterator(List<? extends Resource>) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator.ResourcesIterator
Constructs an instance.
EcoreUtil.Copier - Class in org.eclipse.emf.ecore.util
A mapping building traverser of a collection of content trees; the map is from EObject to EObject, i.e., from original to copy; use EcoreUtil.copy or EcoreUtil.copyAll to do routine copies.
EcoreUtil.Copier() - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Creates an instance.
EcoreUtil.Copier(boolean) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Creates an instance that resolves proxies or not as specified.
EcoreUtil.Copier(boolean, boolean) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Creates an instance that resolves proxies or not and uses non-copied references or not as specified.
EcoreUtil.CrossReferencer - Class in org.eclipse.emf.ecore.util
A mapping building traverser of a collection of content trees; the map is from target object to a collection of EStructuralFeature.Setting.
EcoreUtil.CrossReferencer(EObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Creates an instance for the given object.
EcoreUtil.CrossReferencer(Resource) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Creates an instance for the given resource.
EcoreUtil.CrossReferencer(ResourceSet) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Creates an instance for the given resource set.
EcoreUtil.CrossReferencer(Collection<?>) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Creates an instance for the given collection of objects.
EcoreUtil.EGenericTypeConverter - Class in org.eclipse.emf.ecore.util
A utility class that traverses a generic type to convert it to a string representation.
EcoreUtil.EGenericTypeConverter() - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.EGenericTypeConverter
 
EcoreUtil.EqualityHelper - Class in org.eclipse.emf.ecore.util
A helper for determining whether two EObjects are structurally equal.
EcoreUtil.EqualityHelper() - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.EqualityHelper
 
EcoreUtil.ExternalCrossReferencer - Class in org.eclipse.emf.ecore.util
A cross referencer that finds all references that are not contained within the content trees.
EcoreUtil.ExternalCrossReferencer(Collection<?>) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Creates an instance for the given collection of objects.
EcoreUtil.ExternalCrossReferencer(EObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Creates an instance for the given object.
EcoreUtil.ExternalCrossReferencer(Resource) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Creates an instance for the given resource.
EcoreUtil.ExternalCrossReferencer(ResourceSet) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Creates an instance for the given resource set.
EcoreUtil.FilteredSettingsIterator - Class in org.eclipse.emf.ecore.util
An iterator over settings that filters out the ones that aren't of interest.
EcoreUtil.FilteredSettingsIterator(List<EStructuralFeature.Setting>, EReference, EClass) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.FilteredSettingsIterator
 
EcoreUtil.FilteredSettingsIterator(Collection<EStructuralFeature.Setting>, EReference, EClass) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.FilteredSettingsIterator
 
EcoreUtil.FilteredSettingsIterator(Iterator<EStructuralFeature.Setting>, EReference, EClass) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.FilteredSettingsIterator
 
EcoreUtil.ProperContentIterator<E> - Class in org.eclipse.emf.ecore.util
An iterator that can skip over items in a list.
EcoreUtil.ProperContentIterator(List<? extends E>) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProperContentIterator
 
EcoreUtil.ProperContentIterator(InternalEList<? extends E>) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProperContentIterator
 
EcoreUtil.ProperContentIterator(EObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProperContentIterator
 
EcoreUtil.ProperContentIterator(EObject, boolean) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProperContentIterator
 
EcoreUtil.ProxyCrossReferencer - Class in org.eclipse.emf.ecore.util
A cross referencer that finds proxies; the cross referencer will not cause proxies to be resolved.
EcoreUtil.ProxyCrossReferencer(EObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Creates an instance for the given object.
EcoreUtil.ProxyCrossReferencer(Resource) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Creates an instance for the given resource.
EcoreUtil.ProxyCrossReferencer(ResourceSet) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Creates an instance for the given resource set.
EcoreUtil.ProxyCrossReferencer(Collection<?>) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Creates an instance for the given collection of objects.
EcoreUtil.UnresolvedProxyCrossReferencer - Class in org.eclipse.emf.ecore.util
A cross referencer that finds proxies that cannot be resolved.
EcoreUtil.UnresolvedProxyCrossReferencer(EObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Creates an instance for the given object.
EcoreUtil.UnresolvedProxyCrossReferencer(Resource) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Creates an instance for the given resource.
EcoreUtil.UnresolvedProxyCrossReferencer(ResourceSet) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Creates an instance for the given resource set.
EcoreUtil.UnresolvedProxyCrossReferencer(Collection<?>) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Creates an instance for the given collection of objects.
EcoreUtil.UsageCrossReferencer - Class in org.eclipse.emf.ecore.util
A cross referencer that finds each usage of an EObject or collection of EObjects.
EcoreUtil.UsageCrossReferencer(EObject) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Creates an instance for the given object.
EcoreUtil.UsageCrossReferencer(Resource) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Creates an instance for the given resource.
EcoreUtil.UsageCrossReferencer(ResourceSet) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Creates an instance for the given resource set.
EcoreUtil.UsageCrossReferencer(Collection<?>) - Constructor for class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Creates an instance for the given collection of objects.
EcoreValidator - Class in org.eclipse.emf.ecore.util
The Validator for the model
EcoreValidator() - Constructor for class org.eclipse.emf.ecore.util.EcoreValidator
Creates an instance of the switch
EcoreValidator.EGenericTypeBuilder - Class in org.eclipse.emf.ecore.util
A utility for parsing generic types and generic type parameters.
EcoreValidator.EGenericTypeBuilder() - Constructor for class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
 
EcoreXcoreBuilder - Class in org.eclipse.emf.ecore.xcore.util
 
EcoreXcoreBuilder() - Constructor for class org.eclipse.emf.ecore.xcore.util.EcoreXcoreBuilder
 
ECrossReferenceAdapter - Class in org.eclipse.emf.ecore.util
An adapter that maintains itself as an adapter for all contained objects.
ECrossReferenceAdapter() - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
ECrossReferenceAdapter.InverseCrossReferencer - Class in org.eclipse.emf.ecore.util
 
ECrossReferenceAdapter.InverseCrossReferencer() - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
ECrossReferenceEList<E> - Class in org.eclipse.emf.ecore.util
A virtual list of all the cross references of an EObject.
ECrossReferenceEList(EObject) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
ECrossReferenceEList(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
ECrossReferenceEList.FeatureIteratorImpl<E> - Class in org.eclipse.emf.ecore.util
 
ECrossReferenceEList.FeatureIteratorImpl(EObject) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList.FeatureIteratorImpl
 
ECrossReferenceEList.FeatureIteratorImpl(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList.FeatureIteratorImpl
 
ECrossReferenceEList.ResolvingFeatureIteratorImpl<E> - Class in org.eclipse.emf.ecore.util
 
ECrossReferenceEList.ResolvingFeatureIteratorImpl(EObject) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList.ResolvingFeatureIteratorImpl
 
ECrossReferenceEList.ResolvingFeatureIteratorImpl(EObject, EStructuralFeature[]) - Constructor for class org.eclipse.emf.ecore.util.ECrossReferenceEList.ResolvingFeatureIteratorImpl
 
eCrossReferences() - Method in interface org.eclipse.emf.ecore.EObject
Returns a list view of the cross referenced objects; it is unmodifiable.
eCrossReferences() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eCrossReferences - Variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
eCrossReferences - Variable in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
eCrossReferences() - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
eCrossReferences - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
eCrossReferences - Variable in class org.eclipse.emf.ecore.impl.FlatEObjectImpl
 
eCrossReferences() - Method in class org.eclipse.emf.ecore.impl.FlatEObjectImpl
 
eCrossReferences() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
EDATA_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EData Type' class
EDATA_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EData Type' class
EDATA_TYPE___GET_CLASSIFIER_ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Classifier ID' operation
EDATA_TYPE___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
EDATA_TYPE___IS_INSTANCE__OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Is Instance' operation
EDATA_TYPE__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute
EDATA_TYPE__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
EDATA_TYPE__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EPackage' container reference
EDATA_TYPE__ETYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType Parameters' containment reference list
EDATA_TYPE__INSTANCE_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class' attribute
EDATA_TYPE__INSTANCE_CLASS_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class Name' attribute
EDATA_TYPE__INSTANCE_TYPE_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Type Name' attribute
EDATA_TYPE__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
EDATA_TYPE__SERIALIZABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Serializable' attribute
EDATA_TYPE__SERIALIZABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Serializable' attribute feature
EDATA_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EData Type' class
EDATA_TYPE_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EData Type' class
EDataType - Interface in org.eclipse.emf.ecore
A representation of the model object 'EData Type'
eDataType - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataDynamic
 
eDataType - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableDynamic
 
eDataType - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleContentFeatureMapEntry
 
eDataType - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData
 
eDataType - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData
 
eDataType - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
eDataType - Variable in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
eDataType - Variable in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeValueHandler
 
EDataType.Internal - Interface in org.eclipse.emf.ecore
Internal API implemented by all data types.
EDataType.Internal.ConversionDelegate - Interface in org.eclipse.emf.ecore
An API for converting values of the data type to and from a string representation.
EDataType.Internal.ConversionDelegate.Factory - Interface in org.eclipse.emf.ecore
A factory for creating conversion delegates.
EDataType.Internal.ConversionDelegate.Factory.Descriptor - Interface in org.eclipse.emf.ecore
A Factory wrapper that is used by the EDataType.Internal.ConversionDelegate.Factory.Registry.
EDataType.Internal.ConversionDelegate.Factory.Registry - Interface in org.eclipse.emf.ecore
A registry of factories for creating conversion delegates.
EDataType.Internal.ConversionDelegate.Factory.Registry.Impl - Class in org.eclipse.emf.ecore
 
EDataType.Internal.ConversionDelegate.Factory.Registry.Impl() - Constructor for class org.eclipse.emf.ecore.EDataType.Internal.ConversionDelegate.Factory.Registry.Impl
 
EDataTypeEList<E> - Class in org.eclipse.emf.ecore.util
 
EDataTypeEList(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EDataTypeEList
 
EDataTypeEList.Unsettable<E> - Class in org.eclipse.emf.ecore.util
 
EDataTypeEList.Unsettable(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable
 
EDataTypeImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EData Type'.
EDataTypeImpl() - Constructor for class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
eDataTypeItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EDataType instances
EDataTypeItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EDataType object
EDataTypeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This constructs an instance from a factory and a notifier
EDataTypeUniqueEList<E> - Class in org.eclipse.emf.ecore.util
 
EDataTypeUniqueEList(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EDataTypeUniqueEList
 
EDataTypeUniqueEList.Unsettable<E> - Class in org.eclipse.emf.ecore.util
 
EDataTypeUniqueEList.Unsettable(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EDataTypeUniqueEList.Unsettable
 
EDATE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EDate' data type
EDATE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EDate' data type
EDATE_FORMATS - Static variable in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
EDATE_FORMATS - Static variable in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
EDATE_FORMATS - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
eDeliver() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
EDELIVER - Static variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The bit of NotifierImpl.eFlags that is used to represent NotifierImpl.eDeliver().
eDeliver() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eDeliver() - Method in interface org.eclipse.emf.common.notify.Notifier
Returns whether this notifier will deliver notifications to the adapters.
EDELIVER - Static variable in class org.eclipse.emf.ecore.impl.EObjectImpl
The bit of EObjectImpl.eFlags that is used to represent EObjectImpl.eDeliver().
eDeliver() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eDeliver() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eDerivedOperationID(int, Class<?>) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDerivedOperationID(EOperation) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDerivedOperationID(EOperation) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eDerivedOperationID(int, Class<?>) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the operation ID relative to this derived object's actual class, given an operation ID relative to the given base class.
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDerivedStructuralFeatureID(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDerivedStructuralFeatureID(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eDerivedStructuralFeatureID(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eDerivedStructuralFeatureID(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
 
eDerivedStructuralFeatureID(int, Class<?>) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the feature ID relative to this derived object's actual class, given a feature ID relative to the given base class.
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
EDIAGNOSTIC_CHAIN - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EDiagnostic Chain' data type
EDIAGNOSTIC_CHAIN - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EDiagnostic Chain' data type
eDirectResource() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDirectResource() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eDirectResource() - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the directly containing internal resource, or null.
edit(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.BasicTableEditor
 
edit(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
EDIT_BUILD_PROPERTIES_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDIT_DIRECTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Edit Directory' attribute
EDIT_MANIFEST_MF_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDIT_MODULE_GWT_XML_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDIT_PLUGIN_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Edit Plugin Class' attribute
EDIT_PLUGIN_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDIT_PLUGIN_ID_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Edit Plugin ID' attribute
EDIT_PLUGIN_IMAGES_INTERFACE_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDIT_PLUGIN_PROPERTIES_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDIT_PLUGIN_PROPERTIES_INTERFACE_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDIT_PLUGIN_XML_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDIT_PROJECT_TYPE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
The project type constant representing an edit project.
EDITABLE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
The 'Editable' literal value
editableColumn - Variable in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
editableColumns - Variable in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
editBuildPropertiesEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editBuildPropertiesTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editDirectory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Edit Directory' attribute
editDirectoryESet - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
This is true if the Edit Directory attribute has been set
editFragmentPath - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
editingDomain - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This keeps track of the editing domain that is used to track all changes to the model
editingDomain - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This keeps track of the editing domain that is used to track all changes to the model
editingDomain - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.EditingDomainProvider
Keeps track of the editing domain.
EditingDomain - Interface in org.eclipse.emf.edit.domain
An editing domain manages a self-contained set of interrelated EMF models and the Commands that modify them.
editingDomain - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
This records the editing domain of the current editor.
editingDomain - Variable in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This records the editing domain of the current editor or viewer.
editingDomain - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
editingDomain - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.EditingDomainLocationListener
 
editingDomain - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
editingDomain - Variable in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
editingDomain - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This keeps track of the editing domain that is used to track all changes to the model
editingDomain - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This keeps track of the editing domain that is used to track all changes to the model
editingDomain - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
 
editingDomain - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This keeps track of the editing domain that is used to track all changes to the model
EditingDomainActionBarContributor - Class in org.eclipse.emf.edit.ui.action
This is a contributor for an editor, multi-page or otherwise, that implements IEditingDomainProvider.
EditingDomainActionBarContributor - Class in org.eclipse.emf.edit.ui.action
This is a contributor for an editor, multi-page or otherwise, that implements IEditingDomainProvider.
EditingDomainActionBarContributor() - Constructor for class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This creates an instance of the contributor.
EditingDomainActionBarContributor(int) - Constructor for class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This creates an instance of the contributor.
EditingDomainEObjectObservableList - Class in org.eclipse.emf.databinding.edit
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EditingDomainEObjectObservableList(EditingDomain, EObject, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
Observe a feature of the instance using the default realm
EditingDomainEObjectObservableList(Realm, EditingDomain, EObject, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
Observe a feature of the instance using the realm
EditingDomainEObjectObservableMap - Class in org.eclipse.emf.databinding.edit
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EditingDomainEObjectObservableMap(EditingDomain, IObservableSet, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableMap
Create a new observable for the set of features
EditingDomainEObjectObservableValue - Class in org.eclipse.emf.databinding.edit
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EditingDomainEObjectObservableValue(EditingDomain, EObject, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableValue
Observe a list feature using a default realm
EditingDomainEObjectObservableValue(Realm, EditingDomain, EObject, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableValue
Observe a list feature using a custom realm
editingDomainProvider - Variable in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
EditingDomainViewerDropAdapter - Class in org.eclipse.emf.edit.ui.dnd
This implementation of a drop target listener is designed to turn a drag and drop operation into a Command based on the model objects of an EditingDomain and created by DragAndDropCommand.create(org.eclipse.emf.edit.domain.EditingDomain, java.lang.Object, float, int, int, java.util.Collection<?>).
EditingDomainViewerDropAdapter - Class in org.eclipse.emf.edit.ui.dnd
This implementation of a drop target listener is designed to turn a drag and drop operation into a Command based on the model objects of an EditingDomain and created by DragAndDropCommand#create.
EditingDomainViewerDropAdapter(EditingDomain, Viewer) - Constructor for class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This creates an instance with the given domain and viewer.
EditingDomainViewerDropAdapter.DragAndDropCommandInformation - Class in org.eclipse.emf.edit.ui.dnd
This holds all of the information used to create a DragAndDropCommand, but does not need to be disposed.
EditingDomainViewerDropAdapter.DragAndDropCommandInformation(EditingDomain, Object, float, int, int, Collection<?>) - Constructor for class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
editItem(TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
editItem(TableItem, TableTreeItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
editItem(TreeItem) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
editItem(TableItem, TableTreeItem, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
editItem(TreeItem) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
editManifestMFEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editManifestMFTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editOccured(ModifyEvent) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
Editor - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
Editor() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
EDITOR_APPENGINE_WEB_XML_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDITOR_BUILD_PROPERTIES_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDITOR_DIRECTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Editor Directory' attribute
EDITOR_ENTRY_POINT_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDITOR_HOME_HMTL_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDITOR_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
EDITOR_MANIFEST_MF_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDITOR_MODULE_GWT_XML_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDITOR_PLUGIN_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Editor Plugin Class' attribute
EDITOR_PLUGIN_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDITOR_PLUGIN_ID_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Editor Plugin ID' attribute
EDITOR_PLUGIN_PROPERTIES_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDITOR_PLUGIN_XML_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
EDITOR_PROJECT_TYPE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
The project type constant representing an editor project.
EDITOR_WEB_XML_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
editorActionDelegate - Variable in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
Deprecated.
As of EMF 2.1.0, replaced by DelegatingCommandAction.actionDelegate.
editorBuildPropertiesEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorBuildPropertiesTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorDirectory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Editor Directory' attribute
editorDirectoryESet - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
This is true if the Editor Directory attribute has been set
editorEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorFocusLostItem - Variable in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
editorFocusLostTime - Variable in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
editorFragmentPath - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
editorID - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen
 
editorManifestMFEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorManifestMFTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorPart - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
Deprecated.
As of EMF 2.1.0, replaced by CommandAction.workbenchPart.
editorPart - Variable in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
Deprecated.
As of EMF 2.1.0, replaced by DelegatingCommandAction.workbenchPart.
editorPluginClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Editor Plugin Class' attribute
editorPluginClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorPluginClassESet - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
This is true if the Editor Plugin Class attribute has been set
editorPluginID - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Editor Plugin ID' attribute
editorPluginPropertiesEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorPluginPropertiesTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorPluginTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorPluginVariables - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Editor Plugin Variables' attribute list
editorPluginXMLEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorPluginXMLTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorProjectLocationPath - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
editorSelection - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This keeps track of the selection of the editor as a whole
editorSelection - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This keeps track of the selection of the editor as a whole
editorSelection - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This keeps track of the selection of the editor as a whole
editorSelection - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This keeps track of the selection of the editor as a whole
editorSelection - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This keeps track of the selection of the editor as a whole
editorSelection - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This keeps track of the selection of the editor as a whole.
editorTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editorToOpen - Variable in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
editPluginClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Edit Plugin Class' attribute
editPluginClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editPluginClassESet - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
This is true if the Edit Plugin Class attribute has been set
editPluginID - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Edit Plugin ID' attribute
editPluginPropertiesEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editPluginPropertiesTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editPluginTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editPluginVariables - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Edit Plugin Variables' attribute list
editPluginXMLEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editPluginXMLTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
editProjectLocationPath - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
editTableItem - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
editTableItemColumn - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
editTableTreeItem - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
editTableTreeItemColumn - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
editTreeItem - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
EditUIMarkerHelper - Class in org.eclipse.emf.edit.ui.util
Extension of MarkerHelper that provides extra functionalities useful when using EMF classes such as Resource.
EditUIMarkerHelper() - Constructor for class org.eclipse.emf.edit.ui.util.EditUIMarkerHelper
 
EditUIUtil - Class in org.eclipse.emf.edit.ui.util
 
EditUIUtil - Class in org.eclipse.emf.edit.ui.util
 
EditUIUtil() - Constructor for class org.eclipse.emf.edit.ui.util.EditUIUtil
 
EDOUBLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EDouble' data type
EDOUBLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EDouble' data type
EDOUBLE_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EDouble Object' data type
EDOUBLE_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EDouble Object' data type
EDYNAMIC_CLASS - Static variable in class org.eclipse.emf.ecore.impl.EObjectImpl
The bit of EObjectImpl.eFlags that is used to represent whether there is a dynamic EClass.
eDynamicBasicRemoveFromContainer(NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicClass() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicClass() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eDynamicClass() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
eDynamicClass() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eDynamicFeature(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicFeatureID(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicGet(int, EStructuralFeature, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
eDynamicGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureMapEObjectImpl
 
eDynamicInverseAdd(InternalEObject, int, Class<?>, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicInverseAdd(InternalEObject, int, Class<?>, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
eDynamicInverseAdd(InternalEObject, int, Class<?>, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureMapEObjectImpl
 
eDynamicInverseRemove(InternalEObject, int, Class<?>, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicInverseRemove(InternalEObject, int, Class<?>, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
eDynamicInverseRemove(InternalEObject, int, Class<?>, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureMapEObjectImpl
 
eDynamicInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicInvoke(EOperation, EList<?>) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicIsSet(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicIsSet(int, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
eDynamicIsSet(int, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eDynamicIsSet(int, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
 
eDynamicIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
eDynamicIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureMapEObjectImpl
 
eDynamicSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicSet(int, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
eDynamicSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureMapEObjectImpl
 
eDynamicUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicUnset(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicUnset(int, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eDynamicUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
eDynamicUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureMapEObjectImpl
 
EE_LIST - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EE List' data type
EE_LIST - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EE List' data type
EENUM - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EEnum' class
EENUM - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EEnum' class
EEnum - Interface in org.eclipse.emf.ecore
A representation of the model object 'EEnum'
EENUM___GET_CLASSIFIER_ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Classifier ID' operation
EENUM___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
EENUM___GET_EENUM_LITERAL__INT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EEnum Literal' operation
EENUM___GET_EENUM_LITERAL__INT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get EEnum Literal' operation
EENUM___GET_EENUM_LITERAL__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EEnum Literal' operation
EENUM___GET_EENUM_LITERAL__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get EEnum Literal' operation
EENUM___GET_EENUM_LITERAL_BY_LITERAL__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EEnum Literal By Literal' operation
EENUM___GET_EENUM_LITERAL_BY_LITERAL__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get EEnum Literal By Literal' operation
EENUM___IS_INSTANCE__OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Is Instance' operation
EENUM__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute
EENUM__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
EENUM__ELITERALS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ELiterals' containment reference list
EENUM__ELITERALS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ELiterals' containment reference list feature
EENUM__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EPackage' container reference
EENUM__ETYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType Parameters' containment reference list
EENUM__INSTANCE_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class' attribute
EENUM__INSTANCE_CLASS_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Class Name' attribute
EENUM__INSTANCE_TYPE_NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance Type Name' attribute
EENUM__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
EENUM__SERIALIZABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Serializable' attribute
EENUM_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EEnum' class
EENUM_LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EEnum Literal' class
EENUM_LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EEnum Literal' class
EENUM_LITERAL___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
EENUM_LITERAL__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
EENUM_LITERAL__EENUM - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EEnum' container reference
EENUM_LITERAL__EENUM - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EEnum' container reference feature
EENUM_LITERAL__INSTANCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Instance' attribute
EENUM_LITERAL__INSTANCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Instance' attribute feature
EENUM_LITERAL__LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Literal' attribute
EENUM_LITERAL__LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Literal' attribute feature
EENUM_LITERAL__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
EENUM_LITERAL__VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Value' attribute
EENUM_LITERAL__VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Value' attribute feature
EENUM_LITERAL_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EEnum Literal' class
EENUM_LITERAL_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EEnum Literal' class
EENUM_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EEnum' class
EENUMERATOR - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EEnumerator' data type
EENUMERATOR - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EEnumerator' data type
EEnumImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EEnum'
EEnumImpl() - Constructor for class org.eclipse.emf.ecore.impl.EEnumImpl
 
eEnumItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EEnum instances
EEnumItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EEnum object
EEnumItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EEnumItemProvider
This constructs an instance from a factory and a notifier
EEnumLiteral - Interface in org.eclipse.emf.ecore
A representation of the model object 'EEnum Literal'.
EEnumLiteralImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EEnum Literal'
EEnumLiteralImpl() - Constructor for class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
eEnumLiteralItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EEnumLiteral instances
EEnumLiteralItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EEnumLiteral object
EEnumLiteralItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This constructs an instance from a factory and a notifier
eEnums - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
eExceptions - Variable in class org.eclipse.emf.ecore.impl.EOperationImpl
The cached value of the 'EExceptions' reference list
EFACTORY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EFactory' class
EFACTORY - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EFactory' class
EFactory - Interface in org.eclipse.emf.ecore
A representation of the model object 'EFactory'.
eFactory - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleContentFeatureMapEntry
 
eFactory - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EClassData
 
eFactory - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData
 
eFactory - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData
 
EFACTORY___CONVERT_TO_STRING__EDATATYPE_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Convert To String' operation
EFACTORY___CONVERT_TO_STRING__EDATATYPE_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Convert To String' operation
EFACTORY___CREATE__ECLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Create' operation
EFACTORY___CREATE__ECLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Create' operation
EFACTORY___CREATE_FROM_STRING__EDATATYPE_STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Create From String' operation
EFACTORY___CREATE_FROM_STRING__EDATATYPE_STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Create From String' operation
EFACTORY___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
EFACTORY__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
EFACTORY__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EPackage' reference
EFACTORY__EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EPackage' reference feature
EFACTORY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EFactory' class
EFACTORY_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EFactory' class
EFactoryImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EFactory'.
EFactoryImpl() - Constructor for class org.eclipse.emf.ecore.impl.EFactoryImpl
 
eFactoryInstance - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The cached value of the 'EFactory Instance' reference
eFactoryItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EFactory instances
EFactoryItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EFactory object
EFactoryItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This constructs an instance from a factory and a notifier
EFEATURE_MAP - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EFeature Map' data type
EFEATURE_MAP - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EFeature Map' data type
EFEATURE_MAP_ENTRY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EFeature Map Entry' data type
EFEATURE_MAP_ENTRY - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EFeature Map Entry' data type
effectiveEnumeration - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
effectiveFractionDigits - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
effectiveIsMany - Variable in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
effectiveMax - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
effectiveMaxIsInclusive - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
effectiveMaxLength - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
effectiveMin - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
effectiveMinIsInclusive - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
effectiveMinLength - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
effectivePattern - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
effectiveTotalDigits - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
effectiveTotalDigitsMax - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
effectiveTotalDigitsMin - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
eFlags - Variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
An extensible set of bit flags; the first bit is used for NotifierImpl.EDELIVER to implement NotifierImpl.eDeliver().
eFlags - Variable in class org.eclipse.emf.ecore.impl.EModelElementImpl
An extensible set of bit flags.
eFlags - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl
An extensible set of bit flags; the first bit is used for EObjectImpl.EDELIVER to implement EObjectImpl.eDeliver() and the second bit is used for EObjectImpl.EPROXY to implement EObjectImpl.eIsProxy().
EFLOAT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EFloat' data type
EFLOAT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EFloat' data type
EFLOAT_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EFloat Object' data type
EFLOAT_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EFloat Object' data type
EFROZEN - Static variable in class org.eclipse.emf.ecore.impl.EModelElementImpl
The bit of EModelElementImpl.eFlags that is used to represent being frozen.
EFSURIHandlerImpl - Class in org.eclipse.emf.ecore.resource.impl
 
EFSURIHandlerImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
Creates an instance.
EGENERIC_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EGeneric Type' class
EGENERIC_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EGeneric Type' class
EGENERIC_TYPE___IS_INSTANCE__OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Is Instance' operation
EGENERIC_TYPE___IS_INSTANCE__OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Is Instance' operation
EGENERIC_TYPE__ECLASSIFIER - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EClassifier' reference
EGENERIC_TYPE__ECLASSIFIER - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EClassifier' reference feature
EGENERIC_TYPE__ELOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ELower Bound' containment reference
EGENERIC_TYPE__ELOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ELower Bound' containment reference feature
EGENERIC_TYPE__ERAW_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ERaw Type' reference
EGENERIC_TYPE__ERAW_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ERaw Type' reference feature
EGENERIC_TYPE__ETYPE_ARGUMENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType Arguments' containment reference list
EGENERIC_TYPE__ETYPE_ARGUMENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EType Arguments' containment reference list feature
EGENERIC_TYPE__ETYPE_PARAMETER - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType Parameter' reference
EGENERIC_TYPE__ETYPE_PARAMETER - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EType Parameter' reference feature
EGENERIC_TYPE__EUPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EUpper Bound' containment reference
EGENERIC_TYPE__EUPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EUpper Bound' containment reference feature
EGENERIC_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EGeneric Type' class
EGENERIC_TYPE_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EGeneric Type' class
eGenericExceptions - Variable in class org.eclipse.emf.ecore.impl.EOperationImpl
The cached value of the 'EGeneric Exceptions' containment reference list
eGenericSuperTypes - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'EGeneric Super Types' containment reference list
EGenericType - Interface in org.eclipse.emf.ecore
A representation of the model object 'EGeneric Type'.
eGenericType - Variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The cached value of the 'EGeneric Type' containment reference
eGenericType1 - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
eGenericType2 - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
eGenericTypeConverter - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The utility used to convert a generate type to a fully qualified Java instance type.
EGenericTypeImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EGeneric Type'
EGenericTypeImpl() - Constructor for class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
eGenericTypeItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EGenericType instances
EGenericTypeItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EGenericType object
EGenericTypeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
This constructs an instance from a factory and a notifier
eGenericTypes - Variable in class org.eclipse.emf.ecore.impl.ETypeParameterImpl
The cached set of all generic types that reference this type parameter.
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
eGet(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.EObject
Returns the value of the given feature of this object.
eGet(EStructuralFeature, boolean) - Method in interface org.eclipse.emf.ecore.EObject
Returns the value of the given feature of the object; the value is optionally resolved before it is returned.
eGet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eGet(EStructuralFeature, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.ETypeParameterImpl
 
eGet(EStructuralFeature, boolean, boolean) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the value of the given feature of the object; the value is optionally resolved before it is returned.
eGet(int, boolean, boolean) - Method in interface org.eclipse.emf.ecore.InternalEObject
Does the equivalent of eObject.eGet(eObject.eClass().getEStructuralFeature(featureID), resolve, coreType).
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XMemberImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XParameterImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypeParameterImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.EmployeeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.ItemImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.VideoCassetteImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.java.impl.JInitializerImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
eHasSettings() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eHasSettings() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eHasSettings() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eHasSettings() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
eHasSettings() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eIDAttribute - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eInitializeContainer() - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
eInitializeContainer() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eINSTANCE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The singleton instance of the package
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.change.ChangeFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The singleton instance of the package
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.EcoreFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.xcore.XcoreFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The singleton instance of the package
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The singleton instance of the package
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The singleton instance of the package
eINSTANCE - Static variable in interface org.eclipse.emf.edit.tree.TreeFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The singleton instance of the package
eINSTANCE - Static variable in interface org.eclipse.emf.java.JavaFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface org.eclipse.emf.java.JavaPackage
The singleton instance of the package
eINSTANCE - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The singleton instance of the package
eINSTANCE - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLFactory
The singleton instance of the factory
eINSTANCE - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The singleton instance of the package
eINSTANCE - Static variable in interface org.eclipse.emf.mapping.MappingFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The singleton instance of the package.
EINT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EInt' data type
EINT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EInt' data type
EINTEGER_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EInteger Object' data type
EINTEGER_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EInteger Object' data type
eInternalContainer() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eInternalContainer() - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
eInternalContainer() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eInternalContainer() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eInternalContainer() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 
eInternalContainer() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eInternalContainer() - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
Returns the container as provided by the store.
eInternalContainer() - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the internal container, or null.
eInternalResource() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eInternalResource() - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the containing internal resource, or null.
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
eInverseAdd(InternalEObject, int, Class<?>, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
eInverseAdd(InternalEObject, int, Class<?>, NotificationChain) - Method in interface org.eclipse.emf.ecore.InternalEObject
Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications.
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XMemberImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XParameterImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
eInverseRemove(InternalEObject, int, Class<?>, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ETypeParameterImpl
 
eInverseRemove(InternalEObject, int, Class<?>, NotificationChain) - Method in interface org.eclipse.emf.ecore.InternalEObject
Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications.
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XMemberImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XParameterImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypeParameterImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
EINVOCATION_TARGET_EXCEPTION - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EInvocation Target Exception' data type
EINVOCATION_TARGET_EXCEPTION - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EInvocation Target Exception' data type
eInvocationDelegate(EOperation) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eInvoke(EOperation, EList<?>) - Method in interface org.eclipse.emf.ecore.EObject
Invokes the specified operation of the object.
eInvoke(EOperation, EList<?>) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
eInvoke(int, EList<?>) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
eInvoke(int, EList<?>) - Method in interface org.eclipse.emf.ecore.InternalEObject
Does the equivalent of eObject.eInvoke(eObject.eClass().getEOperation(featureID), arguments).
eIsCaching() - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
eIsCaching() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eIsCaching() - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
 
eIsProxy() - Method in interface org.eclipse.emf.ecore.EObject
Indicates whether this object is a proxy.
eIsProxy() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eIsProxy() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eIsProxy() - Method in class org.eclipse.emf.ecore.impl.FlatEObjectImpl
 
eIsProxy() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
eIsSet(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
eIsSet(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.EObject
Returns whether the feature of the object is considered to be set.
eIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.impl.ETypeParameterImpl
 
eIsSet(int) - Method in interface org.eclipse.emf.ecore.InternalEObject
Does the equivalent of eObject.eIsSet(eObject.eClass().getEStructuralFeature(featureID)).
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XMemberImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XParameterImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypeParameterImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
eIsSet(int) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.EmployeeImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.ItemImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.VideoCassetteImpl
 
eIsSet(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
 
eIsSet(int) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
eIsSet(int) - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
eIsSet(int) - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
eIsSet(int) - Method in class org.eclipse.emf.java.impl.JInitializerImpl
 
eIsSet(int) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
eIsSet(int) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
eIsSet(int) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
eIsSet(int) - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
eIsSet(int) - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
eIsSet(int) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
eIsSet(int) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
eIsSet(int) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
eIsSet(int) - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
eIsSet(int) - Method in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
 
eIsSet(int) - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
eIsSet(int) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
eIsSet(int) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
eIsSet(int) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
EJAVA_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EJava Class' data type
EJAVA_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EJava Class' data type
EJAVA_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EJava Object' data type
EJAVA_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EJava Object' data type
eKeys - Variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The cached value of the 'EKeys' reference list
ELAST_EMODEL_ELEMENT_FLAG - Static variable in class org.eclipse.emf.ecore.impl.EModelElementImpl
The last bit used by this class; derived classes may use bit values higher than this.
ELAST_EOBJECT_FLAG - Static variable in class org.eclipse.emf.ecore.impl.EObjectImpl
The last bit used by this class; derived classes may use bit values higher than this.
ELAST_NOTIFIER_FLAG - Static variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The last bit used by this class; derived classes may use bit values higher than this.
ELAST_NOTIFIER_FLAG - Static variable in class org.eclipse.emf.ecore.impl.EObjectImpl
The last bit used by this class; derived classes may use bit values higher than this.
element - Variable in class org.eclipse.emf.ecore.plugin.RegistryReader.PluginClassDescriptor
 
ELEMENT - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
 
element - Variable in class org.eclipse.emf.edit.provider.ViewerNotification
The element to update or from which to refresh.
ELEMENT_FEATURE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The feature kind ID representing an element.
ELEMENT_FEATURE_MAP - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
ELEMENT_NAMES - Static variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The key in the constructor's parameter map representing the root element names which are encoded as a space separated list of names.
ELEMENT_ONLY_CONTENT - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The content kind ID specifying element content.
ELEMENT_SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
ELEMENT_WILDCARD_FEATURE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The feature kind ID representing an any element wildcard.
elementHandler - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
elementHandler - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
ElementHandlerImpl - Class in org.eclipse.emf.ecore.xmi.impl
An implementation of an element handler that includes support for searching for features in a specified collection of packages as well as optional support for searching for substitution group features for super types of the specified type.
ElementHandlerImpl(boolean) - Constructor for class org.eclipse.emf.ecore.xmi.impl.ElementHandlerImpl
Creates a default instances.
ElementHandlerImpl(boolean, Collection<? extends EPackage>) - Constructor for class org.eclipse.emf.ecore.xmi.impl.ElementHandlerImpl
Creates an instance that will search the given packages for candidate features.
elementNames - Variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The expected name of the root element or the first non-XMI element.
elementNames - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
elements - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData
 
elements - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
eliminateEmptyChanges() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
Eliminates changes that result in a state that's equal to the current state.
EList<E> - Interface in org.eclipse.emf.common.util
A list that supports move.
eLiterals - Variable in class org.eclipse.emf.ecore.impl.EEnumImpl
The cached value of the 'ELiterals' containment reference list
ELONG - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ELong' data type
ELONG - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ELong' data type
ELONG_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ELong Object' data type
ELONG_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ELong Object' data type
eLowerBound - Variable in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
The cached value of the 'ELower Bound' containment reference
EM - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
eMap() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
EMap<K,V> - Interface in org.eclipse.emf.common.util
A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
eMap() - Method in interface org.eclipse.emf.common.util.EMap.InternalMapView
Returns the EMap view of the map.
EMAP - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EMap' data type
EMAP - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EMap' data type
EMAP - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EMap.InternalMapView<K,V> - Interface in org.eclipse.emf.common.util
An internal interface implemented by the map view.
EMAP_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EMF210_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
The 'EMF210' literal value
EMF22_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
The 'EMF22' literal value
EMF23_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
The 'EMF23' literal value
EMF24_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
The 'EMF24' literal value
EMF25_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
The 'EMF25' literal value
EMF26_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
The 'EMF26' literal value
EMF27_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
The 'EMF27' literal value
EMF28_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
The 'EMF28' literal value
EMF29_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
The 'EMF29' literal value
EMF_EDIT_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
EMF_EDITOR_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
EMF_EMPTY_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
EMF_GWT_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
EMF_MODEL_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
EMF_PLUGIN_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
EMF_TESTS_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
EMF_XML_PROJECT_STYLE - Static variable in class org.eclipse.emf.codegen.ecore.Generator
 
EMFAntPlugin - Class in org.eclipse.emf.ant
 
EMFAntPlugin() - Constructor for class org.eclipse.emf.ant.EMFAntPlugin
 
EMFDataBindingContext - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFDataBindingContext() - Constructor for class org.eclipse.emf.databinding.EMFDataBindingContext
Create a new databinding context which uses the default realm for validation
EMFDataBindingContext(Realm) - Constructor for class org.eclipse.emf.databinding.EMFDataBindingContext
Create a databinding context which uses an explicit realm for validation
EMFEditListProperty - Class in org.eclipse.emf.databinding.edit.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFEditListProperty(EditingDomain, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditListProperty
 
EMFEditListPropertyDecorator - Class in org.eclipse.emf.databinding.edit.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFEditListPropertyDecorator(EditingDomain, IListProperty, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
EMFEditListValueProperty - Class in org.eclipse.emf.databinding.edit.internal
 
EMFEditListValueProperty(EditingDomain, IListProperty, EStructuralFeature, IEMFListProperty.ListElementAccess<?>) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditListValueProperty
 
EMFEditMapProperty - Class in org.eclipse.emf.databinding.edit.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFEditMapProperty(EditingDomain, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditMapProperty
 
EMFEditMapPropertyDecorator - Class in org.eclipse.emf.databinding.edit.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFEditMapPropertyDecorator(EditingDomain, IMapProperty, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
EMFEditMultiListProperty - Class in org.eclipse.emf.databinding.edit.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFEditMultiListProperty(EditingDomain, IEMFEditListProperty[]) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditMultiListProperty
Create new property
EMFEditObservableListDecorator - Class in org.eclipse.emf.databinding.edit.internal
IEMFEditObservable decorator for an IObservableList.
EMFEditObservableListDecorator(EditingDomain, IObservableList, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditObservableListDecorator
 
EMFEditObservableMapDecorator - Class in org.eclipse.emf.databinding.edit.internal
IEMFEditObservable decorator for an IObservableMap.
EMFEditObservableMapDecorator(EditingDomain, IObservableMap, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditObservableMapDecorator
 
EMFEditObservables - Class in org.eclipse.emf.databinding.edit
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFEditObservables() - Constructor for class org.eclipse.emf.databinding.edit.EMFEditObservables
 
EMFEditObservableSetDecorator - Class in org.eclipse.emf.databinding.edit.internal
IEMFObservable decorator for an IObservableList.
EMFEditObservableSetDecorator(EditingDomain, IObservableSet, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditObservableSetDecorator
 
EMFEditObservableValueDecorator - Class in org.eclipse.emf.databinding.edit.internal
IEMFEditObservable decorator for an IObservableValue.
EMFEditObservableValueDecorator(EditingDomain, IObservableValue, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditObservableValueDecorator
 
EMFEditPlugin - Class in org.eclipse.emf.edit
The Plugin for the model EMF.Edit library.
EMFEditPlugin.Implementation - Class in org.eclipse.emf.edit
The actual implementation of the Eclipse Plugin.
EMFEditPlugin.Implementation() - Constructor for class org.eclipse.emf.edit.EMFEditPlugin.Implementation
Creates an instance.
EMFEditPlugin.Implementation.Activator - Class in org.eclipse.emf.edit
 
EMFEditPlugin.Implementation.Activator() - Constructor for class org.eclipse.emf.edit.EMFEditPlugin.Implementation.Activator
 
EMFEditProperties - Class in org.eclipse.emf.databinding.edit
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFEditProperties() - Constructor for class org.eclipse.emf.databinding.edit.EMFEditProperties
 
EMFEditResourceContentProperty - Class in org.eclipse.emf.databinding.edit.internal
 
EMFEditResourceContentProperty(EditingDomain) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditResourceContentProperty
 
EMFEditSetProperty - Class in org.eclipse.emf.databinding.edit.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFEditSetProperty(EditingDomain, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditSetProperty
 
EMFEditSetPropertyDecorator - Class in org.eclipse.emf.databinding.edit.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFEditSetPropertyDecorator(EditingDomain, ISetProperty, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
EMFEditUIPlugin - Class in org.eclipse.emf.edit.ui
The Plugin for the model EMF.Edit.UI library.
EMFEditUIPlugin - Class in org.eclipse.emf.edit.ui
The Plugin for the model EMF.Edit.UI library.
EMFEditUIPlugin.Implementation - Class in org.eclipse.emf.edit.ui
The actual implementation of the Eclipse Plugin.
EMFEditUIPlugin.Implementation() - Constructor for class org.eclipse.emf.edit.ui.EMFEditUIPlugin.Implementation
Creates an instance.
EMFEditValueProperty - Class in org.eclipse.emf.databinding.edit.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFEditValueProperty(EditingDomain, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditValueProperty
 
EMFEditValuePropertyDecorator - Class in org.eclipse.emf.databinding.edit.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFEditValuePropertyDecorator(EditingDomain, IValueProperty, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
EMFExportWizard - Class in org.eclipse.emf.exporter.ui
 
EMFExportWizard() - Constructor for class org.eclipse.emf.exporter.ui.EMFExportWizard
 
EMFExportWizard(IFile) - Constructor for class org.eclipse.emf.exporter.ui.EMFExportWizard
 
EMFExportWizard.SelectionPage - Class in org.eclipse.emf.exporter.ui
 
EMFExportWizard.SelectionPage(String, IWorkbench, IStructuredSelection) - Constructor for class org.eclipse.emf.exporter.ui.EMFExportWizard.SelectionPage
 
EMFListProperty - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFListProperty(EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFListProperty
 
EMFListPropertyDecorator - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFListPropertyDecorator(IListProperty, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
EMFListValueProperty - Class in org.eclipse.emf.databinding.internal
 
EMFListValueProperty(IListProperty, EStructuralFeature, IEMFListProperty.ListElementAccess<?>) - Constructor for class org.eclipse.emf.databinding.internal.EMFListValueProperty
 
EMFMapProperty - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFMapProperty(EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFMapProperty
 
EMFMapPropertyDecorator - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFMapPropertyDecorator(IMapProperty, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
EMFModelWizard - Class in org.eclipse.emf.importer.ui
 
EMFModelWizard() - Constructor for class org.eclipse.emf.importer.ui.EMFModelWizard
 
EMFModelWizard(IFile) - Constructor for class org.eclipse.emf.importer.ui.EMFModelWizard
 
EMFModelWizard.NewGenModelFileCreationPage - Class in org.eclipse.emf.importer.ui
 
EMFModelWizard.NewGenModelFileCreationPage(String) - Constructor for class org.eclipse.emf.importer.ui.EMFModelWizard.NewGenModelFileCreationPage
Pass in the selection.
EMFModelWizard.SelectionPage - Class in org.eclipse.emf.importer.ui
 
EMFModelWizard.SelectionPage(String, IWorkbench, IStructuredSelection) - Constructor for class org.eclipse.emf.importer.ui.EMFModelWizard.SelectionPage
 
EMFMultiListProperty - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFMultiListProperty(IEMFListProperty[]) - Constructor for class org.eclipse.emf.databinding.internal.EMFMultiListProperty
Create new property
emfObjects - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
The collection of objects being cross referenced.
EMFObservableListDecorator - Class in org.eclipse.emf.databinding.internal
IEMFObservable decorator for an IObservableList.
EMFObservableListDecorator(IObservableList, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFObservableListDecorator
 
EMFObservableMapDecorator - Class in org.eclipse.emf.databinding.internal
IEMFObservable decorator for an IObservableMap.
EMFObservableMapDecorator(IObservableMap, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFObservableMapDecorator
 
EMFObservables - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFObservables() - Constructor for class org.eclipse.emf.databinding.EMFObservables
 
EMFObservableSetDecorator - Class in org.eclipse.emf.databinding.internal
IEMFObservable decorator for an IObservableList.
EMFObservableSetDecorator(IObservableSet, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFObservableSetDecorator
 
EMFObservableValueDecorator - Class in org.eclipse.emf.databinding.internal
IEMFObservable decorator for an IObservableValue.
EMFObservableValueDecorator(IObservableValue, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFObservableValueDecorator
 
EMFPlugin - Class in org.eclipse.emf.common
EMF must run within an Eclipse workbench, within a headless Eclipse workspace, or just stand-alone as part of some other application.
EMFPlugin(ResourceLocator[]) - Constructor for class org.eclipse.emf.common.EMFPlugin
 
EMFPlugin.EclipsePlugin - Class in org.eclipse.emf.common
The actual implementation of an Eclipse Plugin.
EMFPlugin.EclipsePlugin() - Constructor for class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Creates an instance.
EMFPlugin.EclipsePlugin(org.eclipse.core.runtime.IPluginDescriptor) - Constructor for class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Deprecated. 
EMFPlugin.InternalEclipsePlugin - Interface in org.eclipse.emf.common
This just provides a common interface for the Eclipse plugins supported by EMF.
EMFPlugin.InternalHelper - Class in org.eclipse.emf.common
This just provides a common delegate for non-UI and UI plug-in classes.
EMFPlugin.InternalHelper(Plugin) - Constructor for class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
EMFPlugin.OSGiDelegatingBundleActivator - Class in org.eclipse.emf.common
This is just a bundle activator wrapper for delegating to another bundle activator.
EMFPlugin.OSGiDelegatingBundleActivator() - Constructor for class org.eclipse.emf.common.EMFPlugin.OSGiDelegatingBundleActivator
 
EMFProjectWizard - Class in org.eclipse.emf.importer.ui
 
EMFProjectWizard() - Constructor for class org.eclipse.emf.importer.ui.EMFProjectWizard
 
EMFProperties - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFProperties() - Constructor for class org.eclipse.emf.databinding.EMFProperties
 
EMFPropertyHelper - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFPropertyHelper() - Constructor for class org.eclipse.emf.databinding.internal.EMFPropertyHelper
 
EMFPropertyListener - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFPropertyListener() - Constructor for class org.eclipse.emf.databinding.internal.EMFPropertyListener
 
EMFPropertyListener.EMFListPropertyListener - Class in org.eclipse.emf.databinding.internal
 
EMFPropertyListener.EMFListPropertyListener() - Constructor for class org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFListPropertyListener
 
EMFPropertyListener.EMFMapPropertyListener - Class in org.eclipse.emf.databinding.internal
 
EMFPropertyListener.EMFMapPropertyListener() - Constructor for class org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFMapPropertyListener
 
EMFPropertyListener.EMFSetPropertyListener - Class in org.eclipse.emf.databinding.internal
 
EMFPropertyListener.EMFSetPropertyListener() - Constructor for class org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFSetPropertyListener
 
EMFPropertyListener.EMFValuePropertyListener - Class in org.eclipse.emf.databinding.internal
 
EMFPropertyListener.EMFValuePropertyListener() - Constructor for class org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFValuePropertyListener
 
EMFResourceContentProperty - Class in org.eclipse.emf.databinding.internal
 
EMFResourceContentProperty() - Constructor for class org.eclipse.emf.databinding.internal.EMFResourceContentProperty
 
EMFSetProperty - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFSetProperty(EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFSetProperty
 
EMFSetPropertyDecorator - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFSetPropertyDecorator(ISetProperty, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
EMFTask - Class in org.eclipse.emf.ant.taskdefs
Base class for the tasks that are defined in this plugin.
EMFTask() - Constructor for class org.eclipse.emf.ant.taskdefs.EMFTask
 
EMFUpdateListStrategy - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFUpdateListStrategy() - Constructor for class org.eclipse.emf.databinding.EMFUpdateListStrategy
A list update strategy with default update policy UpdateListStrategy#POLICY_UPDATE and default converters and validators
EMFUpdateListStrategy(int) - Constructor for class org.eclipse.emf.databinding.EMFUpdateListStrategy
A list update strategy with a specific update policy but with default converters and validators
EMFUpdateListStrategy(boolean, int) - Constructor for class org.eclipse.emf.databinding.EMFUpdateListStrategy
A list update strategy with a specific update policy and with the possibility to turn of default converters and validators
EMFUpdateValueStrategy - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFUpdateValueStrategy() - Constructor for class org.eclipse.emf.databinding.EMFUpdateValueStrategy
A value update strategy with default update policy UpdateListStrategy#POLICY_UPDATE and default converters and validators
EMFUpdateValueStrategy(int) - Constructor for class org.eclipse.emf.databinding.EMFUpdateValueStrategy
A value strategy with a specific update policy but with default converters and validators
EMFUpdateValueStrategy(boolean, int) - Constructor for class org.eclipse.emf.databinding.EMFUpdateValueStrategy
A value strategy with a specific update policy and with the possibility to turn of default converters and validators
EMFValueProperty - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFValueProperty(EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFValueProperty
 
EMFValuePropertyDecorator - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EMFValuePropertyDecorator(IValueProperty, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
emitSortedImports() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
emitSortedImports() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
emitSortedImports() - Method in class org.eclipse.emf.codegen.util.ImportManager
Inserts all the computed imports for the compilation unit into the recorded StringBuilder or StringBuffer.
EMODEL_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EModel Element' class
EMODEL_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EModel Element' class
EMODEL_ELEMENT___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
EMODEL_ELEMENT___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get EAnnotation' operation
EMODEL_ELEMENT__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
EMODEL_ELEMENT__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAnnotations' containment reference list feature
EMODEL_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EModel Element' class
EMODEL_ELEMENT_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EModel Element' class
EModelElement - Interface in org.eclipse.emf.ecore
A representation of the model object 'EModel Element'
EModelElementImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EModel Element'
EModelElementImpl() - Constructor for class org.eclipse.emf.ecore.impl.EModelElementImpl
 
EModelElementItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EModelElement object
EModelElementItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This constructs an instance from a factory and a notifier
EModelElementItemProvider.ItemPropertyDescriptorWithUniqueChoiceOfValueLabels - Class in org.eclipse.emf.ecore.provider
 
EModelElementItemProvider.ItemPropertyDescriptorWithUniqueChoiceOfValueLabels(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, boolean, boolean, Object, String, String[]) - Constructor for class org.eclipse.emf.ecore.provider.EModelElementItemProvider.ItemPropertyDescriptorWithUniqueChoiceOfValueLabels
 
eModelElementToJNodeMap - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The map from a model element to the corresponding JNode.
eModelElementToRoseNodeMap - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
EMOF_COMMENT_ANNOTATION_SOURCE - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOF_COMMENT_BODY - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOF_FILE_EXTENSION - Static variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
EMOF_OWNED_COMMENT - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOF_PACKAGE_NS_PREFIX - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOF_PACKAGE_NS_URI - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOF_PACKAGE_NS_URI_2_0 - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOF_PROPERTY_CLASS_NAME - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOF_PROPERTY_OPPOSITE_ROLE_NAME_ANNOTATION_SOURCE - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
OMG Issue 12800 suggested using this name for EMOF comments and Ecore annotations to identify the name at the opposite end of an non-navigable property reference.
EMOF_TAG - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOF_TAG_ELEMENT - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOF_TAG_NAME - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOF_TAG_VALUE - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOF_XMI_EXTENDER - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOFExtendedMetaData - Class in org.eclipse.emf.ecore.xmi.impl
 
EMOFExtendedMetaData(XMLResource.XMLMap) - Constructor for class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EMOFHandler - Class in org.eclipse.emf.ecore.xmi.impl
 
EMOFHandler(XMLResource, EMOFHandler.Helper, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.xmi.impl.EMOFHandler
 
EMOFHandler.Helper - Interface in org.eclipse.emf.ecore.xmi.impl
 
emofHelper - Variable in class org.eclipse.emf.ecore.xmi.impl.EMOFHandler
 
EMOFHelperImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
EMOFHelperImpl(XMLResource) - Constructor for class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
EMOFLoadImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
EMOFLoadImpl(EMOFHandler.Helper) - Constructor for class org.eclipse.emf.ecore.xmi.impl.EMOFLoadImpl
 
EMOFResourceFactoryImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
EMOFResourceFactoryImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.EMOFResourceFactoryImpl
 
EMOFResourceImpl - Class in org.eclipse.emf.ecore.xmi.impl
This class represents an Ecore model serialized as an EMOF XMI file.
EMOFResourceImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.EMOFResourceImpl
 
EMOFResourceImpl(URI) - Constructor for class org.eclipse.emf.ecore.xmi.impl.EMOFResourceImpl
 
EMOFSaveImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
EMOFSaveImpl(XMLHelper) - Constructor for class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl
 
EMOFSaveImpl.EMOFXMLTypeInfoImpl - Class in org.eclipse.emf.ecore.xmi.impl
Forces type information (xsi:type/xmi:type) to be serialized for references in cases where the object's type is different from the feature's type, except for the case of the eStructuralFeatures of an EClass, because for that case, an EMOF Property instance will be serialized and no xsi:type is needed for EMOF for that.
EMOFSaveImpl.EMOFXMLTypeInfoImpl(XMLSave.XMLTypeInfo) - Constructor for class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl.EMOFXMLTypeInfoImpl
 
Employee - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Employee'
EMPLOYEE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Employee' class
EMPLOYEE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Employee' class
EMPLOYEE__ADDRESS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Address' attribute
EMPLOYEE__FIRST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'First Name' attribute
EMPLOYEE__LAST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Last Name' attribute
EMPLOYEE__MANAGER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Manager' reference
EMPLOYEE__MANAGER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Manager' reference feature
EMPLOYEE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Employee' class
EmployeeImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Employee'
EmployeeImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.EmployeeImpl
 
EmployeeItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a Employee object
EmployeeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.EmployeeItemProvider
This constructs an instance from a factory and a notifier
employeeItemProvider - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This keeps track of the one adapter used for all Employee instances
EMPTY_CONTENT - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The content kind ID specifying empty content.
EMPTY_CONTENTS_ELIST - Static variable in class org.eclipse.emf.ecore.util.EContentsEList
 
EMPTY_CROSS_REFERENCE_ELIST - Static variable in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
EMPTY_ELEMENT - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
EMPTY_ELIST - Static variable in class org.eclipse.emf.common.util.ECollections
An unmodifiable empty list with an efficient reusable iterator.
EMPTY_EMAP - Static variable in class org.eclipse.emf.common.util.ECollections
An unmodifiable empty map with an efficient reusable iterator.
EMPTY_ITERATOR - Static variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
EMPTY_STRING - Static variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
 
EMPTY_STRING_ARRAY - Static variable in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
EMPTY_URI - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
in EMF 2.2
emptyContentsEList() - Static method in class org.eclipse.emf.ecore.util.EContentsEList
 
emptyCrossReferenceEList() - Static method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
emptyEList() - Static method in class org.eclipse.emf.common.util.ECollections
Returns an empty unmodifiable list.
emptyEList() - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreCollectionLiterals
Returns an empty unmodifiable list.
emptyEMap() - Static method in class org.eclipse.emf.common.util.ECollections
Returns an empty unmodifiable map.
emptyEMap() - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreCollectionLiterals
Returns an empty unmodifiable map.
emptyIterator() - Static method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
EmptyProjectWizard - Class in org.eclipse.emf.codegen.ecore.ui
 
EmptyProjectWizard() - Constructor for class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
EmptyXcoreProjectWizard - Class in org.eclipse.emf.ecore.xcore.ui
 
EmptyXcoreProjectWizard() - Constructor for class org.eclipse.emf.ecore.xcore.ui.EmptyXcoreProjectWizard
 
emulateArchiveScheme() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Returns whether the implementation will handle all the archive accessors directly.
emulateArchiveScheme() - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
emulateArchiveScheme() - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.Archive
Deprecated.
 
ENABLE_ALL - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated.
- use MappingDomain.ENABLE_ALL
ENABLE_ALL - Static variable in interface org.eclipse.emf.mapping.domain.MappingDomain
 
ENABLE_EMPTY_INPUTS - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated.
- use MappingDomain.ENABLE_EMPTY_INPUTS
ENABLE_EMPTY_INPUTS - Static variable in interface org.eclipse.emf.mapping.domain.MappingDomain
 
ENABLE_EMPTY_OUTPUTS - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated.
- use MappingDomain.ENABLE_EMPTY_OUTPUTS
ENABLE_EMPTY_OUTPUTS - Static variable in interface org.eclipse.emf.mapping.domain.MappingDomain
 
ENABLE_INCOMPATIBLE_METAOBJECTS - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated.
- use MappingDomain.ENABLE_INCOMPATIBLE_METAOBJECTS
ENABLE_INCOMPATIBLE_METAOBJECTS - Static variable in interface org.eclipse.emf.mapping.domain.MappingDomain
 
ENABLE_INCOMPATIBLE_TYPE_CLASSIFIERS - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated.
- use MappingDomain.ENABLE_INCOMPATIBLE_TYPE_CLASSIFIERS
ENABLE_INCOMPATIBLE_TYPE_CLASSIFIERS - Static variable in interface org.eclipse.emf.mapping.domain.MappingDomain
 
ENABLE_MAPPED_INPUTS - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated.
- use MappingDomain.ENABLE_MULTIPLE_INPUT_MAPPINGS
ENABLE_MAPPED_OUTPUTS - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated.
- use MappingDomain.ENABLE_MULTIPLE_OUTPUT_MAPPINGS
ENABLE_MULTIPLE_INPUT_MAPPINGS - Static variable in interface org.eclipse.emf.mapping.domain.MappingDomain
 
ENABLE_MULTIPLE_INPUTS - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated.
- use MappingDomain.ENABLE_MULTIPLE_INPUTS
ENABLE_MULTIPLE_INPUTS - Static variable in interface org.eclipse.emf.mapping.domain.MappingDomain
 
ENABLE_MULTIPLE_OUTPUT_MAPPINGS - Static variable in interface org.eclipse.emf.mapping.domain.MappingDomain
 
ENABLE_MULTIPLE_OUTPUTS - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated.
- use MappingDomain.ENABLE_MULTIPLE_OUTPUTS
ENABLE_MULTIPLE_OUTPUTS - Static variable in interface org.eclipse.emf.mapping.domain.MappingDomain
 
ENABLE_UNMAPPED_PARENTS - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
Deprecated.
- use MappingDomain.ENABLE_UNMAPPED_PARENTS
ENABLE_UNMAPPED_PARENTS - Static variable in interface org.eclipse.emf.mapping.domain.MappingDomain
 
enableTrackAndReplace() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Enables disabled tracking for all AST nodes that are tracked by this ASTJNode.
eNAME - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The package name
eNAME - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The package name
eNAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The package name.
eNAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The package name
eNAME - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The package name
eNAME - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The package name
eNAME - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The package name.
eNAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The package name
eNAME - Static variable in interface org.eclipse.emf.java.JavaPackage
The package name
eNAME - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The package name
eNAME - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The package name
eNAME - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The package name.
ENAMED_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ENamed Element' class
ENAMED_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ENamed Element' class
ENAMED_ELEMENT___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
ENAMED_ELEMENT__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
ENAMED_ELEMENT__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
ENAMED_ELEMENT__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Name' attribute feature
ENAMED_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'ENamed Element' class
ENAMED_ELEMENT_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'ENamed Element' class
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The meta object id for the 'ENamed Element To XML Info Map Entry' class
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage.Literals
The meta object literal for the 'ENamed Element To XML Info Map Entry' class
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__KEY - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The feature id for the 'Key' reference
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__KEY - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage.Literals
The meta object literal for the 'Key' reference feature
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The feature id for the 'Value' containment reference
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage.Literals
The meta object literal for the 'Value' containment reference feature
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The number of structural features of the 'ENamed Element To XML Info Map Entry' class
ENamedElement - Interface in org.eclipse.emf.ecore
A representation of the model object 'ENamed Element'
ENamedElementImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'ENamed Element'
ENamedElementImpl() - Constructor for class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
ENamedElementItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a ENamedElement object
ENamedElementItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This constructs an instance from a factory and a notifier
ENamedElementToXMLInfoMapEntryImpl - Class in org.eclipse.emf.mapping.ecore2xml.impl
An implementation of the model object 'ENamed Element To XML Info Map Entry'
ENamedElementToXMLInfoMapEntryImpl() - Constructor for class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
eNamedElementToXMLInfoMapEntryItemProvider - Variable in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This keeps track of the one adapter used for all Map.Entry instances
ENamedElementToXMLInfoMapEntryItemProvider - Class in org.eclipse.emf.mapping.ecore2xml.provider
This is the item provider adapter for a Map.Entry object
ENamedElementToXMLInfoMapEntryItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
This constructs an instance from a factory and a notifier
eNameToEClassifierMap - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The map from name to
eNameToFeatureMap - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
encode(String, long, long, boolean) - Static method in class org.eclipse.emf.common.util.URI
 
encode - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
Whether the pathName needs encoding.
encode(byte[]) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.Base64
Encodes hex octects into Base64
encode(byte[]) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.HexBin
Encode a byte array to hex string
encode(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
 
encode(String) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Encodes the given string by replacing any occurrences of non-printable characters by the corresponding Java escape sequence.
encode(PersistentCommandStack.Encoder) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.CommandCreationRecord
 
encode(int) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.Encoder
 
encode(float) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.Encoder
 
encode(Object) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.Encoder
 
ENCODE_PLATFORM_RESOURCE_URIS - Static variable in class org.eclipse.emf.common.util.URI
 
encodeAuthority(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid authority, as defined by the RFC.
encodedPath - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The final encoded path.
encodedPath - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The path after it's been encoded.
encodeFragment(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid fragment, as defined by the RFC.
encodeFragment(EClass, QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.LazyCreationProxyURIConverter
 
encodeOpaquePart(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid opaque part value, as defined by the RFC.
encodeQuery(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid query, as defined by the RFC.
encodeSegment(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid segment, as defined by the RFC.
encodeURI(String, boolean, int) - Static method in class org.eclipse.emf.common.util.URI
 
encoding - Variable in class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
encoding - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
encoding - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the encoding of the stream.
encoding - Variable in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
encoding - Variable in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
 
encoding - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
encoding - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
encoding - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack
 
encodingField - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
encodingField - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
 
encodingField - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
 
encodingField - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
 
encodings - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
encodings - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
 
encodings - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
 
encodings - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
 
encrypt(OutputStream) - Method in class org.eclipse.emf.ecore.resource.impl.AESCipherImpl
 
encrypt(OutputStream) - Method in class org.eclipse.emf.ecore.resource.impl.DESCipherImpl
 
encrypt(OutputStream) - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Cipher
Encrypts the specified output stream.
ENCRYPTION_SCHEME - Static variable in class org.eclipse.emf.ecore.resource.impl.DESCipherImpl
 
end - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData
 
end - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
 
end - Variable in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
endAttribute() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
endCDATA() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
endCDATA() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
endContentElement(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
endDocument() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
endDocument() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Check if the values of the forward references have been set (they may have been set due to a bi-directional reference being set).
endDTD() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
endDTD() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
endEditing(TableItem, int, Control, boolean) - Method in class org.eclipse.emf.common.ui.celleditor.BasicTableEditor
 
endEditing(TableItem, int, Control, boolean) - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
endElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHandler
 
endElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
endElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Pop the appropriate stacks and set features whose values are in the content of XML elements.
endElement() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
endElement(XMLTypeResourceImpl.StackFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame
 
endElement(XMLTypeResourceImpl.StackFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame
 
endElement(XMLTypeResourceImpl.StackFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame
 
endElement(XMLTypeResourceImpl.StackFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
endElement(String, String, String) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.Handler
 
endElement(XMLTypeResourceImpl.StackFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
 
endElement() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
 
endEmptyElement() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
endEntity(String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
endEntity(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
endPageProcessing() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
endPageProcessing() - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
endPageProcessing() - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
endPrefixMapping(String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
endPrefixMapping(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
endRecording() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
Ends the recording and consolidates the changes on the change description.
endSave(List<? extends EObject>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
endSaveFeatures(EObject, int, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
endTag - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
endTagFinalChar - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
endTagInitialChar - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
ENO_SETTINGS - Static variable in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
ENO_SETTINGS - Static variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
ENotificationImpl - Class in org.eclipse.emf.ecore.impl
An implementation of an Ecore-specific notification.
ENotificationImpl(InternalEObject, int, EStructuralFeature, Object, Object, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, Object, Object) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, Object, Object, int) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, Object, Object, int, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, Object, Object, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, Object, Object, int, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, Object, Object) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, Object, Object, int) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, boolean, boolean, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, boolean, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, boolean, boolean, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, boolean, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, byte, byte, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, byte, byte) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, byte, byte, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, byte, byte) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, char, char, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, char, char) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, char, char, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, char, char) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, double, double, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, double, double) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, double, double, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, double, double) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, float, float, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, float, float) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, float, float, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, float, float) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, int, int, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, int, int) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, int, int, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, int, int) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, long, long, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, long, long) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, long, long, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, long, long) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, short, short, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, int, short, short) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, short, short, boolean) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
ENotificationImpl(InternalEObject, int, EStructuralFeature, short, short) - Constructor for class org.eclipse.emf.ecore.impl.ENotificationImpl
 
eNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns whether eNotify needs to be called.
eNotificationRequired() - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns whether eNotify needs to be called.
eNotificationRequired() - Method in class org.eclipse.emf.java.impl.JModelElementImpl
EATM
eNotify(Notification) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
eNotify(Notification) - Method in interface org.eclipse.emf.common.notify.Notifier
Notifies a change to a feature of this notifier as described by the notification.
eNotify(Notification) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
eNotify(Notification) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureMapEObjectImpl
 
eNotify(Notification) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
ENQ - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
enquote(String) - Static method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
Marks the string such that the content will not be subsequently escaped.
eNS_PREFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The package namespace name
eNS_PREFIX - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The package namespace name
eNS_PREFIX - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The package namespace name
eNS_PREFIX - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The package namespace name
eNS_PREFIX - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The package namespace name
eNS_PREFIX - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The package namespace name
eNS_PREFIX - Static variable in interface org.eclipse.emf.java.JavaPackage
The package namespace name
eNS_PREFIX - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The package namespace name
eNS_PREFIX - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The package namespace name
eNS_PREFIX - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The package namespace name.
eNS_URI - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The package namespace URI
eNS_URI - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The package namespace URI
eNS_URI - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The package namespace URI.
eNS_URI - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The package namespace URI
eNS_URI - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The package namespace URI
eNS_URI - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The package namespace URI
eNS_URI - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The package namespace URI.
eNS_URI - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The package namespace URI
eNS_URI - Static variable in interface org.eclipse.emf.java.JavaPackage
The package namespace URI
eNS_URI - Static variable in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
The package namespace URI
eNS_URI - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The package namespace URI
eNS_URI - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The package namespace URI.
ensureCapacity() - Method in class org.eclipse.emf.common.util.Pool
 
ensureCapacity() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Ensures that 3/4 of current capacity is larger than the current size, i.e., that the WeakInterningHashSet.size <= WeakInterningHashSet.threshold.
ensureContainerExists(URI, Monitor) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Ensures that a container corresponding to the specified relative URI exists.
ensureEntryDataExists() - Method in class org.eclipse.emf.common.util.BasicEMap
Ensures that the entry data is created and is populated with contents of the delegate list.
ensureProjectExists(String, Object, Object, boolean, Monitor) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Ensures that a project, corresponding to the first segment in the specified workspace path, exists.
ensureProjectExists(String, Object, Object, boolean, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Ensures that a project exists.
ensureSafety() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
ensureSegmentCapacity(int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
Ensures that the segment buffer is give enough to hold the given number of segments.
ensureUniqueness(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
entities - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
ENTITIES - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'ENTITIES' data type
ENTITIES - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'ENTITIES' data type
ENTITIES_BASE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'ENTITIES Base' data type
ENTITIES_BASE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'ENTITIES Base' data type
entitiesBase - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
entity - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
ENTITY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'ENTITY' data type
ENTITY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'ENTITY' data type
entityName - Variable in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
 
entries - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
entries - Static variable in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
entries - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
 
entries - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The table of linked entries.
entries - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
 
entryClass - Variable in class org.eclipse.emf.ecore.util.EcoreEMap
 
entryCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the list of entries.
entryCursor - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
entryData - Variable in class org.eclipse.emf.common.util.BasicEMap
The array of entry lists into which the hash codes are indexed.
entryEClass - Variable in class org.eclipse.emf.ecore.util.EcoreEMap
 
entryForKey(int, int, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry given the index, the hash, and the key.
entryIndex(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
entryIndex(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
entryIndexForKey(int, int, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry list index given the index, the hash, and the key.
EntryPoint - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
EntryPoint() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
entryRuleArrayBrackets() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleArrayBrackets() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleFeatureCallID() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleFeatureCallID() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleFullJvmFormalParameter() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleFullJvmFormalParameter() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleIdOrSuper() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleIdOrSuper() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleJvmArgumentTypeReference() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleJvmArgumentTypeReference() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleJvmFormalParameter() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleJvmFormalParameter() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleJvmLowerBound() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleJvmLowerBound() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleJvmLowerBoundAnded() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleJvmLowerBoundAnded() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleJvmParameterizedTypeReference() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleJvmParameterizedTypeReference() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleJvmTypeReference() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleJvmTypeReference() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleJvmUpperBound() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleJvmUpperBound() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleJvmUpperBoundAnded() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleJvmUpperBoundAnded() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleJvmWildcardTypeReference() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleJvmWildcardTypeReference() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleNumber() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleNumber() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleOpAdd() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleOpAdd() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleOpAnd() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleOpAnd() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleOpCompare() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleOpCompare() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleOpEquality() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleOpEquality() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleOpMulti() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleOpMulti() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleOpMultiAssign() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleOpMultiAssign() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleOpOr() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleOpOr() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleOpOther() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleOpOther() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleOpPostfix() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleOpPostfix() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleOpSingleAssign() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleOpSingleAssign() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleOpUnary() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleOpUnary() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleQualifiedName() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleQualifiedName() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleQualifiedNameInStaticImport() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleQualifiedNameInStaticImport() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleQualifiedNameWithWildcard() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleQualifiedNameWithWildcard() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleSignedInt() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleSignedInt() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleValidID() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleValidID() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXAdditiveExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXAdditiveExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXAndExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXAndExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXAnnotation() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXAnnotation() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXAnnotationDirective() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXAnnotationDirective() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXAssignment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXAssignment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXAttribute() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXAttribute() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXBasicForLoopExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXBasicForLoopExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXBlockExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXBlockExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXBooleanLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXBooleanLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXCasePart() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXCasePart() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXCastedExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXCastedExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXCatchClause() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXCatchClause() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXClass() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXClass() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXClassifier() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXClassifier() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXClosure() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXClosure() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXCollectionLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXCollectionLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXConstructorCall() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXConstructorCall() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXDataType() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXDataType() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXDoWhileExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXDoWhileExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXEnum() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXEnum() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXEnumLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXEnumLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXEqualityExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXEqualityExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXExpressionInClosure() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXExpressionInClosure() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXExpressionOrVarDeclaration() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXExpressionOrVarDeclaration() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXFeatureCall() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXFeatureCall() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXForLoopExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXForLoopExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXFunctionTypeRef() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXFunctionTypeRef() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXGenericType() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXGenericType() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXGenericTypeArgument() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXGenericTypeArgument() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXGenericWildcardTypeArgument() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXGenericWildcardTypeArgument() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXID() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXID() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXIfExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXIfExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXImportDeclaration() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXImportDeclaration() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXImportDirective() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXImportDirective() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXListLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXListLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXMember() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXMember() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXMemberFeatureCall() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXMemberFeatureCall() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXMultiplicativeExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXMultiplicativeExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXMultiplicity() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXMultiplicity() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXNullLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXNullLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXNumberLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXNumberLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXOperation() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXOperation() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXOrExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXOrExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXOtherOperatorExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXOtherOperatorExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXPackage() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXPackage() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXParameter() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXParameter() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXParenthesizedExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXParenthesizedExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXPostfixOperation() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXPostfixOperation() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXPrimaryExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXPrimaryExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXQualifiedName() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXQualifiedName() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXReference() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXReference() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXRelationalExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXRelationalExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXReturnExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXReturnExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXSetLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXSetLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXShortClosure() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXShortClosure() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXStringLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXStringLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXStringToStringMapEntry() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXStringToStringMapEntry() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXSwitchExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXSwitchExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXSynchronizedExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXSynchronizedExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXThrowExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXThrowExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXTryCatchFinallyExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXTryCatchFinallyExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXTypeLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXTypeLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXTypeParameter() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXTypeParameter() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXUnaryOperation() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXUnaryOperation() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXVariableDeclaration() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXVariableDeclaration() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entryRuleXWhileExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
entryRuleXWhileExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
entrySet() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
entrySet() - Method in class org.eclipse.emf.common.util.BasicEMap
 
entrySet - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The entry set view.
entrySet() - Method in interface org.eclipse.emf.common.util.EMap
Returns a set view of the entries.
entrySet() - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
ENUM - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Enum property flag (added in J2SE 1.5).
ENUM_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenEnumGeneratorAdapter
 
enumChildren - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
List of children of the enum
EnumClass - Class in org.eclipse.emf.codegen.ecore.templates.model
 
EnumClass() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
enumClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
enumClassTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
enumConstantMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
ENUMERATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
enumerationLiterals - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
Enumerator - Interface in org.eclipse.emf.common.util
An interface implemented by the enumerators of a type-safe enum.
eObject - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.OpenEObjectEditorAction
 
eObject - Variable in class org.eclipse.emf.databinding.EObjectObservableList
The object owning the feature
eObject - Variable in class org.eclipse.emf.databinding.EObjectObservableValue
The object instance
EOBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EObject' class
EOBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EObject' class
EObject - Interface in org.eclipse.emf.ecore
A representation of the model object 'EObject'.
eObject - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl.Entry
 
EOBJECT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
eObject - Variable in class org.eclipse.emf.ecore.util.EContentsEList
 
eObject - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
eObject - Variable in class org.eclipse.emf.edit.ui.action.ControlAction
 
EOBJECT___EALL_CONTENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EAll Contents' operation
EOBJECT___EALL_CONTENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EAll Contents' operation
EOBJECT___ECLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EClass' operation
EOBJECT___ECLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EClass' operation
EOBJECT___ECONTAINER - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EContainer' operation
EOBJECT___ECONTAINER - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EContainer' operation
EOBJECT___ECONTAINING_FEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EContaining Feature' operation
EOBJECT___ECONTAINING_FEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EContaining Feature' operation
EOBJECT___ECONTAINMENT_FEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EContainment Feature' operation
EOBJECT___ECONTAINMENT_FEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EContainment Feature' operation
EOBJECT___ECONTENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EContents' operation
EOBJECT___ECONTENTS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EContents' operation
EOBJECT___ECROSS_REFERENCES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'ECross References' operation
EOBJECT___ECROSS_REFERENCES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ECross References' operation
EOBJECT___EGET__ESTRUCTURALFEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EGet' operation
EOBJECT___EGET__ESTRUCTURALFEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EGet' operation
EOBJECT___EGET__ESTRUCTURALFEATURE_BOOLEAN - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EGet' operation
EOBJECT___EGET__ESTRUCTURALFEATURE_BOOLEAN - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EGet' operation
EOBJECT___EINVOKE__EOPERATION_ELIST - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EInvoke' operation
EOBJECT___EINVOKE__EOPERATION_ELIST - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EInvoke' operation
EOBJECT___EIS_PROXY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EIs Proxy' operation
EOBJECT___EIS_PROXY - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EIs Proxy' operation
EOBJECT___EIS_SET__ESTRUCTURALFEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EIs Set' operation
EOBJECT___EIS_SET__ESTRUCTURALFEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EIs Set' operation
EOBJECT___ERESOURCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EResource' operation
EOBJECT___ERESOURCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EResource' operation
EOBJECT___ESET__ESTRUCTURALFEATURE_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'ESet' operation
EOBJECT___ESET__ESTRUCTURALFEATURE_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ESet' operation
EOBJECT___EUNSET__ESTRUCTURALFEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'EUnset' operation
EOBJECT___EUNSET__ESTRUCTURALFEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EUnset' operation
EOBJECT__EVERY_BIDIRECTIONAL_REFERENCE_IS_PAIRED - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
EOBJECT__EVERY_DATA_VALUE_CONFORMS - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
EOBJECT__EVERY_KEY_UNIQUE - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
EOBJECT__EVERY_MAP_ENTRY_UNIQUE - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
EOBJECT__EVERY_MULTIPCITY_CONFORMS - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
EOBJECT__EVERY_PROXY_RESOLVES - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
EOBJECT__EVERY_REFERENCE_IS_CONTAINED - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
EOBJECT__NO_CIRCULAR_CONTAINMENT - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
EOBJECT__UNIQUE_ID - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
EOBJECT_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EOBJECT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EObject' class
EOBJECT_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EObject' class
EOBJECT_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EOBJECT_RESOLVE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EOBJECT_RESOLVE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EOBJECT_RESOLVE_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EOBJECT_TO_CHANGES_MAP_ENTRY - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The meta object id for the 'EObject To Changes Map Entry' class
EOBJECT_TO_CHANGES_MAP_ENTRY - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'EObject To Changes Map Entry' class
EOBJECT_TO_CHANGES_MAP_ENTRY__KEY - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Key' reference
EOBJECT_TO_CHANGES_MAP_ENTRY__KEY - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Key' reference feature
EOBJECT_TO_CHANGES_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Value' containment reference list
EOBJECT_TO_CHANGES_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Value' containment reference list feature
EOBJECT_TO_CHANGES_MAP_ENTRY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The number of structural features of the 'EObject To Changes Map Entry' class
EOBJECT_TO_URI_MAP - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The meta object id for the 'EObject To URI Map' data type
EOBJECT_TO_URI_MAP - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'EObject To URI Map' data type
EOBJECT_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EOBJECT_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
eObjectAtOffsetHelper - Variable in class org.eclipse.emf.ecore.xcore.ui.CreateDynamicInstanceHandler
 
EObjectContainmentEList<E> - Class in org.eclipse.emf.ecore.util
 
EObjectContainmentEList(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentEList
 
EObjectContainmentEList.Resolving<E> - Class in org.eclipse.emf.ecore.util
 
EObjectContainmentEList.Resolving(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentEList.Resolving
 
EObjectContainmentEList.Unsettable<E> - Class in org.eclipse.emf.ecore.util
 
EObjectContainmentEList.Unsettable(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable
 
EObjectContainmentEList.Unsettable.Resolving<E> - Class in org.eclipse.emf.ecore.util
 
EObjectContainmentEList.Unsettable.Resolving(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable.Resolving
 
EObjectContainmentWithInverseEList<E> - Class in org.eclipse.emf.ecore.util
 
EObjectContainmentWithInverseEList(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList
 
EObjectContainmentWithInverseEList.Resolving<E> - Class in org.eclipse.emf.ecore.util
 
EObjectContainmentWithInverseEList.Resolving(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Resolving
 
EObjectContainmentWithInverseEList.Unsettable<E> - Class in org.eclipse.emf.ecore.util
 
EObjectContainmentWithInverseEList.Unsettable(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable
 
EObjectContainmentWithInverseEList.Unsettable.Resolving<E> - Class in org.eclipse.emf.ecore.util
 
EObjectContainmentWithInverseEList.Unsettable.Resolving(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable.Resolving
 
eObjectData - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyEObjectStack
 
EObjectEList<E> - Class in org.eclipse.emf.ecore.util
 
EObjectEList(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectEList
 
EObjectEList.Unsettable<E> - Class in org.eclipse.emf.ecore.util
 
EObjectEList.Unsettable(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectEList.Unsettable
 
eObjectForURIFragmentSegment(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
eObjectForURIFragmentSegment(String) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eObjectForURIFragmentSegment(String) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
eObjectForURIFragmentSegment(String) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
eObjectForURIFragmentSegment(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
eObjectForURIFragmentSegment(String) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the object resolved by the fragment segment.
eObjectForURIFragmentSegment(String) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
eObjectForURIFragmentSegment(String) - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
eObjectIDMap - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
EObjectImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EObject'
EObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.EObjectImpl
Creates an EObject
eObjectItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EObject instances
EObjectItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EObject object
EObjectItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EObjectItemProvider
This constructs an instance from a factory and a notifier
eObjectList - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
EObjectObservableList - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EObjectObservableList(EObject, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.EObjectObservableList
Observe a list feature using a default realm
EObjectObservableList(Realm, EObject, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.EObjectObservableList
Observe a list feature using a custom realm
EObjectObservableMap - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EObjectObservableMap(IObservableSet, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.EObjectObservableMap
Create a new observable for the set of features
EObjectObservableValue - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EObjectObservableValue(EObject, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.EObjectObservableValue
Observe a feature of the instance using the default realm
EObjectObservableValue(Realm, EObject, EStructuralFeature) - Constructor for class org.eclipse.emf.databinding.EObjectObservableValue
Observe a feature of the instance using the realm
EObjectResolvingEList<E> - Class in org.eclipse.emf.ecore.util
 
EObjectResolvingEList(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectResolvingEList
 
EObjectResolvingEList.Unsettable<E> - Class in org.eclipse.emf.ecore.util
 
EObjectResolvingEList.Unsettable(Class<?>, InternalEObject, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectResolvingEList.Unsettable
 
eObjectsOfInterest - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
The collection of usage target objects.
EObjectToChangesMapEntryImpl - Class in org.eclipse.emf.ecore.change.impl
An implementation of the model object 'EObject To Changes Map Entry'
EObjectToChangesMapEntryImpl() - Constructor for class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
eObjectToChangesMapEntryItemProvider - Variable in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This keeps track of the one adapter used for all Map.Entry instances
EObjectToChangesMapEntryItemProvider - Class in org.eclipse.emf.ecore.change.provider
This is the item provider adapter for a Map.Entry object
EObjectToChangesMapEntryItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.change.provider.EObjectToChangesMapEntryItemProvider
This constructs an instance from a factory and a notifier
eObjectToExtensionMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
eObjectToExtensionMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
eObjectToExtensionMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
eObjectToIDMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
The map from EObject to ID.
eObjectToProxyURIMap - Variable in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
EObjectValidator - Class in org.eclipse.emf.ecore.util
A validity checker for basic EObject constraints.
EObjectValidator() - Constructor for class org.eclipse.emf.ecore.util.EObjectValidator
 
EObjectValidator.DynamicEClassValidator - Class in org.eclipse.emf.ecore.util
 
EObjectValidator.DynamicEClassValidator() - Constructor for class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEClassValidator
 
EObjectValidator.DynamicEDataTypeValidator - Class in org.eclipse.emf.ecore.util
 
EObjectValidator.DynamicEDataTypeValidator(EDataType) - Constructor for class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
EObjectWithInverseEList<E> - Class in org.eclipse.emf.ecore.util
 
EObjectWithInverseEList(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
EObjectWithInverseEList.ManyInverse<E> - Class in org.eclipse.emf.ecore.util
 
EObjectWithInverseEList.ManyInverse(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseEList.ManyInverse
 
EObjectWithInverseEList.Unsettable<E> - Class in org.eclipse.emf.ecore.util
 
EObjectWithInverseEList.Unsettable(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable
 
EObjectWithInverseEList.Unsettable.ManyInverse<E> - Class in org.eclipse.emf.ecore.util
 
EObjectWithInverseEList.Unsettable.ManyInverse(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable.ManyInverse
 
EObjectWithInverseResolvingEList<E> - Class in org.eclipse.emf.ecore.util
 
EObjectWithInverseResolvingEList(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList
 
EObjectWithInverseResolvingEList.ManyInverse<E> - Class in org.eclipse.emf.ecore.util
 
EObjectWithInverseResolvingEList.ManyInverse(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.ManyInverse
 
EObjectWithInverseResolvingEList.Unsettable<E> - Class in org.eclipse.emf.ecore.util
 
EObjectWithInverseResolvingEList.Unsettable(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable
 
EObjectWithInverseResolvingEList.Unsettable.ManyInverse<E> - Class in org.eclipse.emf.ecore.util
 
EObjectWithInverseResolvingEList.Unsettable.ManyInverse(Class<?>, InternalEObject, int, int) - Constructor for class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable.ManyInverse
 
EOF - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
EOF - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
EOF - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
EOF - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
eOpenGet(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eOpenIsSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eOpenSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eOpenUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EOperation' class
EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EOperation' class
EOperation - Interface in org.eclipse.emf.ecore
A representation of the model object 'EOperation'
eOperation - Variable in class org.eclipse.emf.ecore.util.BasicInvocationDelegate
 
EOperation.Internal - Interface in org.eclipse.emf.ecore
Internal API implemented by all operations.
EOperation.Internal.InvocationDelegate - Interface in org.eclipse.emf.ecore
A pluggable, dynamic implementation of operation behavior.
EOperation.Internal.InvocationDelegate.Factory - Interface in org.eclipse.emf.ecore
A factory for creating invocation delegates.
EOperation.Internal.InvocationDelegate.Factory.Descriptor - Interface in org.eclipse.emf.ecore
A Factory wrapper that is used by the EOperation.Internal.InvocationDelegate.Factory.Registry.
EOperation.Internal.InvocationDelegate.Factory.Registry - Interface in org.eclipse.emf.ecore
A registry of invocation-delegate factories.
EOperation.Internal.InvocationDelegate.Factory.Registry.Impl - Class in org.eclipse.emf.ecore
 
EOperation.Internal.InvocationDelegate.Factory.Registry.Impl() - Constructor for class org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry.Impl
 
EOPERATION___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
EOPERATION___GET_OPERATION_ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Operation ID' operation
EOPERATION___GET_OPERATION_ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get Operation ID' operation
EOPERATION___IS_OVERRIDE_OF__EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Is Override Of' operation
EOPERATION___IS_OVERRIDE_OF__EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Is Override Of' operation
EOPERATION__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
EOPERATION__ECONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EContaining Class' container reference
EOPERATION__ECONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EContaining Class' container reference feature
EOPERATION__EEXCEPTIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EExceptions' reference list
EOPERATION__EEXCEPTIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EExceptions' reference list feature
EOPERATION__EGENERIC_EXCEPTIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EGeneric Exceptions' containment reference list
EOPERATION__EGENERIC_EXCEPTIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EGeneric Exceptions' containment reference list feature
EOPERATION__EGENERIC_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EGeneric Type' containment reference
EOPERATION__EPARAMETERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EParameters' containment reference list
EOPERATION__EPARAMETERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EParameters' containment reference list feature
EOPERATION__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference
EOPERATION__ETYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType Parameters' containment reference list
EOPERATION__ETYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EType Parameters' containment reference list feature
EOPERATION__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute
EOPERATION__MANY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Many' attribute
EOPERATION__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
EOPERATION__ORDERED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Ordered' attribute
EOPERATION__REQUIRED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Required' attribute
EOPERATION__UNIQUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unique' attribute
EOPERATION__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute
EOPERATION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EOperation' class
EOPERATION_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EOperation' class
EOperationImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EOperation'.
EOperationImpl() - Constructor for class org.eclipse.emf.ecore.impl.EOperationImpl
 
EOperationInvocationView - Class in org.eclipse.emf.ecore.xcore.ui
 
EOperationInvocationView() - Constructor for class org.eclipse.emf.ecore.xcore.ui.EOperationInvocationView
 
eOperationItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EOperation instances
EOperationItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EOperation object
EOperationItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EOperationItemProvider
This constructs an instance from a factory and a notifier
eOperations - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'EOperations' containment reference list
eOperationToOverrideMap - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
eOpposite - Variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The cached value of the 'EOpposite' reference
EOPPOSITE_FEATURE_BASE - Static variable in interface org.eclipse.emf.ecore.InternalEObject
The base value for negative, i.e., opposite-end, eContainerFeatureID values.
EOT - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EPackage' class
EPACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EPackage' class
EPackage - Interface in org.eclipse.emf.ecore
A representation of the model object 'EPackage'
ePackage - Variable in class org.eclipse.emf.ecore.impl.EFactoryImpl
The cached value of the 'EPackage' reference
ePackage - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EPackageData
 
ePackage - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl
 
EPackage.Descriptor - Interface in org.eclipse.emf.ecore
An EPackage wrapper that is used by the EPackage.Registry.
EPackage.Registry - Interface in org.eclipse.emf.ecore
A map from namespace URI to EPackage.
EPACKAGE___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
EPACKAGE___GET_ECLASSIFIER__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EClassifier' operation
EPACKAGE___GET_ECLASSIFIER__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get EClassifier' operation
EPACKAGE__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
EPACKAGE__ECLASSIFIERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EClassifiers' containment reference list
EPACKAGE__ECLASSIFIERS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EClassifiers' containment reference list feature
EPACKAGE__EFACTORY_INSTANCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EFactory Instance' reference
EPACKAGE__EFACTORY_INSTANCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EFactory Instance' reference feature
EPACKAGE__ESUBPACKAGES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ESubpackages' containment reference list
EPACKAGE__ESUBPACKAGES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ESubpackages' containment reference list feature
EPACKAGE__ESUPER_PACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'ESuper Package' container reference
EPACKAGE__ESUPER_PACKAGE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ESuper Package' container reference feature
EPACKAGE__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
EPACKAGE__NS_PREFIX - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Ns Prefix' attribute
EPACKAGE__NS_PREFIX - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Ns Prefix' attribute feature
EPACKAGE__NS_URI - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Ns URI' attribute
EPACKAGE__NS_URI - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Ns URI' attribute feature
EPACKAGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EPackage' class
EPACKAGE_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EPackage' class
ePackageCheckStateChanged() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
ePackageDataList - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
ePackageDataMap - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
ePackageDataTableColumn - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
ePackageExtendedMetaData - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
ePackageID - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EClassData
 
EPackageImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EPackage'.
EPackageImpl() - Constructor for class org.eclipse.emf.ecore.impl.EPackageImpl
Creates an instance
EPackageImpl(EFactory) - Constructor for class org.eclipse.emf.ecore.impl.EPackageImpl
Creates an instance with a factory.
EPackageImpl(String) - Constructor for class org.eclipse.emf.ecore.impl.EPackageImpl
Creates a registered instance that has a default factory.
EPackageImpl(String, EFactory) - Constructor for class org.eclipse.emf.ecore.impl.EPackageImpl
Creates a registered instance with a factory.
EPackageImpl.EBasicWhiteList - Interface in org.eclipse.emf.ecore.impl
This interface is provided as a place holder for single sourcing GWT runtime and regular runtime applications.
ePackageItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EPackage instances
EPackageItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EPackage object
EPackageItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EPackageItemProvider
This constructs an instance from a factory and a notifier
EPackageRegistryImpl - Class in org.eclipse.emf.ecore.impl
An implementation of a package registry that can delegate failed lookup to another registry.
EPackageRegistryImpl() - Constructor for class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
Creates a non-delegating instance.
EPackageRegistryImpl(EPackage.Registry) - Constructor for class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
Creates a delegating instance.
EPackageRegistryImpl.Delegator - Class in org.eclipse.emf.ecore.impl
A package registry implementation that delegates to a class loader specific registry.
EPackageRegistryImpl.Delegator() - Constructor for class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
ePackages - Variable in class org.eclipse.emf.converter.ModelConverter
 
ePackages - Variable in class org.eclipse.emf.ecore.xmi.impl.ElementHandlerImpl
 
ePackagesCheckboxTableViewer - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
ePackageToGenPackageMap - Variable in class org.eclipse.emf.exporter.ModelExporter
 
ePackageToInfoMap - Variable in class org.eclipse.emf.converter.ModelConverter
 
ePackageToInformationMap - Variable in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
ePackageToOrderingMap - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The map from package to the map of ordering constants.
ePackageToPrefixMap - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The map from package to the it's prefix.
EPARAMETER - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EParameter' class
EPARAMETER - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EParameter' class
EParameter - Interface in org.eclipse.emf.ecore
A representation of the model object 'EParameter'
EPARAMETER___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
EPARAMETER__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
EPARAMETER__EGENERIC_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EGeneric Type' containment reference
EPARAMETER__EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EOperation' container reference
EPARAMETER__EOPERATION - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EOperation' container reference feature
EPARAMETER__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference
EPARAMETER__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute
EPARAMETER__MANY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Many' attribute
EPARAMETER__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
EPARAMETER__ORDERED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Ordered' attribute
EPARAMETER__REQUIRED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Required' attribute
EPARAMETER__UNIQUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unique' attribute
EPARAMETER__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute
EPARAMETER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EParameter' class
EPARAMETER_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EParameter' class
EParameterImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EParameter'
EParameterImpl() - Constructor for class org.eclipse.emf.ecore.impl.EParameterImpl
 
eParameterItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EParameter instances
EParameterItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EParameter object
EParameterItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EParameterItemProvider
This constructs an instance from a factory and a notifier
eParameters - Variable in class org.eclipse.emf.ecore.impl.EOperationImpl
The cached value of the 'EParameters' containment reference list
eProperties() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eProperties() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eProperties - Variable in class org.eclipse.emf.ecore.impl.EObjectImpl
Additional less frequently used fields.
eProperties() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eProperties() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eProperties() - Method in class org.eclipse.emf.ecore.impl.FlatEObjectImpl
 
eProperties() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
EPROXY - Static variable in class org.eclipse.emf.ecore.impl.EObjectImpl
The bit of EObjectImpl.eFlags that is used to represent EObjectImpl.eIsProxy().
EPROXY_FEATURECHANGE - Static variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
The bit of EObjectImpl.eFlags that is used to represent if feature is a proxy.
EPROXY_FEATURECHANGE - Static variable in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
The bit of EObjectImpl.eFlags that is used to represent if feature is a proxy.
EPROXY_KEY - Static variable in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
The bit of EObjectImpl.eFlags that is used to represent if key is a proxy.
eProxyURI - Variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
eProxyURI() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eProxyURI - Variable in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
eProxyURI - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
eProxyURI - Variable in class org.eclipse.emf.ecore.impl.FlatEObjectImpl
 
eProxyURI() - Method in class org.eclipse.emf.ecore.impl.FlatEObjectImpl
 
eProxyURI() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eProxyURI() - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the proxy URI of this object.
equal(Object, Object) - Method in class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
Used by ListDifferenceAnalyzer.createListChanges(EList, EList, EList) to decide whether the old value is considered equal to the new value.
EQUAL - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.TypeValidator
 
equalFeatureMaps(FeatureMap, FeatureMap) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EqualityHelper
Returns whether the two feature maps are equal.
equalFeatureMapValues(Object, Object, EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EqualityHelper
Returns whether the two values of a feature map are equal.
equalityFeature - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
equalObjects(Object, Object) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether two objects are equal using the appropriate comparison mechanism.
equals(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Attribute
 
equals(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Directive
 
equals(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element
 
equals(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData
 
equals(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
 
equals(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.GenClass.ChildCreationData
 
equals(Object) - Method in class org.eclipse.emf.codegen.jet.JETMark
 
equals(Object) - Method in class org.eclipse.emf.common.ui.URIEditorInput
 
equals(Object) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether the object is a list with corresponding equal objects.
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
equals(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the object is a list with corresponding equal objects.
equals(Object) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
equals(String[], int, String[]) - Static method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
Returns true if the arrays are of the same length and have equal strings.
equals(String[], String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Returns the Arrays.equals(Object[], Object[])'s value for these two objects object.
equals(Object, Object) - Static method in class org.eclipse.emf.common.util.URI
 
equals(Object) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
equals(E, E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns whether the two objects are considered equal.
equals(Object) - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
equals(Object, Object) - Static method in class org.eclipse.emf.databinding.internal.Util
Checks whether the two objects are null -- allowing for null.
equals(Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl.Entry
 
equals(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
 
equals(EObject, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EqualityHelper
Returns whether eObject1 and eObject2 are equal in the context of this helper instance.
equals(List<EObject>, List<EObject>) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EqualityHelper
Returns whether list1 and list2 contain equal EObjects at the same index.
equals(EObject, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns true if eObject1 and eObject2 are equal, false otherwise.
equals(List<? extends EObject>, List<? extends EObject>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns true if eObjectList1 and eObjectList2 contain equal objects.
equals(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.EntryImpl
 
equals(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup.FeatureClassifierPair
 
equals(Object) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Determines if the passed-in Object is equivalent to this URI.
equals(Object) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Return true if patterns are the same and the options are equivalent.
EQUALS - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
equals(Object) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
equals(Object) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
EQUALS - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
equals(Object) - Method in class org.eclipse.emf.edit.provider.ComposedImage
 
equals(Object) - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
equalTypeArguments(EList<EGenericType>, EList<EGenericType>, Map<? extends ETypeParameter, ? extends EGenericType>) - Static method in class org.eclipse.emf.ecore.util.EcoreValidator
 
equalTypeArguments(EGenericType, EGenericType, Map<? extends ETypeParameter, ? extends EGenericType>) - Static method in class org.eclipse.emf.ecore.util.EcoreValidator
 
equalValues(Object, Object) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EqualityHelper
Returns whether value1 and value2 are structurally equal.
eRawType - Variable in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
The cached value of the 'ERaw Type' reference
EREFERENCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EReference' class
EREFERENCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EReference' class
EReference - Interface in org.eclipse.emf.ecore
A representation of the model object 'EReference'
eReference - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
EREFERENCE___GET_CONTAINER_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Container Class' operation
EREFERENCE___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
EREFERENCE___GET_FEATURE_ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Feature ID' operation
EREFERENCE__CHANGEABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Changeable' attribute
EREFERENCE__CONTAINER - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Container' attribute
EREFERENCE__CONTAINER - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Container' attribute feature
EREFERENCE__CONTAINMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Containment' attribute
EREFERENCE__CONTAINMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Containment' attribute feature
EREFERENCE__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute
EREFERENCE__DEFAULT_VALUE_LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value Literal' attribute
EREFERENCE__DERIVED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Derived' attribute
EREFERENCE__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
EREFERENCE__ECONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EContaining Class' container reference
EREFERENCE__EGENERIC_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EGeneric Type' containment reference
EREFERENCE__EKEYS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EKeys' reference list
EREFERENCE__EKEYS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EKeys' reference list feature
EREFERENCE__EOPPOSITE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EOpposite' reference
EREFERENCE__EOPPOSITE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EOpposite' reference feature
EREFERENCE__EREFERENCE_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EReference Type' reference
EREFERENCE__EREFERENCE_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EReference Type' reference feature
EREFERENCE__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference
EREFERENCE__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute
EREFERENCE__MANY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Many' attribute
EREFERENCE__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
EREFERENCE__ORDERED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Ordered' attribute
EREFERENCE__REQUIRED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Required' attribute
EREFERENCE__RESOLVE_PROXIES - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Resolve Proxies' attribute
EREFERENCE__RESOLVE_PROXIES - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Resolve Proxies' attribute feature
EREFERENCE__TRANSIENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Transient' attribute
EREFERENCE__UNIQUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unique' attribute
EREFERENCE__UNSETTABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unsettable' attribute
EREFERENCE__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute
EREFERENCE__VOLATILE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Volatile' attribute
EREFERENCE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EReference' class
EREFERENCE_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EReference' class
EReferenceImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EReference'
EReferenceImpl() - Constructor for class org.eclipse.emf.ecore.impl.EReferenceImpl
 
eReferenceItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all EReference instances
EReferenceItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EReference object
EReferenceItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This constructs an instance from a factory and a notifier
eReferences - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'EReferences' containment reference list
eReferenceToKeyNamesMap - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The map from a reference to the names of its keys.
eReferenceToOppositeNameMap - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The map from a reference to the name of its opposite.
eReferenceType - Variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
eRemoveVirtualValue(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Removes the value at the index.
eResolveProxy(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eResolveProxy(InternalEObject) - Method in interface org.eclipse.emf.ecore.InternalEObject
Resolves the proxy object relative to this object.
ERESOURCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EResource' data type
ERESOURCE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EResource' data type
eResource() - Method in interface org.eclipse.emf.ecore.EObject
Returns the containing resource, or null.
eResource - Variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
eResource() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eResource - Variable in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
eResource - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
ERESOURCE_SET - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EResource Set' data type
ERESOURCE_SET - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EResource Set' data type
ERROR - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x4 for a severity indicating there is an error message.
error(SAXParseException) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
error(SAXParseException) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
error(XMIException) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
error(SAXParseException) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.Handler
 
error(String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Produces another IStatus in the MultiStatus.
error(String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
ERROR_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
ERROR_WARNING_MASK - Static variable in class org.eclipse.emf.common.ui.DiagnosticComposite
 
errors - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The errors.
ESC - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
ESCAPE - Static variable in class org.eclipse.emf.common.util.URI
 
escape - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
escape(String) - Static method in class org.eclipse.emf.exporter.html.HTMLExporter
 
escapeContent(String) - Static method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
Converts special characters to entities except those in enquoted ranges.
escapes - Variable in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
escapeString(String, String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
escapeURI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
eSet(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.EObject
Sets the value of the given feature of the object to the new value.
eSet(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.ETypeParameterImpl
 
eSet(int, Object) - Method in interface org.eclipse.emf.ecore.InternalEObject
Does the equivalent of eObject.eSet(eObject.eClass().getEStructuralFeature(featureID), newValue).
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypeParameterImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.EmployeeImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.ItemImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.VideoCassetteImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.java.impl.JInitializerImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
eSet(int, Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
eSetClass(EClass) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eSetClass(EClass) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
 
eSetClass(EClass) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eSetClass(EClass) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eSetClass(EClass) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
 
eSetClass(EClass) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
eSetClass(EClass) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eSetClass(EClass) - Method in interface org.eclipse.emf.ecore.InternalEObject
Sets the meta class.
eSetDeliver(boolean) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
eSetDeliver(boolean) - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eSetDeliver(boolean) - Method in interface org.eclipse.emf.common.notify.Notifier
Sets whether this notifier will deliver notifications to the adapters.
eSetDeliver(boolean) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
eSetDeliver(boolean) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eSetDeliver(boolean) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eSetDirectResource(Resource.Internal) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eSetDirectResource(Resource.Internal) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
eSetDirectResource(Resource.Internal) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eSetProxyURI(URI) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eSetProxyURI(URI) - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eSetProxyURI(URI) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
eSetProxyURI(URI) - Method in class org.eclipse.emf.ecore.impl.FlatEObjectImpl
 
eSetProxyURI(URI) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eSetProxyURI(URI) - Method in interface org.eclipse.emf.ecore.InternalEObject
Set the proxy URI of this object.
eSetResource(Resource.Internal, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eSetResource(Resource.Internal, NotificationChain) - Method in interface org.eclipse.emf.ecore.InternalEObject
Sets this object to be directly contained by the resource and returns accumulated notifications.
eSetStore(InternalEObject.EStore) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eSetStore(InternalEObject.EStore) - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
eSetStore(InternalEObject.EStore) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eSetStore(InternalEObject.EStore) - Method in interface org.eclipse.emf.ecore.InternalEObject
Set the store associated with this object.
eSetting(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eSetting(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns a setting that can be used to access this object's feature.
eSettingDelegate(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eSettings - Variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
eSettings() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eSettings - Variable in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eSettings() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eSettings - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eSettings() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eSettings - Variable in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
eSettings() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
 
eSetVirtualIndexBits(int, int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Sets the bit pattern at the given offset within the sequence of bit patterns representing which features are assigned an index in the virtual values.
eSetVirtualValue(int, Object) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Sets the value at the index.
eSetVirtualValues(Object[]) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Sets the array of virtual values of the features that are current set.
ESHORT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EShort' data type
ESHORT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EShort' data type
ESHORT_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EShort Object' data type
ESHORT_OBJECT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EShort Object' data type
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
eStaticClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EObjectImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.impl.ETypeParameterImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XMemberImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XParameterImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XTypeParameterImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
eStaticClass() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
eStaticClass() - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.EmployeeImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.ItemImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.VideoCassetteImpl
 
eStaticClass() - Method in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
 
eStaticClass() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
eStaticClass() - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
eStaticClass() - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
eStaticClass() - Method in class org.eclipse.emf.java.impl.JInitializerImpl
 
eStaticClass() - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
eStaticClass() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
eStaticClass() - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
eStaticClass() - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
eStaticClass() - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreMappingRootImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.impl.MappingStrategyImpl
 
eStaticClass() - Method in class org.eclipse.emf.mapping.impl.TypeConverterImpl
 
eStaticFeatureCount() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eStaticFeatureCount() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eStaticFeatureCount() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eStaticFeatureCount() - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
 
eStaticOperationCount() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eStaticOperationCount() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl
 
eStore() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eStore - Variable in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
eStore() - Method in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
eStore() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
eStore() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
eStore - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eStore() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eStore() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEList
 
eStore() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreFeatureMap
 
eStore() - Method in class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
 
eStore() - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the store associated with this object.
EStoreEObjectImpl - Class in org.eclipse.emf.ecore.impl
An implementation of 'EObject' that delegates to a store.
EStoreEObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
Creates a store-based EObject.
EStoreEObjectImpl(InternalEObject.EStore) - Constructor for class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
Creates a store-based EObject.
EStoreEObjectImpl(EClass) - Constructor for class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
Creates a store-based EObject.
EStoreEObjectImpl(EClass, InternalEObject.EStore) - Constructor for class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
Creates a store-based EObject.
EStoreEObjectImpl.BasicEStoreEList<E> - Class in org.eclipse.emf.ecore.impl
A list that delegates to a store.
EStoreEObjectImpl.BasicEStoreEList(InternalEObject, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
EStoreEObjectImpl.BasicEStoreFeatureMap - Class in org.eclipse.emf.ecore.impl
A feature map that delegates to a store.
EStoreEObjectImpl.BasicEStoreFeatureMap(InternalEObject, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
EStoreEObjectImpl.EStoreEList<E> - Class in org.eclipse.emf.ecore.impl
A list that delegates to a store.
EStoreEObjectImpl.EStoreEList(InternalEObject, EStructuralFeature, InternalEObject.EStore) - Constructor for class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEList
 
EStoreEObjectImpl.EStoreEPropertiesHolderImpl - Class in org.eclipse.emf.ecore.impl
An internal class for holding less frequently members variables.
EStoreEObjectImpl.EStoreEPropertiesHolderImpl() - Constructor for class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
EStoreEObjectImpl.EStoreFeatureMap - Class in org.eclipse.emf.ecore.impl
A feature map that delegates to a store.
EStoreEObjectImpl.EStoreFeatureMap(InternalEObject, EStructuralFeature, InternalEObject.EStore) - Constructor for class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreFeatureMap
 
EStoreEObjectImpl.EStoreImpl - Class in org.eclipse.emf.ecore.impl
This class is for testing purposes only and will be removed.
EStoreEObjectImpl.EStoreImpl() - Constructor for class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
EStoreEObjectImpl.EStoreImpl.Entry - Class in org.eclipse.emf.ecore.impl
 
EStoreEObjectImpl.EStoreImpl.Entry(InternalEObject, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl.Entry
 
ESTRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EString' data type
ESTRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EString' data type
ESTRING_TO_STRING_MAP_ENTRY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EString To String Map Entry' class
ESTRING_TO_STRING_MAP_ENTRY - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EString To String Map Entry' class
ESTRING_TO_STRING_MAP_ENTRY__KEY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Key' attribute
ESTRING_TO_STRING_MAP_ENTRY__KEY - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Key' attribute feature
ESTRING_TO_STRING_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Value' attribute
ESTRING_TO_STRING_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Value' attribute feature
ESTRING_TO_STRING_MAP_ENTRY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EString To String Map Entry' class
ESTRING_TO_STRING_MAP_ENTRY_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EString To String Map Entry' class
EStringToStringMapEntryImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EString To String Map Entry'
EStringToStringMapEntryImpl() - Constructor for class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
eStringToStringMapEntryItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all Map.Entry instances
EStringToStringMapEntryItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a Map.Entry object
EStringToStringMapEntryItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This constructs an instance from a factory and a notifier
ESTRUCTURAL_FEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EStructural Feature' class
ESTRUCTURAL_FEATURE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EStructural Feature' class
ESTRUCTURAL_FEATURE___GET_CONTAINER_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Container Class' operation
ESTRUCTURAL_FEATURE___GET_CONTAINER_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get Container Class' operation
ESTRUCTURAL_FEATURE___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
ESTRUCTURAL_FEATURE___GET_FEATURE_ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get Feature ID' operation
ESTRUCTURAL_FEATURE___GET_FEATURE_ID - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Get Feature ID' operation
ESTRUCTURAL_FEATURE__CHANGEABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Changeable' attribute
ESTRUCTURAL_FEATURE__CHANGEABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Changeable' attribute feature
ESTRUCTURAL_FEATURE__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value' attribute
ESTRUCTURAL_FEATURE__DEFAULT_VALUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Default Value' attribute feature
ESTRUCTURAL_FEATURE__DEFAULT_VALUE_LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Default Value Literal' attribute
ESTRUCTURAL_FEATURE__DEFAULT_VALUE_LITERAL - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Default Value Literal' attribute feature
ESTRUCTURAL_FEATURE__DERIVED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Derived' attribute
ESTRUCTURAL_FEATURE__DERIVED - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Derived' attribute feature
ESTRUCTURAL_FEATURE__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
ESTRUCTURAL_FEATURE__ECONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EContaining Class' container reference
ESTRUCTURAL_FEATURE__ECONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EContaining Class' container reference feature
ESTRUCTURAL_FEATURE__EGENERIC_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EGeneric Type' containment reference
ESTRUCTURAL_FEATURE__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference
ESTRUCTURAL_FEATURE__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute
ESTRUCTURAL_FEATURE__MANY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Many' attribute
ESTRUCTURAL_FEATURE__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
ESTRUCTURAL_FEATURE__ORDERED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Ordered' attribute
ESTRUCTURAL_FEATURE__REQUIRED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Required' attribute
ESTRUCTURAL_FEATURE__TRANSIENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Transient' attribute
ESTRUCTURAL_FEATURE__TRANSIENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Transient' attribute feature
ESTRUCTURAL_FEATURE__UNIQUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unique' attribute
ESTRUCTURAL_FEATURE__UNSETTABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unsettable' attribute
ESTRUCTURAL_FEATURE__UNSETTABLE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Unsettable' attribute feature
ESTRUCTURAL_FEATURE__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute
ESTRUCTURAL_FEATURE__VOLATILE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Volatile' attribute
ESTRUCTURAL_FEATURE__VOLATILE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Volatile' attribute feature
ESTRUCTURAL_FEATURE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EStructural Feature' class
ESTRUCTURAL_FEATURE_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EStructural Feature' class
eStructuralFeature - Variable in class org.eclipse.emf.databinding.EObjectObservableList
The structural feature
eStructuralFeature - Variable in class org.eclipse.emf.databinding.EObjectObservableMap
The feature to observe
eStructuralFeature - Variable in class org.eclipse.emf.databinding.EObjectObservableValue
The feature
EStructuralFeature - Interface in org.eclipse.emf.ecore
A representation of the model object 'EStructural Feature'
eStructuralFeature - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl.Entry
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SettingMany
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.BasicSettingDelegate
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Dynamic
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.EcoreEList.Dynamic
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
eStructuralFeature - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.EntryImpl
 
EStructuralFeature.Internal - Interface in org.eclipse.emf.ecore
Internal API implemented by all features.
EStructuralFeature.Internal.DynamicValueHolder - Interface in org.eclipse.emf.ecore
An API for the backing store that holds dynamic values.
EStructuralFeature.Internal.SettingDelegate - Interface in org.eclipse.emf.ecore
An API for delegating reflective access to settings.
EStructuralFeature.Internal.SettingDelegate.Factory - Interface in org.eclipse.emf.ecore
A factory for creating setting delegates.
EStructuralFeature.Internal.SettingDelegate.Factory.Descriptor - Interface in org.eclipse.emf.ecore
EStructuralFeature.Internal.SettingDelegate.Factory.Registry - Interface in org.eclipse.emf.ecore
A registry of factories for creating setting delegates.
EStructuralFeature.Internal.SettingDelegate.Factory.Registry.Impl - Class in org.eclipse.emf.ecore
 
EStructuralFeature.Internal.SettingDelegate.Factory.Registry.Impl() - Constructor for class org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory.Registry.Impl
 
EStructuralFeature.Setting - Interface in org.eclipse.emf.ecore
A representation of a value held by a feature of an object.
eStructuralFeatureComparator - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
eStructuralFeatureData - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EClassData
 
eStructuralFeatureData - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EClassData
 
eStructuralFeatureExtendedMetaData - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
EStructuralFeatureImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EStructural Feature'.
EStructuralFeatureImpl() - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
EStructuralFeatureImpl.BasicFeatureMapEntry - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry(EStructuralFeature.Internal, InternalEObject) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
 
EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator(EStructuralFeature, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
EStructuralFeatureImpl.InternalSettingDelegateMany - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateMany(int, Class<?>, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EStructuralFeatureImpl.InternalSettingDelegateMany(int, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EStructuralFeatureImpl.InternalSettingDelegateMany(int, Class<?>, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EStructuralFeatureImpl.InternalSettingDelegateMany(int, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
EStructuralFeatureImpl.InternalSettingDelegateSingle - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingle(EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingle
 
EStructuralFeatureImpl.InternalSettingDelegateSingleContainer - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleContainer(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainer
 
EStructuralFeatureImpl.InternalSettingDelegateSingleContainerResolving - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleContainerResolving(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainerResolving
 
EStructuralFeatureImpl.InternalSettingDelegateSingleData - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleData(Object, Object, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData
 
EStructuralFeatureImpl.InternalSettingDelegateSingleData(Object, Object, EStructuralFeature, EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData
 
EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator() - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataDynamic - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataDynamic(EDataType, Object, Object, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataDynamic
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataDynamic(EDataType, Object, Object, EStructuralFeature, EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataDynamic
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataStatic - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataStatic(Class<?>, Object, Object, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataStatic
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataStatic(Class<?>, Object, Object, EStructuralFeature, EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataStatic
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable(Object, Object, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable(Object, Object, EStructuralFeature, EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettable
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableDynamic - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableDynamic(EDataType, Object, Object, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableDynamic
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableDynamic(EDataType, Object, Object, EStructuralFeature, EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableDynamic
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableStatic - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableStatic(Class<?>, Object, Object, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableStatic
 
EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableStatic(Class<?>, Object, Object, EStructuralFeature, EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableStatic
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObject - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObject(EClass, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObject(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainment - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainment(EClass, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainment
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainment(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainment
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentResolving - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentResolving(EClass, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentResolving
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentUnsettable - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentUnsettable(EClass, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentUnsettable
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentUnsettableResolving - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentUnsettableResolving(EClass, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentUnsettableResolving
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverse - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverse(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverse
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseResolving - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseResolving(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseResolving
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettable - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettable(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettable
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettableResolving - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettableResolving(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettableResolving
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolving - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolving(EClass, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolving
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolving(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolving
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingUnsettable - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingUnsettable(EClass, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingUnsettable
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverse - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverse(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverse
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverseUnsettable - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverseUnsettable(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverseUnsettable
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectUnsettable - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectUnsettable(EClass, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectUnsettable
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverse - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverse(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverse
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverseUnsettable - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverseUnsettable(EClass, EStructuralFeature, EReference) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverseUnsettable
 
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry(EStructuralFeature.Internal, InternalEObject) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
 
EStructuralFeatureImpl.SettingMany - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.SettingMany(EObject, EStructuralFeature, List<Object>) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SettingMany
 
EStructuralFeatureImpl.SimpleContentFeatureMapEntry - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.SimpleContentFeatureMapEntry(EStructuralFeature.Internal) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleContentFeatureMapEntry
 
EStructuralFeatureImpl.SimpleFeatureMapEntry - Class in org.eclipse.emf.ecore.impl
 
EStructuralFeatureImpl.SimpleFeatureMapEntry(EStructuralFeature.Internal, Object) - Constructor for class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleFeatureMapEntry
 
EStructuralFeatureItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a EStructuralFeature object
EStructuralFeatureItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This constructs an instance from a factory and a notifier
eStructuralFeatures - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'EStructural Features' containment reference list
eStructuralFeatures - Variable in class org.eclipse.emf.ecore.util.EContentsEList
 
eStructuralFeatures - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
eStructuralFeatures - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The features handled during the traversal.
eStructuralFeatures - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
eStructuralFeatureToXMLNamespaceMap - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
eSubpackages - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The cached value of the 'ESubpackages' containment reference list
eSuperAdapter - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
 
ESuperAdapter - Class in org.eclipse.emf.ecore.impl
An adapter implementation for maintaining EClasses
ESuperAdapter() - Constructor for class org.eclipse.emf.ecore.impl.ESuperAdapter
 
ESuperAdapter.Holder - Interface in org.eclipse.emf.ecore.impl
 
eSuperTypes - Variable in class org.eclipse.emf.ecore.impl.EClassImpl
The cached value of the 'ESuper Types' reference list
ETB - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
ETREE_ITERATOR - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ETree Iterator' data type
ETREE_ITERATOR - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ETree Iterator' data type
ETX - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
eType - Variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The cached value of the 'EType' reference
ETYPE_PARAMETER - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'EType Parameter' class
ETYPE_PARAMETER - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EType Parameter' class
ETYPE_PARAMETER___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
ETYPE_PARAMETER__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
ETYPE_PARAMETER__EBOUNDS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EBounds' containment reference list
ETYPE_PARAMETER__EBOUNDS - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EBounds' containment reference list feature
ETYPE_PARAMETER__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
ETYPE_PARAMETER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'EType Parameter' class
ETYPE_PARAMETER_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'EType Parameter' class
eTypeArguments - Variable in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
The cached value of the 'EType Arguments' containment reference list
ETYPED_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The meta object id for the 'ETyped Element' class
ETYPED_ELEMENT - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'ETyped Element' class
ETYPED_ELEMENT___GET_EANNOTATION__STRING - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The operation id for the 'Get EAnnotation' operation
ETYPED_ELEMENT__EANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
ETYPED_ELEMENT__EGENERIC_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EGeneric Type' containment reference
ETYPED_ELEMENT__EGENERIC_TYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EGeneric Type' containment reference feature
ETYPED_ELEMENT__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'EType' reference
ETYPED_ELEMENT__ETYPE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'EType' reference feature
ETYPED_ELEMENT__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute
ETYPED_ELEMENT__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Lower Bound' attribute feature
ETYPED_ELEMENT__MANY - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Many' attribute
ETYPED_ELEMENT__MANY - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Many' attribute feature
ETYPED_ELEMENT__NAME - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Name' attribute
ETYPED_ELEMENT__ORDERED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Ordered' attribute
ETYPED_ELEMENT__ORDERED - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Ordered' attribute feature
ETYPED_ELEMENT__REQUIRED - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Required' attribute
ETYPED_ELEMENT__REQUIRED - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Required' attribute feature
ETYPED_ELEMENT__UNIQUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Unique' attribute
ETYPED_ELEMENT__UNIQUE - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Unique' attribute feature
ETYPED_ELEMENT__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute
ETYPED_ELEMENT__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.EcorePackage.Literals
The meta object literal for the 'Upper Bound' attribute feature
ETYPED_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of structural features of the 'ETyped Element' class
ETYPED_ELEMENT_OPERATION_COUNT - Static variable in interface org.eclipse.emf.ecore.EcorePackage
The number of operations of the 'ETyped Element' class
ETypedElement - Interface in org.eclipse.emf.ecore
A representation of the model object 'ETyped Element'
ETypedElementImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'ETyped Element'
ETypedElementImpl() - Constructor for class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
ETypedElementItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a ETypedElement object
ETypedElementItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This constructs an instance from a factory and a notifier
ETypeParameter - Interface in org.eclipse.emf.ecore
A representation of the model object 'EType Parameter'.
eTypeParameter - Variable in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
The cached value of the 'EType Parameter' reference
ETypeParameterImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EType Parameter'
ETypeParameterImpl() - Constructor for class org.eclipse.emf.ecore.impl.ETypeParameterImpl
 
eTypeParameterItemProvider - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all ETypeParameter instances
ETypeParameterItemProvider - Class in org.eclipse.emf.ecore.provider
This is the item provider adapter for a ETypeParameter object
ETypeParameterItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.provider.ETypeParameterItemProvider
This constructs an instance from a factory and a notifier
eTypeParameters - Variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
The cached value of the 'EType Parameters' containment reference list
eTypeParameters - Variable in class org.eclipse.emf.ecore.impl.EOperationImpl
The cached value of the 'EType Parameters' containment reference list
EUNINITIALIZED_CONTAINER - Static variable in class org.eclipse.emf.ecore.impl.DynamicEStoreEObjectImpl
 
EUNINITIALIZED_CONTAINER - Static variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
eUnset(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
eUnset(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.EObject
Unsets the feature of the object.
eUnset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.impl.ETypeParameterImpl
 
eUnset(int) - Method in interface org.eclipse.emf.ecore.InternalEObject
Does the equivalent of eObject.eUnset(eObject.eClass().getEStructuralFeature(featureID)).
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypeParameterImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
eUnset(int) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
eUnset(int) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.EmployeeImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.ItemImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.VideoCassetteImpl
 
eUnset(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
 
eUnset(int) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
eUnset(int) - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
eUnset(int) - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
eUnset(int) - Method in class org.eclipse.emf.java.impl.JInitializerImpl
 
eUnset(int) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
eUnset(int) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
eUnset(int) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
eUnset(int) - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
eUnset(int) - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
eUnset(int) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
eUnset(int) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
eUnset(int) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
eUnset(int) - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
eUnset(int) - Method in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
 
eUnset(int) - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
eUnset(int) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
eUnset(int) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
eUnset(int) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
eUpperBound - Variable in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
The cached value of the 'EUpper Bound' containment reference
eURIFragmentSegment(EStructuralFeature, EObject) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
eURIFragmentSegment(EStructuralFeature, EObject) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
eURIFragmentSegment(EStructuralFeature, EObject) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
eURIFragmentSegment(EStructuralFeature, EObject) - Method in interface org.eclipse.emf.ecore.InternalEObject
Returns the fragment segment that, when passed to eObjectForURIFragmentSegment, will resolve to the given object in this object's given feature.
EValidator - Interface in org.eclipse.emf.ecore
A validity checker.
EValidator.Descriptor - Interface in org.eclipse.emf.ecore
An EValidator wrapper that is used by the EValidator.Registry.
EValidator.PatternMatcher - Interface in org.eclipse.emf.ecore
An common interface for pattern-based constraints.
EValidator.Registry - Interface in org.eclipse.emf.ecore
A map from EPackage to EValidator.
EValidator.SubstitutionLabelProvider - Interface in org.eclipse.emf.ecore
An interface for providing labels used within message substitutions.
EValidator.ValidationDelegate - Interface in org.eclipse.emf.ecore
An interface for delegating validation expression evaluation.
EValidator.ValidationDelegate.Descriptor - Interface in org.eclipse.emf.ecore
A ValidationDelegate wrapper that is used by the EValidator.ValidationDelegate.Registry.
EValidator.ValidationDelegate.Registry - Interface in org.eclipse.emf.ecore
A map from String to EValidator.ValidationDelegate.
eValidatorRegistry - Variable in class org.eclipse.emf.ecore.util.Diagnostician
 
EValidatorRegistryImpl - Class in org.eclipse.emf.ecore.impl
An implementation of a validator registry.
EValidatorRegistryImpl() - Constructor for class org.eclipse.emf.ecore.impl.EValidatorRegistryImpl
 
EValidatorRegistryImpl(EValidator.Registry) - Constructor for class org.eclipse.emf.ecore.impl.EValidatorRegistryImpl
 
EVENT_TYPE_COUNT - Static variable in interface org.eclipse.emf.common.notify.Notification
The number of built-in event types.
eventType - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The type of the change.
EVIRTUAL_GET - Static variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
An action code indicating that an index needs to be computed to perform a get.
EVIRTUAL_IS_SET - Static variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
An action code indicating that an index needs to be computed to perform an isSet.
EVIRTUAL_NO_VALUE - Static variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
EVIRTUAL_SET - Static variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
An action code indicating that an index needs to be computed to perform a BasicEObjectImpl.eVirtualSet(int, Object) set.
EVIRTUAL_UNSET - Static variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
An action code indicating that an BasicEObjectImpl.eVirtualIndex(int, int) index needs to be computed to perform an unset.
eVirtualBitCount(int) - Static method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Returns the number of bits that are on in the two's complement bit pattern.
eVirtualGet(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Returns the value for the feature ID, or null, if there isn't one.
eVirtualGet(int, Object) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Returns the value for the feature ID, or the default value, if there isn't one.
eVirtualIndex(int, int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Returns the index in the virtual values for the feature ID, with the side effect of toggling the necessary bits to suit the action code.
eVirtualIndexBits(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Returns the bit pattern at the given offset within the sequence of bit patterns representing which features are assigned an index in the virtual values.
eVirtualIsSet(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Returns whether there is a value set for the feature ID.
eVirtualSet(int, Object) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Sets the value for the feature ID.
eVirtualUnset(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Unsets the value for the feature ID.
eVirtualValue(int) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Returns the value at the index.
eVirtualValues() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Returns the array of virtual values of the features that are current set.
EWritableList<Type> - Class in org.eclipse.emf.databinding.internal
Writable list which can be used to observe an NotifyingList PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
EWritableList(NotifyingList<Type>) - Constructor for class org.eclipse.emf.databinding.internal.EWritableList
New writable list wrapping the NotifyingList
EWritableList(Realm, NotifyingList<Type>) - Constructor for class org.eclipse.emf.databinding.internal.EWritableList
New writable list wrapping the NotifyingList and using the Realm
EWritableList(Realm, NotifyingList<Type>, Class<Type>) - Constructor for class org.eclipse.emf.databinding.internal.EWritableList
New writable list wrapping the NotifyingList
ExampleInstallerWizard - Class in org.eclipse.emf.common.ui.wizard
Default implementation of AbstractExampleInstallerWizard which can be declared directly in the plugin.xml using the org.eclipse.ui.newWizards and org.eclipse.emf.common.ui.examples extension points.
ExampleInstallerWizard() - Constructor for class org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard
 
exception() - Method in exception org.eclipse.emf.common.util.WrappedException
Returns the wrapped exception.
exceptions - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
Array of cached exceptions.
exceptions - Variable in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
The cached value of the 'Exceptions' containment reference list
EXCEPTIONS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
exceptions - Variable in class org.eclipse.emf.java.impl.JMethodImpl
The cached value of the 'Exceptions' reference list
exclude - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
exclusiveAccessUnit - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 
ExecutableExtensionFactory - Class in org.eclipse.emf.codegen.ecore.xtext.ui
 
ExecutableExtensionFactory() - Constructor for class org.eclipse.emf.codegen.ecore.xtext.ui.ExecutableExtensionFactory
 
execute() - Method in class org.eclipse.emf.ant.taskdefs.EMFTask
 
execute() - Method in class org.eclipse.emf.ant.taskdefs.RemoveVersionTask
 
execute(ExecutionEvent) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler
 
execute(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
 
execute() - Method in interface org.eclipse.emf.codegen.jet.JETParser.Action
 
execute(IProgressMonitor, String[]) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
Utility for headless operations.
execute(Monitor, String[]) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
Utility for headless operations.
execute(Command) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
execute() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required for the effect.
execute(Command) - Method in interface org.eclipse.emf.common.command.CommandStack
Clears any redoable commands not yet redone, adds the command, and then executes the command.
execute() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the execute method of the command.
execute() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.execute() for each command in the list.
execute() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
execute() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.execute() for each command in the list, but makes sure to call redo for any commands that were previously executed to compute canExecute.
execute() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Throws an exception if it should ever be called.
execute(Command) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
Execute a command
execute(Object, Map<String, ?>) - Method in interface org.eclipse.emf.ecore.util.QueryDelegate
Executes the query against the specified target object.
execute(ExecutionEvent) - Method in class org.eclipse.emf.ecore.xcore.ui.CreateDynamicInstanceHandler
 
execute(ExecutionEvent) - Method in class org.eclipse.emf.ecore.xcore.ui.handler.XcoreOrganizeImportsHandler
 
execute() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
execute() - Method in class org.eclipse.emf.edit.command.ChangeCommand
Executes the command.
execute() - Method in class org.eclipse.emf.edit.command.CopyCommand
 
execute() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This executes the wrapped command and sets the affected objects to the collection returned by helper.getCreateChildResult().
execute() - Method in class org.eclipse.emf.edit.command.CutToClipboardCommand
 
execute() - Method in class org.eclipse.emf.edit.command.DeleteCommand
 
execute() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
execute() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand
Executes the adaptable-value-copying command, then calls copy to copy the rest of the value and the wrapper, disposes the copy, and sets it to be the result of the command.
execute(Monitor) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
execute() - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction.DelegateCommand
 
execute() - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
 
execute() - Method in class org.eclipse.emf.mapping.command.AddMappingCommand
 
execute() - Method in class org.eclipse.emf.mapping.command.AddOverrideCommand
 
execute() - Method in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
 
execute() - Method in class org.eclipse.emf.mapping.command.CreateMappingCommand
 
execute() - Method in class org.eclipse.emf.mapping.command.InitializeCopyOverrideCommand
 
execute() - Method in class org.eclipse.emf.mapping.command.NameMatchMappingCommand
 
execute(Command) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack
execute() - Method in class org.eclipse.emf.mapping.command.RemoveMappingCommand
 
execute() - Method in class org.eclipse.emf.mapping.command.RemoveOverrideCommand
 
execute() - Method in class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
 
execute() - Method in class org.eclipse.emf.mapping.command.SetOverrideCommand
 
execute() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor.Ecore2EcoreInitializeCopyOverrideCommand
 
executeEncoding() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack
 
executeQuery() - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
exists(URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Determines whether a given workspace path URI represents a file that already exists.
exists(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.
 
exists(URI) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
exists(URI) - Static method in class org.eclipse.emf.common.ui.URIEditorInput.EclipseUtil
 
exists() - Method in class org.eclipse.emf.common.ui.URIEditorInput
Returns true only if the URI represents a file and if this file exists.
exists(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
exists(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
 
exists(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
exists(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl
 
exists(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
 
exists(String, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
 
exists(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
If a stream can be created the file exists.
exists(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Returns whether the given URI has contents.
exists(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
Returns whether the given URI has contents.
expandedObjects - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
expandedObjects - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
The expected data array of the containing list.
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
The expected data array of the containing list.
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEIterator
The expected data array of the containing list.
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
The expected data array of the containing list.
expectedModCount - Variable in class org.eclipse.emf.common.util.AbstractEList.EIterator
The modification count of the containing list.
expectedModCount - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The modification count expected of the map.
expectedModCount - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
expectedModificationCount - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
expectedSize - Variable in class org.eclipse.emf.ecore.xcore.resource.XcoreResource.FragmentCache
 
expectedSize - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter.Dispatcher
 
export(Monitor) - Method in class org.eclipse.emf.exporter.ModelExporter
Creates the ModelExporter.ExportData instance and delegates the export work to the ModelExporter.doExport(Monitor, ModelExporter.ExportData) method.
EXPORTCONTROL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ExporterPlugin - Class in org.eclipse.emf.exporter
The Plugin for the model exporter.
ExporterPlugin.Implementation - Class in org.eclipse.emf.exporter
The actual implementation of the Eclipse Plugin.
ExporterPlugin.Implementation() - Constructor for class org.eclipse.emf.exporter.ExporterPlugin.Implementation
Creates an instance.
ExporterUIUtil - Class in org.eclipse.emf.exporter.util
 
ExporterUIUtil() - Constructor for class org.eclipse.emf.exporter.util.ExporterUIUtil
 
ExporterUIUtil.CompositeEditorHelper - Class in org.eclipse.emf.exporter.util
 
ExporterUIUtil.CompositeEditorHelper(Composite) - Constructor for class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
ExporterUIUtil.TreeEditorHelper - Class in org.eclipse.emf.exporter.util
 
ExporterUIUtil.TreeEditorHelper(Tree) - Constructor for class org.eclipse.emf.exporter.util.ExporterUIUtil.TreeEditorHelper
 
ExporterUtil - Class in org.eclipse.emf.exporter.util
 
ExporterUtil() - Constructor for class org.eclipse.emf.exporter.util.ExporterUtil
 
ExtendedColorRegistry - Class in org.eclipse.emf.edit.ui.provider
A color registry for converting a color description into an actual color.
ExtendedColorRegistry - Class in org.eclipse.emf.edit.ui.provider
A color registry for converting a color description into an actual color.
ExtendedColorRegistry() - Constructor for class org.eclipse.emf.edit.ui.provider.ExtendedColorRegistry
 
ExtendedColorRegistry(Display) - Constructor for class org.eclipse.emf.edit.ui.provider.ExtendedColorRegistry
 
ExtendedComboBoxCellEditor - Class in org.eclipse.emf.common.ui.celleditor
This uses a list of objects and a label provider to build a combo box based on model objects rather than on strings.
ExtendedComboBoxCellEditor - Class in org.eclipse.emf.common.ui.celleditor
This uses a list of objects and a label provider to build a combo box based on model objects rather than on strings.
ExtendedComboBoxCellEditor(Composite, List<?>, ILabelProvider) - Constructor for class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
ExtendedComboBoxCellEditor(Composite, List<?>, ILabelProvider, boolean) - Constructor for class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
ExtendedComboBoxCellEditor(Composite, List<?>, ILabelProvider, int) - Constructor for class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
ExtendedComboBoxCellEditor(Composite, List<?>, ILabelProvider, boolean, int) - Constructor for class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
ExtendedComboBoxCellEditor.FilteringAdapter - Class in org.eclipse.emf.common.ui.celleditor
 
ExtendedComboBoxCellEditor.FilteringAdapter(Control) - Constructor for class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor.FilteringAdapter
 
ExtendedDeleteAction - Class in org.eclipse.emf.examples.extlibrary.actions
The extended library example supports multi-rooted resources and therefore this action allows the user to delete a library root from the resource.
ExtendedDeleteAction(EditingDomain) - Constructor for class org.eclipse.emf.examples.extlibrary.actions.ExtendedDeleteAction
Constructor
ExtendedDeleteAction() - Constructor for class org.eclipse.emf.examples.extlibrary.actions.ExtendedDeleteAction
Constructor
ExtendedDialogCellEditor - Class in org.eclipse.emf.common.ui.celleditor
This uses a label provider to display a dialog cell editor.
ExtendedDialogCellEditor - Class in org.eclipse.emf.common.ui.celleditor
This uses a label provider to display a dialog cell editor.
ExtendedDialogCellEditor(Composite, ILabelProvider) - Constructor for class org.eclipse.emf.common.ui.celleditor.ExtendedDialogCellEditor
 
ExtendedFontRegistry - Class in org.eclipse.emf.edit.ui.provider
A font registry for turning a font description into an actual font object.
ExtendedFontRegistry - Class in org.eclipse.emf.edit.ui.provider
A font registry for turning a font description into an actual font object.
ExtendedFontRegistry() - Constructor for class org.eclipse.emf.edit.ui.provider.ExtendedFontRegistry
 
ExtendedFontRegistry(Display) - Constructor for class org.eclipse.emf.edit.ui.provider.ExtendedFontRegistry
 
ExtendedImageRegistry - Class in org.eclipse.emf.edit.ui.provider
 
ExtendedImageRegistry - Class in org.eclipse.emf.edit.ui.provider
 
ExtendedImageRegistry() - Constructor for class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
ExtendedImageRegistry(Display) - Constructor for class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
extendedMetaData - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
ExtendedMetaData - Interface in org.eclipse.emf.ecore.util
Interface for accessing and setting extended metadata on Ecore model elements.
extendedMetaData - Variable in class org.eclipse.emf.ecore.xmi.impl.DefaultDOMHandlerImpl
 
extendedMetaData - Variable in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceFactoryImpl
 
extendedMetaData - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
extendedMetaData - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
extendedMetaData - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
extendedMetaData - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
extendedMetaData - Variable in class org.eclipse.emf.ecore.xmi.util.DefaultEcoreBuilder
 
extendedMetaData - Variable in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
extendedMetaDataHolderCache - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
ExtendedPropertySheetPage - Class in org.eclipse.emf.edit.ui.view
This property sheet page has an additional button in its local toolbar that locates the value of the selected property in the editor.
ExtendedPropertySheetPage - Class in org.eclipse.emf.edit.ui.view
This property sheet page has an additional button in its local toolbar that locates the value of the selected property in the editor.
ExtendedPropertySheetPage(AdapterFactoryEditingDomain) - Constructor for class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
ExtendedPropertySheetPage(AdapterFactoryEditingDomain, ExtendedPropertySheetPage.Decoration) - Constructor for class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
ExtendedPropertySheetPage(AdapterFactoryEditingDomain, ExtendedPropertySheetPage.Decoration, IDialogSettings) - Constructor for class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
ExtendedPropertySheetPage.Decoration - Enum in org.eclipse.emf.edit.ui.view
 
ExtendedPropertySheetPage.LocateValueAction - Class in org.eclipse.emf.edit.ui.view
 
ExtendedPropertySheetPage.LocateValueAction() - Constructor for class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage.LocateValueAction
 
ExtendedTableEditor - Class in org.eclipse.emf.common.ui.celleditor
ExtendedTableEditor - Class in org.eclipse.emf.common.ui.celleditor
ExtendedTableEditor(Table) - Constructor for class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
ExtendedTableTreeEditor - Class in org.eclipse.emf.common.ui.celleditor
Deprecated. 
ExtendedTableTreeEditor(TableTree) - Constructor for class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
ExtendedTableTreeViewer - Class in org.eclipse.emf.common.ui.viewer
Deprecated.
ExtendedTableTreeViewer(TableTree) - Constructor for class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
 
ExtendedTableTreeViewer(Composite) - Constructor for class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
 
ExtendedTableTreeViewer(Composite, int) - Constructor for class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
 
ExtendedTableTreeViewer.ExtendedTableTreeItem - Class in org.eclipse.emf.common.ui.viewer
Deprecated.
 
ExtendedTableTreeViewer.ExtendedTableTreeItem(TableTree, int) - Constructor for class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
 
ExtendedTableTreeViewer.ExtendedTableTreeItem(TableTree, int, int) - Constructor for class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
 
ExtendedTableTreeViewer.ExtendedTableTreeItem(TableTreeItem, int) - Constructor for class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
 
ExtendedTableTreeViewer.ExtendedTableTreeItem(TableTreeItem, int, int) - Constructor for class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
 
ExtendedTreeEditor - Class in org.eclipse.emf.common.ui.celleditor
This base class for implementing a TreeEditor calls ExtendedTreeEditor.editItem(TreeItem) when the cell editor potentially needs to be activated.
ExtendedTreeEditor - Class in org.eclipse.emf.common.ui.celleditor
This base class for implementing a TreeEditor calls #editItem when the cell editor potentially needs to be activated.
ExtendedTreeEditor(Tree) - Constructor for class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
extendRangeBackward(ASTNode, SourceRange) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Extends the given range to include the range of nodeToAdd.
extendRangeForward(ASTNode, SourceRange) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Extends the given range to include the range of nodeToAdd.
extendsAnnotationExpression - Static variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The pattern for extracting the @extends annotations.
extendsGenClassFeatures - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl.CollidingGenOperationFilter
 
extendsGenClassOperations - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl.CollidingGenOperationFilter
 
EXTENSIBLE_PROVIDER_FACTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Extensible Provider Factory' attribute
extensibleProviderFactory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Extensible Provider Factory' attribute
ExtensibleURIConverterImpl - Class in org.eclipse.emf.ecore.resource.impl
A highly functional and extensible URI converter implementation.
ExtensibleURIConverterImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
Creates an instance.
ExtensibleURIConverterImpl(Collection<URIHandler>, Collection<ContentHandler>) - Constructor for class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
Creates an instance.
ExtensibleURIConverterImpl.ContentHandlerList - Class in org.eclipse.emf.ecore.resource.impl
 
ExtensibleURIConverterImpl.ContentHandlerList() - Constructor for class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.ContentHandlerList
 
ExtensibleURIConverterImpl.URIHandlerList - Class in org.eclipse.emf.ecore.resource.impl
 
ExtensibleURIConverterImpl.URIHandlerList() - Constructor for class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIHandlerList
 
ExtensibleURIConverterImpl.URIMap - Interface in org.eclipse.emf.ecore.resource.impl
A map that remaps URIs.
ExtensibleURIConverterImpl.URIMap.Internal - Interface in org.eclipse.emf.ecore.resource.impl
An interface implemented by a URI map that tracks changes by incrementing the modification count.
EXTENSION - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
EXTENSION_PARSER_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
EXTENSION_POINT_PATTERN - Static variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
A pattern for matching extensions.
extensionFor(String) - Static method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Computes the file extension to be used with the key to specify an image resource.
extensionPointID - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
 
EXTENSIONS - Static variable in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
The key in the parameters map representing the extensions, which are encoded as a space separate list of suffixes.
extensions - Variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The file extensions for which this handler applies.
EXTENSIONS - Static variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The key in the constructor's parameter map representing the extensions which are encoded as a space separate list of suffixes.
extensions - Variable in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager.ModelImporterDescriptorImpl
 
extensionToFactoryMap - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
The extension map.
extent - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
extent - Variable in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
externalGenModelList - Variable in class org.eclipse.emf.converter.ModelConverter
 
externalGenModelResourceSet - Variable in class org.eclipse.emf.converter.ModelConverter
 
externalGenModels - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
All the external GenModels from all required projects.
externalPackageNameToEPackageMap - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The map from a package name to the corresponding package.
externalQueue - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
A queue used when creating external entries and subsequently for cleaning garbage collected references.
externalSchemaLocation - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
externalURIToLocations - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
EXTLibraryActionBarContributor - Class in org.eclipse.emf.examples.extlibrary.presentation
This is the action bar contributor for the EXTLibrary model editor
EXTLibraryActionBarContributor() - Constructor for class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This creates an instance of the contributor
EXTLibraryAdapterFactory - Class in org.eclipse.emf.examples.extlibrary.util
The Adapter Factory for the model.
EXTLibraryAdapterFactory() - Constructor for class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Creates an instance of the adapter factory
EXTLibraryEditor - Class in org.eclipse.emf.examples.extlibrary.presentation
This is an example of a EXTLibrary model editor
EXTLibraryEditor() - Constructor for class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This creates a model editor
EXTLibraryEditor.ReverseAdapterFactoryContentProvider - Class in org.eclipse.emf.examples.extlibrary.presentation
 
EXTLibraryEditor.ReverseAdapterFactoryContentProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor.ReverseAdapterFactoryContentProvider
 
EXTLibraryEditorPlugin - Class in org.eclipse.emf.examples.extlibrary.presentation
This is the central singleton for the EXTLibrary editor plugin
EXTLibraryEditorPlugin() - Constructor for class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditorPlugin
Create the instance
EXTLibraryEditorPlugin.Implementation - Class in org.eclipse.emf.examples.extlibrary.presentation
The actual implementation of the Eclipse Plugin
EXTLibraryEditorPlugin.Implementation() - Constructor for class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditorPlugin.Implementation
Creates an instance
EXTLibraryEditPlugin - Class in org.eclipse.emf.examples.extlibrary.provider
This is the central singleton for the EXTLibrary edit plugin
EXTLibraryEditPlugin() - Constructor for class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryEditPlugin
Create the instance
EXTLibraryEditPlugin.Implementation - Class in org.eclipse.emf.examples.extlibrary.provider
The actual implementation of the Eclipse Plugin
EXTLibraryEditPlugin.Implementation() - Constructor for class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryEditPlugin.Implementation
Creates an instance
EXTLibraryExtendedActionBarContributor - Class in org.eclipse.emf.examples.extlibrary.actions
Extension to the generated action bar contributor to handle creation of multi-rooted resources.
EXTLibraryExtendedActionBarContributor() - Constructor for class org.eclipse.emf.examples.extlibrary.actions.EXTLibraryExtendedActionBarContributor
Constructor
EXTLibraryFactory - Interface in org.eclipse.emf.examples.extlibrary
The Factory for the model.
extLibraryFactory - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
This caches an instance of the model factory
EXTLibraryFactoryImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model Factory
EXTLibraryFactoryImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
Creates an instance of the factory
EXTLibraryItemProviderAdapterFactory - Class in org.eclipse.emf.examples.extlibrary.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
EXTLibraryItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This constructs an instance
EXTLibraryModelWizard - Class in org.eclipse.emf.examples.extlibrary.presentation
This is a simple wizard for creating a new model file
EXTLibraryModelWizard() - Constructor for class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
 
EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage - Class in org.eclipse.emf.examples.extlibrary.presentation
This is the page where the type of object to create is selected
EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage(String) - Constructor for class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
Pass in the selection
EXTLibraryModelWizard.EXTLibraryModelWizardNewFileCreationPage - Class in org.eclipse.emf.examples.extlibrary.presentation
This is the one page of the wizard
EXTLibraryModelWizard.EXTLibraryModelWizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardNewFileCreationPage
Pass in the selection
EXTLibraryPackage - Interface in org.eclipse.emf.examples.extlibrary
The Package for the model.
extLibraryPackage - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
This caches an instance of the model package
EXTLibraryPackage.Literals - Interface in org.eclipse.emf.examples.extlibrary
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
EXTLibraryPackageImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model Package
EXTLibrarySwitch<T> - Class in org.eclipse.emf.examples.extlibrary.util
The Switch for the model's inheritance hierarchy.
EXTLibrarySwitch() - Constructor for class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
Creates an instance of the switch
extractBody(String) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenerator
 
extractDragSource(Object) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This extracts a collection of dragged source objects from the given object retrieved from the transfer agent.
extractDropTarget(Widget) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This extracts an object from the given item widget, providing the special support required by an ExtendedTableTreeViewer.ExtendedTableTreeItem.
extractEAnnotations(String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
extractValue(FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 

F

FACADE_HELPER_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Facade Helper Class' attribute
FacadeFlags - Class in org.eclipse.emf.codegen.merge.java.facade
Utility class for decoding modifier flags in Java elements.
facadeHelper - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter
 
FacadeHelper - Class in org.eclipse.emf.codegen.merge.java.facade
 
FacadeHelper() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
facadeHelper - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
facadeHelper - Static variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The factory used to create JNodes.
facadeHelperClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Facade Helper Class' attribute
FacadeVisitor - Class in org.eclipse.emf.codegen.merge.java.facade
 
FacadeVisitor() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
factor - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
factor - Variable in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
factorAddCommand(EditingDomain, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This method factors an AddCommand for a collection of objects into one or more primitive add command, i.e., one per unique feature.
factorAddCommand(EditingDomain, CommandParameter) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
factorMoveCommand(EditingDomain, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This method factors a MoveCommand to determine the feature.
factorRemoveCommand(EditingDomain, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This method factors a RemoveCommand for a collection of objects into one or more primitive remove commands, i.e., one per unique feature.
factory - Variable in exception org.eclipse.emf.ecore.xmi.ClassNotFoundException
 
factory - Variable in class org.eclipse.emf.oda.ecore.impl.Query
 
FACTORY_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
FACTORY_OVERRIDE_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
FactoryClass - Class in org.eclipse.emf.codegen.ecore.templates.model
 
FactoryClass() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
factoryClassEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
factoryClassTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
factoryInterfaceEmitter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
factoryInterfaceTemplateName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator-based design renders this field obsolete. It will be removed after 2.2.
FALSE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
fatalError(SAXParseException) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
fatalError(SAXParseException) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
fatalError(XMIException) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
fatalError(SAXParseException) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.Handler
 
feature - Variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
feature - Variable in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
feature - Variable in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
The cached value of the 'Feature' reference
feature - Variable in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
feature - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
feature - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
feature - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingle
 
feature() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl
 
feature() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.ValueListIteratorImpl
 
feature() - Method in interface org.eclipse.emf.ecore.util.EContentsEList.FeatureIterator
 
feature - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
feature() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
feature - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
feature - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureValue
 
feature - Variable in exception org.eclipse.emf.ecore.xmi.IllegalValueException
 
feature - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the feature of the owner object upon the command will act.
feature - Variable in class org.eclipse.emf.edit.command.CommandParameter
This is the aspect of the owner that will be affected.
feature - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the feature of the owner to which the child will be added.
feature - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the feature of the owner object upon the command will act.
feature - Variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This is feature of the owner where the clipboard copy is pasted.
feature - Variable in class org.eclipse.emf.edit.command.RemoveCommand
This is the feature of the owner object upon the command will act.
feature - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is the feature of the owner object upon the command will act.
feature - Variable in class org.eclipse.emf.edit.command.SetCommand
This is the feature of the owner object upon the command will act.
feature - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is the structural feature that provides the values for this property.
feature - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore.Entry
 
feature - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider
The structural feature, if applicable, through which the value can be set and retrieved.
FEATURE_CHANGE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The meta object id for the 'Feature Change' class
FEATURE_CHANGE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Feature Change' class
FEATURE_CHANGE__DATA_VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Data Value' attribute
FEATURE_CHANGE__DATA_VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Data Value' attribute feature
FEATURE_CHANGE__FEATURE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Feature' reference
FEATURE_CHANGE__FEATURE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Feature' reference feature
FEATURE_CHANGE__FEATURE_NAME - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Feature Name' attribute
FEATURE_CHANGE__FEATURE_NAME - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Feature Name' attribute feature
FEATURE_CHANGE__LIST_CHANGES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'List Changes' containment reference list
FEATURE_CHANGE__LIST_CHANGES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'List Changes' containment reference list feature
FEATURE_CHANGE__REFERENCE_VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Reference Value' reference
FEATURE_CHANGE__REFERENCE_VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Reference Value' reference feature
FEATURE_CHANGE__SET - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Set' attribute
FEATURE_CHANGE__SET - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Set' attribute feature
FEATURE_CHANGE__VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Value' attribute
FEATURE_CHANGE__VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Value' attribute feature
FEATURE_CHANGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The number of structural features of the 'Feature Change' class
FEATURE_DELEGATION_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Feature Delegation' attribute
FEATURE_KINDS - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The strings used to represent the various feature kinds in extended metadata annotations, indexed by kind ID.
FEATURE_MAP - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
FEATURE_MAP_ENTRY - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The meta object id for the 'Feature Map Entry' class
FEATURE_MAP_ENTRY - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Feature Map Entry' class
FEATURE_MAP_ENTRY__DATA_VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Data Value' attribute
FEATURE_MAP_ENTRY__DATA_VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Data Value' attribute feature
FEATURE_MAP_ENTRY__FEATURE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Feature' reference
FEATURE_MAP_ENTRY__FEATURE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Feature' reference feature
FEATURE_MAP_ENTRY__FEATURE_NAME - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Feature Name' attribute
FEATURE_MAP_ENTRY__FEATURE_NAME - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Feature Name' attribute feature
FEATURE_MAP_ENTRY__REFERENCE_VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Reference Value' reference
FEATURE_MAP_ENTRY__REFERENCE_VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Reference Value' reference feature
FEATURE_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Value' attribute
FEATURE_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Value' attribute feature
FEATURE_MAP_ENTRY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The number of structural features of the 'Feature Map Entry' class
FEATURE_MAP_WRAPPER_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Feature Map Wrapper Class' attribute
FEATURE_MAP_WRAPPER_INTERFACE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Feature Map Wrapper Interface' attribute
FEATURE_MAP_WRAPPER_INTERNAL_INTERFACE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Feature Map Wrapper Internal Interface' attribute
FEATURE_NAME_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
The default value of the 'Feature Name' attribute
FEATURE_NAME_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
The default value of the 'Feature Name' attribute
FEATURE_VALUE_PATTERN - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
featureCallField(JvmField, Object) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreInterpreter
 
FeatureChange - Interface in org.eclipse.emf.ecore.change
A representation of the model object 'Feature Change'
FeatureChangeImpl - Class in org.eclipse.emf.ecore.change.impl
An implementation of the model object 'Feature Change'
FeatureChangeImpl() - Constructor for class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
FeatureChangeImpl(EStructuralFeature, Object, boolean) - Constructor for class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
featureChangeItemProvider - Variable in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This keeps track of the one adapter used for all FeatureChange instances
FeatureChangeItemProvider - Class in org.eclipse.emf.ecore.change.provider
This is the item provider adapter for a FeatureChange object
FeatureChangeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
This constructs an instance from a factory and a notifier
featureClass - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.Feature
 
featureClassifierPair - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
featureCursor - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
featureDelegation - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Feature Delegation' attribute
FeatureEditorDialog - Class in org.eclipse.emf.edit.ui.celleditor
 
FeatureEditorDialog - Class in org.eclipse.emf.edit.ui.celleditor
 
FeatureEditorDialog(Shell, ILabelProvider, Object, EClassifier, List<?>, String, List<?>, boolean, boolean, boolean) - Constructor for class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
FeatureEditorDialog(Shell, ILabelProvider, Object, EClassifier, List<?>, String, List<?>, boolean, boolean) - Constructor for class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
Deprecated.
Use FeatureEditorDialog.FeatureEditorDialog(Shell, ILabelProvider, Object, EClassifier, List, String, List, boolean, boolean, boolean), which provides proper behaviour for unique and non-unique features. This form retains the old behaviour, where specifying a list of choices enforces uniqueness.
FeatureEditorDialog(Shell, ILabelProvider, Object, EClassifier, List<?>, String, List<?>) - Constructor for class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
Deprecated.
Use FeatureEditorDialog.FeatureEditorDialog(Shell, ILabelProvider, Object, EClassifier, List, String, List, boolean, boolean, boolean), which provides proper behaviour for unique and non-unique features. This form retains the old behaviour, where specifying a list of choices enforces uniqueness.
FeatureEditorDialog(Shell, ILabelProvider, EObject, EStructuralFeature, String, List<?>) - Constructor for class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
featureFilter - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
featureID - Variable in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
featureID - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
featureID - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData
 
featureID - Variable in class org.eclipse.emf.ecore.util.EDataTypeEList
 
featureID - Variable in class org.eclipse.emf.ecore.util.EObjectEList
 
featureKind - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
featureKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
featureKinds - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
featureMap() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
featureMap - Variable in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
featureMap() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
featureMap() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
featureMap - Variable in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureMapEObjectImpl
 
featureMap() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureMapEObjectImpl
 
FeatureMap - Interface in org.eclipse.emf.ecore.util
A list of entries where each entry consists of a feature and a single value of that feature's type.
featureMap() - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal.Wrapper
 
featureMap - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
featureMap - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
featureMap() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
featureMap - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureValue
 
FeatureMap.Entry - Interface in org.eclipse.emf.ecore.util
A pair consisting of a feature and a single value of that feature's type.
FeatureMap.Entry.Internal - Interface in org.eclipse.emf.ecore.util
 
FeatureMap.Internal - Interface in org.eclipse.emf.ecore.util
 
FeatureMap.Internal.Wrapper - Interface in org.eclipse.emf.ecore.util
 
FeatureMap.ValueListIterator<E> - Interface in org.eclipse.emf.ecore.util
 
FeatureMapEntry - Interface in org.eclipse.emf.ecore.change
A representation of the model object 'Feature Map Entry'
featureMapEntryDataArrayBuffer - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
featureMapEntryDataArrayBufferCount - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
FeatureMapEntryImpl - Class in org.eclipse.emf.ecore.change.impl
An implementation of the model object 'Feature Map Entry'.
FeatureMapEntryImpl() - Constructor for class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
FeatureMapEntryImpl(EStructuralFeature, Object) - Constructor for class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
featureMapEntryItemProvider - Variable in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This keeps track of the one adapter used for all FeatureMapEntry instances
FeatureMapEntryItemProvider - Class in org.eclipse.emf.ecore.change.provider
This is the item provider adapter for a FeatureMapEntry object
FeatureMapEntryItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
This constructs an instance from a factory and a notifier
featureMapEntryValues - Variable in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
The cached value of the 'Feature Map Entry Values' containment reference list
FeatureMapEntryWrapperItemProvider - Class in org.eclipse.emf.edit.provider
A wrapper for FeatureMap.Entrys.
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry, EObject, EAttribute, int, AdapterFactory, ResourceLocator) - Constructor for class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Creates an instance for the feature map entry.
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry, EObject, EAttribute, int, AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Deprecated.
As of EMF 2.0.1, replaced by this form.
featureMapFeature - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator
 
FeatureMapUtil - Class in org.eclipse.emf.ecore.util
 
FeatureMapUtil.BasicFeatureEIterator<E> - Class in org.eclipse.emf.ecore.util
 
FeatureMapUtil.BasicFeatureEIterator(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
FeatureMapUtil.BasicValidator - Class in org.eclipse.emf.ecore.util
 
FeatureMapUtil.BasicValidator(EClass, EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
FeatureMapUtil.BasicValidator.Cache - Class in org.eclipse.emf.ecore.util
 
FeatureMapUtil.BasicValidator.Cache() - Constructor for class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator.Cache
 
FeatureMapUtil.EntryImpl - Class in org.eclipse.emf.ecore.util
 
FeatureMapUtil.EntryImpl(EStructuralFeature, Object) - Constructor for class org.eclipse.emf.ecore.util.FeatureMapUtil.EntryImpl
 
FeatureMapUtil.FeatureEList<E> - Class in org.eclipse.emf.ecore.util
 
FeatureMapUtil.FeatureEList(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
FeatureMapUtil.FeatureEList.Basic<E> - Class in org.eclipse.emf.ecore.util
 
FeatureMapUtil.FeatureEList.Basic(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList.Basic
 
FeatureMapUtil.FeatureENotificationImpl - Class in org.eclipse.emf.ecore.util
 
FeatureMapUtil.FeatureENotificationImpl(InternalEObject, int, EStructuralFeature, Object, Object, int) - Constructor for class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureENotificationImpl
 
FeatureMapUtil.FeatureENotificationImpl(InternalEObject, int, EStructuralFeature, Object, Object, int, boolean) - Constructor for class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureENotificationImpl
 
FeatureMapUtil.FeatureFeatureMap - Class in org.eclipse.emf.ecore.util
 
FeatureMapUtil.FeatureFeatureMap(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
FeatureMapUtil.FeatureValue - Class in org.eclipse.emf.ecore.util
 
FeatureMapUtil.FeatureValue(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureValue
 
FeatureMapUtil.Validator - Interface in org.eclipse.emf.ecore.util
 
featureMapValidator - Variable in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
featureMapValidator - Variable in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
featureMapWrapperClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Feature Map Wrapper Class' attribute
featureMapWrapperInterface - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Feature Map Wrapper Interface' attribute
featureMapWrapperInternalInterface - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Feature Map Wrapper Internal Interface' attribute
featureMethod - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.Feature
 
featureName - Variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
featureName - Variable in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
featureName - Variable in exception org.eclipse.emf.ecore.xmi.FeatureNotFoundException
 
FeatureNotFoundException - Exception in org.eclipse.emf.ecore.xmi
 
FeatureNotFoundException(String, EObject, String, int, int) - Constructor for exception org.eclipse.emf.ecore.xmi.FeatureNotFoundException
 
FeaturePath - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
features() - Method in interface org.eclipse.emf.ecore.impl.EClassImpl.FeatureSubsetSupplier
 
features - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
featuresToKinds - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
featuresToKinds - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
featureTable - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
feedback - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the feedback that will be returned by DragAndDropCommand.getFeedback().
FEEDBACK_INSERT_AFTER - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.FEEDBACK_INSERT_AFTER.
FEEDBACK_INSERT_BEFORE - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.FEEDBACK_INSERT_BEFORE.
FEEDBACK_NONE - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.FEEDBACK_NONE.
FEEDBACK_SELECT - Static variable in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is the same as org.eclipse.swt.dnd.DND.FEEDBACK_SELECT.
FF - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
fIANA2JavaMap - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.EncodingMap
fIANA2JavaMap
fieldIndexesMap - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
Map of fields to their index in the children list
fieldInitializersMap - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
Map of initializer values of the fields to fields
fieldMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
fieldMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
fieldNamesMap - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
Map of field names to fields
file - Variable in class org.eclipse.emf.converter.ui.OpenWizardActionDelegate
 
file - Variable in class org.eclipse.emf.ecore.action.OpenEditorAction
 
file - Variable in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
 
FILE_BASE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The base URI for file scheme URIs.
FILE_BASE_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The hash code of the base URI for file scheme URIs.
FILE_BASE_LENGTH - Static variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The length of the base URI for file scheme URIs.
FILE_EXTENSION - Static variable in interface org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLResource
 
FILE_EXTENSION_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
FILE_EXTENSIONS - Static variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
The supported extensions for created files
FILE_EXTENSIONS - Static variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
The supported extensions for created files
FILE_EXTENSIONS - Static variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
The supported extensions for created files
FILE_EXTENSIONS - Static variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
The supported extensions for created files
FILE_EXTENSIONS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'File Extensions' attribute
FILE_NAME - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
fileAccessUnits - Variable in class org.eclipse.emf.common.util.URI.URIPool
Access units for file URI string-based access.
fileExtension() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI whose path includes a file extension, that file extension is returned; null otherwise.
fileExtension() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
fileExtension() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
fileExtensions - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'File Extensions' attribute
fileExtensions - Variable in class org.eclipse.emf.importer.ModelImporter
 
fileid - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the id of the file.
fileName - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
files - Variable in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
filesToOpen - Variable in class org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard
 
fileText - Variable in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
fileTextContent - Variable in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
fileTextModified(String) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
FileURIHandlerImpl - Class in org.eclipse.emf.ecore.resource.impl
 
FileURIHandlerImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl
Creates an instance.
filter(EContentsEList.FeatureFilter) - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
filter(EContentsEList.FeatureFilter) - Method in interface org.eclipse.emf.ecore.util.EContentsEList.Filterable
 
filter(EMap<K, V>, <any>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEMapExtensions
Returns a filtered view of the map.
filterDescendants(Collection<? extends EObject>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a subset of the objects such that no object in the result is an ancestor of any other object in the result.
filteredEPackages - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
filterEPackagesTable(boolean) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
filterExtensions - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
filterFlags - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
These are the flags used as filters in the property sheet.
filterGenClasses(List<GenClass>, GenBaseImpl.GenClassFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Return all GenClasses in the specified genClasses list that are accepted by filter; all are accepted if filter is null.
filterMappedObjects - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
filterModelImporterDescriptors(int) - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
filterModelImporterDescriptors(String) - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
filterReferencedEPackages(Collection<EPackage>, List<GenPackage>) - Method in class org.eclipse.emf.converter.ModelConverter
 
filterReferencedEPackages(Collection<EPackage>, List<GenPackage>) - Method in class org.eclipse.emf.converter.ModelConverter.ReferencedEPackageFilter
 
filterReferencedEPackagesToConvert(Collection<EPackage>, List<GenPackage>) - Method in class org.eclipse.emf.converter.ModelConverter
 
filterUnmappedObjects - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
FINAL - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Final access flag.
FINAL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
final_ - Variable in class org.eclipse.emf.java.impl.JClassImpl
The cached value of the 'Final' attribute
final_ - Variable in class org.eclipse.emf.java.impl.JFieldImpl
The cached value of the 'Final' attribute
final_ - Variable in class org.eclipse.emf.java.impl.JMethodImpl
The cached value of the 'Final' attribute
final_ - Variable in class org.eclipse.emf.java.impl.JParameterImpl
The cached value of the 'Final' attribute
FINAL_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JClassImpl
The default value of the 'Final' attribute
FINAL_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JFieldImpl
The default value of the 'Final' attribute
FINAL_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMethodImpl
The default value of the 'Final' attribute
FINAL_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JParameterImpl
The default value of the 'Final' attribute
finalizeChange(ResourceChange) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
finalizeChange(FeatureChange, EObject) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
find(String[], String) - Static method in class org.eclipse.emf.codegen.jet.JETCompiler
 
find(Collection<?>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Returns a map of all cross references in the content tree.
find(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Returns a map of all external cross references from the specified content tree.
find(Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Returns a map of all external cross references from the specified content tree.
find(ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Returns a map of all external cross references from the specified content tree.
find(Collection<?>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Returns a map of all external cross references from the combined content trees of the specified collection of objects.
find(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Returns a map of all proxy references from the specified content tree.
find(Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Returns a map of all proxy references from the specified content tree.
find(ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Returns a map of all proxy references from the specified content tree.
find(Collection<?>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Returns a map of all proxy references from the specified content tree.
find(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Returns a map of all unresolvable proxies from the specified content tree.
find(Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Returns a map of all unresolvable proxies from the specified content tree.
find(ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Returns a map of all unresolvable proxies from the specified content tree.
find(Collection<?>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Returns a map of all unresolvable proxies from the specified content tree.
find(EObject, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a collection of usage references from the specified content tree.
find(EObject, Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a collection of usage references from the specified content tree.
find(EObject, ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a collection of usage references from the specified content tree.
find(EObject, Collection<?>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a collection of usage references from the combined content trees of the specified collection of objects.
findAll(Collection<?>, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a map of usage references from the specified content tree.
findAll(Collection<?>, Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a map of usage references from the specified content tree.
findAll(Collection<?>, ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a map of usage references from the specified content tree.
findAll(Collection<?>, Collection<?>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns a map of usage references from the combined content trees of the specified collection of objects.
findAllResourceUris(String, <any>) - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcorePathTraverser
 
findAllUsage(Collection<?>) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns the map of usage references to objects in the specified collection.
findAndCommentOutReplaceEdit(TextEdit, ITrackedNodePosition) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Finds first ReplaceEdit in existing edits that covers node position range, and comments out each line in it.
findColumn(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.EClass
 
findColumn(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.EDataType
 
findDelegate(EPackage) - Method in class org.eclipse.emf.ecore.util.ComposedSwitch
Finds a suitable delegate for the given package.
findEObject(EClass, QualifiedName, String) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreResource
Finds the EObject of the given type and the given QualifiedName.
findExternalCrossReferences() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ExternalCrossReferencer
Returns the map of external cross references for this cross referencer.
findFirstCommentInRangeIndex(int, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Finds index of the first comment that is completely in the given range.
findGenClass(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenClass(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
findGenClassifier(EClassifier) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
findGenClassifier(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenClassifier(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
findGenDataType(EDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenDataType(EDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
findGenEnum(EEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenEnum(EEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
findGenFeature(EStructuralFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
findGenFeature(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenFeature(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
findGenOperation(EOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
findGenOperation(EOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenOperation(EOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
findGenPackage(EPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
findGenPackage(EPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
findGenPackage(EPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
findGenPackageHelper(GenPackage, EPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Finds the GenPackage corresponding to the EPackage, taking into account any nested GenPackages.
findGenTypeParameter(ETypeParameter) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
findGenTypeParameter(ETypeParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
findHashCode - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
findInParameter(String) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
findLastCommentInRangeIndex(int, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Finds index of the last comment in the given range.
findLeadingComment(ASTNode, ASTNode, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Finds the farthest leading comment of node after the previous node.
findLocalGenPackage(EPackage) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreGenModelBuilder
 
findLocalReferencesFromElement(TargetURIs, EObject, Resource, Acceptor) - Method in class org.eclipse.emf.ecore.xcore.findrefs.XcoreReferenceFinder
 
findLocation(String[], int, String) - Static method in class org.eclipse.emf.codegen.jet.JETCompiler
 
findMajorSeparator(int, String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
Looks for a '/', ':', or '?'
findNestedType(JvmType, int, QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractKnownTypesScope
 
findNodeWithKey(String) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
findNodeWithValue(String) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
findNodeWithWord(String) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
findOrCreateContainer(IPath, boolean, IPath, IProgressMonitor) - Static method in class org.eclipse.emf.codegen.CodeGen
Deprecated.
As of EMF 2.1.0, moved to CodeGenUtil.
findOrCreateContainer(IPath, boolean, IProjectDescription, IProgressMonitor) - Static method in class org.eclipse.emf.codegen.CodeGen
Deprecated.
As of EMF 2.1.0, moved to CodeGenUtil.
findOrCreateContainer(GenBaseImpl, Monitor, int, List, String, boolean) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.
 
findOrCreateContainer(GenBaseImpl, Monitor, int, List, IPath, boolean) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.
 
findOrCreateContainer(GenModel, Monitor, int, List, String, boolean) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.
 
findOrCreateContainer(Monitor, int, List, URI, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
findOrCreateContainer(IPath, boolean, IPath, IProgressMonitor) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
 
findOrCreateContainer(IPath, boolean, IProjectDescription, IProgressMonitor) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
 
findOrCreateContainer(IPath, boolean, IPath, IProgressMonitor) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
findOrCreateContainer(IPath, boolean, IProjectDescription, IProgressMonitor) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
findOrCreateContainerHelper(String, String, Monitor) - Method in class org.eclipse.emf.codegen.ecore.Generator
 
findOrCreateGenAnnotation(GenBase, String) - Static method in class org.eclipse.emf.exporter.util.ExporterUtil
Returns the GenBase object's GenAnnotation, creating one if necessary.
findParent(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Finds the parent node based on the parent of wrapped AST node.
findProxyCrossReferences() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Returns the map of proxy references for this cross referencer.
findReferences(Collection<EObject>) - Method in class org.eclipse.emf.edit.command.DeleteCommand
Returns the references to the objects in the given collection that are to be cleared.
findReferencesInDescription(TargetURIs, IResourceDescription, IResourceAccess, Acceptor, IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.findrefs.XcoreReferenceFinder
 
findRelativePath(URI, boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
findSegmentEnd(int, String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
Looks for a '/', or '?'
findTerminatingCharacter - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
findTrailingComments(ASTNode, ASTNode, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Finds the farthest trailing comment of node before the next node.
findUnresolvedProxyCrossReferences() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.UnresolvedProxyCrossReferencer
Returns the map of unresolvable proxies for this cross referencer.
findUsage(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.UsageCrossReferencer
Returns the collection of usage references to the specified object.
finish(OutputStream) - Method in class org.eclipse.emf.ecore.resource.impl.AESCipherImpl
 
finish(InputStream) - Method in class org.eclipse.emf.ecore.resource.impl.AESCipherImpl
 
finish(OutputStream) - Method in class org.eclipse.emf.ecore.resource.impl.DESCipherImpl
 
finish(InputStream) - Method in class org.eclipse.emf.ecore.resource.impl.DESCipherImpl
 
finish(OutputStream) - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Cipher
This method is invoked after the encrypted output stream is used allowing the Cipher implementation to do any maintenance work required, such as flushing an internal cache.
finish(InputStream) - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Cipher
This method is invoked after the decrypted input stream is used allowing the Cipher implementation to do any maintenance work required, such as flushing internal cache.
fireLabelProviderChanged() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ChangeNotifier
This calls notifyChanged for each listener.
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Fires a notification to the adapter factory and any registered listeners.
fireNotifyChanged(Notification) - Method in interface org.eclipse.emf.edit.provider.IChangeNotifier
This calls notifyChanged for each listener.
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ItemProvider
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This convenience method converts the arguments into an appropriate update call on the viewer.
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain.LabelUpdatePropagatingComposedAdapterFactory
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewDecoratorAdapterFactory
 
fireNotifyChanged(Notification) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
firePageDeactivated(int) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard.PageHelper
 
firePropertyChange(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is here for the listener to be able to call it
firePropertyChange(int) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is here for the listener to be able to call it
firePropertyChange(int) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is here for the listener to be able to call it
firePropertyChange(String, int, int) - Method in class org.eclipse.emf.importer.rose.parser.RoseComponent
 
firePropertyChange(int) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This is here for the listener to be able to call it
firePropertyChange(int) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is here for the listener to be able to call it
firePropertyChange(int) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This simply calls super; it is here only so that inner classes can call it.
fireSelectionChanged() - Method in class org.eclipse.emf.edit.ui.provider.UnwrappingSelectionProvider
 
FIRST_COLUMN_NAME - Static variable in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EClass
 
FIRST_COLUMN_NAME - Static variable in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EDataType
 
FIRST_NAME_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
The default value of the 'First Name' attribute
firstElementMark - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
firstImage - Variable in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
 
firstInvalidSegment(String[]) - Static method in class org.eclipse.emf.common.util.URI
 
firstListenerAdded() - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
firstListenerAdded() - Method in class org.eclipse.emf.databinding.EObjectObservableValue
 
firstListenerAdded() - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
firstName - Variable in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
The cached value of the 'First Name' attribute
firstSegment() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the first segment of the segment sequence, or null if there are no segments.
firstString - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
firstTime - Variable in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
firstTime - Variable in class org.eclipse.emf.importer.ui.EMFModelWizard.NewGenModelFileCreationPage
 
firstTimeVisible(Table) - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
fix(URL, String) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
 
fixEClassifiers() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
fixedFile - Variable in class org.eclipse.emf.converter.ui.OpenWizardActionDelegate
 
fixEEnumLiterals(EEnum) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
fixEOperations(EClass) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
fixEStructuralFeatures(EClass) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
fixFactor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
fixFactor() - Method in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
fixInstanceClass(EClassifier) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
fixInterfaceBrace - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
fixInterfaceBrace() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
fixInterfaceBrace() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
fixInterfaceBrace - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
fixPackageContent(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJPackage
Fixes package contents to not include the header or the javadoc.
fJava2IANAMap - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.EncodingMap
fJava2IANAMap
flags - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
Bit flags for the results of all the boolean no-argument methods.
FlatEObjectImpl - Class in org.eclipse.emf.ecore.impl
An implementation of the model object 'EObject'.
FlatEObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.FlatEObjectImpl
Creates an EObject that is faster and more space efficient for the case where FlatEObjectImpl.eSetProxyURI(URI), FlatEObjectImpl.eContents(), FlatEObjectImpl.eCrossReferences() are expected to be frequently used.
FLOAT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Float' data type
FLOAT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Float' data type
float_ - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
FLOAT_NOTIFICATION_CREATOR - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
FLOAT_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Float Object' data type
FLOAT_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Float Object' data type
floatObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
flush() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
flush() - Method in interface org.eclipse.emf.common.command.CommandStack
Disposes all the commands in the stack.
flush() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
flush() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
flush() - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
 
flush() - Method in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream.Buffer
 
flush() - Method in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
 
flushCachedString() - Method in class org.eclipse.emf.common.util.URI
 
flushCachedString() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
flushCachedString() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
flushCharData() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
flushThreshold - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
fNoNewLineForScriptlets - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
If true, the newline immediately preceding a scriptlet or directive (though not a successful include directive), along with any intervening spaces, will be stripped from the character data.
FOCUS_OF_CONTROL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
focusGained(FocusEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor.FilteringAdapter
 
focusLost(FocusEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor.FilteringAdapter
 
font - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
font - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the font returned by getFont(Object).
FONT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
FONT_PROVIDERS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Font Providers' attribute
fontProvider - Variable in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
fontProviders - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Font Providers' attribute
force - Variable in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
 
FORCE_OVERWRITE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Force Overwrite' attribute
forcedSourceCompatibility - Variable in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
forceOverwrite - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
Whether to overwrite read-only files.
forceOverwrite - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Force Overwrite' attribute
forEach(EMap<K, V>, <any>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEMapExtensions
Applies the given the procedure to each key-value pair of the given map.
forEach(EMap<K, V>, <any>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEMapExtensions
Applies the given the procedure to each key-value pair of the given map.
foreground - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the color returned by getForeground(Object).
foregroundColor - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
foreignModel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Foreign Model' attribute list
format(String, char, String, boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
Deprecated.
format(String, char, String, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
format(String, char, String, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
format(String) - Method in class org.eclipse.emf.codegen.jet.JETMark
 
format(String, char, String, boolean) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Deprecated.
format(String, char, String, boolean, boolean) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Formats a name by parsing it into words separated by underscores and/or mixed-casing and then recombining them using the specified separator.
format(EObject, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
format(IDocument, IRegion) - Method in class org.eclipse.emf.ecore.xcore.ui.formatting.XcoreFormatterFactory.XcoreContentFormatter
 
format(String, char) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
format(String, char) - Static method in class org.eclipse.emf.oda.ecore.util.StringUtil
 
formatAnnotations(List<XAnnotation>, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
formatCode(String, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Deprecated. 
formatCode(String, Object, boolean) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
If non-null, use the specified code formatter to format the given compilation unit contents.
formatCode(String, CodeFormatter) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.
 
formatCode(String, CodeFormatter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
FORMATTED_FILE_EXTENSIONS - Static variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
A formatted list of supported file extensions, suitable for display
FORMATTED_FILE_EXTENSIONS - Static variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
A formatted list of supported file extensions, suitable for display
FORMATTED_FILE_EXTENSIONS - Static variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
A formatted list of supported file extensions, suitable for display
FORMATTED_FILE_EXTENSIONS - Static variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
A formatted list of supported file extensions, suitable for display
formatter - Variable in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporter
 
formatter - Variable in class org.eclipse.emf.ecore.xcore.ui.formatting.XcoreFormatterFactory.XcoreContentFormatter
 
formatTypeParameters(List<XTypeParameter>, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
forwardDirection - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
forwardManyReferences - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
forwardSingleReferences - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
foundJava - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Set to true when a compilation unit is processed and hence indicates if anything to process has been found.
fragment() - Method in class org.eclipse.emf.common.util.URI
If this URI has a fragment component, returns it; null otherwise.
fragment - Variable in class org.eclipse.emf.common.util.URI.Fragment
The representation of the fragment.
fragment() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
FRAGMENT_FIRST_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
When specified as the last argument to createURI, indicates that the first # character should be taken as the fragment separator, and any others should be encoded.
FRAGMENT_LAST_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
When specified as the last argument to createURI, indicates that the last # character should be taken as the fragment separator, and any others should be encoded.
FRAGMENT_NONE - Static variable in class org.eclipse.emf.common.util.URI
When specified as the last argument to createURI, indicates that there is no fragment, so any # characters should be encoded.
FRAGMENT_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
fragmentCache - Variable in class org.eclipse.emf.ecore.xcore.resource.XcoreResource
 
fragmentPrefixes - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
freeEscapeIndex - Variable in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
freePrinterIndex - Variable in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
freeze() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
freeze() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
freeze() - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
freeze() - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
freeze() - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
freeze(Object) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
freeze() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
freeze() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
freeze() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
freeze() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
freeze() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
freeze(EPackage) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Marks the package to indicate that it and everything it contains or that its contents depend on can no longer be changed.
FROM - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
fromList(EStructuralFeature...) - Static method in class org.eclipse.emf.databinding.FeaturePath
Create a feature path from the list of given features
FS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
fSavedLine - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
If fNoNewLineForScriptlets is true, the trailing newline/space sequence is stripped from each character data segment, and stored in this field.
fullBuild(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETBuilder
Does a full build.
FUNCTION_CALL_BEGIN - Static variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
FUNCTION_CALL_BEGIN - Static variable in class org.eclipse.emf.codegen.jet.JETExpressionGenerator
 
FUNCTION_CALL_END - Static variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
FUNCTION_CALL_END - Static variable in class org.eclipse.emf.codegen.jet.JETExpressionGenerator
 
FUNCTION_NAME_PAIR - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The meta object id for the 'Function Name Pair' class
FUNCTION_NAME_PAIR - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Function Name Pair' class
FUNCTION_NAME_PAIR__HELPED_OBJECT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Helped Object' reference
FUNCTION_NAME_PAIR__IN2OUT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'In2out' attribute
FUNCTION_NAME_PAIR__IN2OUT - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'In2out' attribute feature
FUNCTION_NAME_PAIR__MAPPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Mapper' container reference
FUNCTION_NAME_PAIR__NESTED - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested' containment reference list
FUNCTION_NAME_PAIR__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested In' container reference
FUNCTION_NAME_PAIR__OUT2IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Out2in' attribute
FUNCTION_NAME_PAIR__OUT2IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Out2in' attribute feature
FUNCTION_NAME_PAIR_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The number of structural features of the 'Function Name Pair' class
FUNCTION_PAIR - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The meta object id for the 'Function Pair' class
FUNCTION_PAIR - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Function Pair' class
FUNCTION_PAIR__HELPED_OBJECT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Helped Object' reference
FUNCTION_PAIR__IN2OUT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'In2out' reference
FUNCTION_PAIR__IN2OUT - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'In2out' reference feature
FUNCTION_PAIR__MAPPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Mapper' container reference
FUNCTION_PAIR__NESTED - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested' containment reference list
FUNCTION_PAIR__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested In' container reference
FUNCTION_PAIR__OUT2IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Out2in' reference
FUNCTION_PAIR__OUT2IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Out2in' reference feature
FUNCTION_PAIR_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The number of structural features of the 'Function Pair' class
FunctionNamePair - Interface in org.eclipse.emf.mapping
A representation of the model object 'Function Name Pair'
FunctionNamePairImpl - Class in org.eclipse.emf.mapping.impl
An implementation of the model object 'Function Name Pair'
FunctionNamePairImpl() - Constructor for class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
 
FunctionNamePairItemProvider - Class in org.eclipse.emf.mapping.provider
This is the item provider adpater for a FunctionNamePair object.
FunctionNamePairItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.provider.FunctionNamePairItemProvider
This constructs an instance from a factory and a notifier.
functionNamePairItemProvider - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This keeps track of the one adapter used for all FunctionNamePair instances.
FunctionPair - Interface in org.eclipse.emf.mapping
A representation of the model object 'Function Pair'
FunctionPairImpl - Class in org.eclipse.emf.mapping.impl
An implementation of the model object 'Function Pair'
FunctionPairImpl() - Constructor for class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
FunctionPairItemProvider - Class in org.eclipse.emf.mapping.provider
This is the item provider adpater for a FunctionPair object.
FunctionPairItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.provider.FunctionPairItemProvider
This constructs an instance from a factory and a notifier.
functionPairItemProvider - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This keeps track of the one adapter used for all FunctionPair instances.
fUseStaticFinalConstants - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 

G

gatherAllMetaData(EObject) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
gatherMetaData(EModelElement) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
GDAY - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
gDay - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
GDAY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'GDay' data type
GDAY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'GDay' data type
gen(Monitor) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
gen(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
gen(Monitor, int, List, String, String, String, JETEmitter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalent to this method. This method will be removed after 2.2.
GEN_ANNOTATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Annotation' class
GEN_ANNOTATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Annotation' class
GEN_ANNOTATION__CONTENTS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Contents' containment reference list
GEN_ANNOTATION__CONTENTS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Contents' containment reference list feature
GEN_ANNOTATION__DETAILS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Details' map
GEN_ANNOTATION__DETAILS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Details' map feature
GEN_ANNOTATION__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_ANNOTATION__GEN_BASE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Base' container reference
GEN_ANNOTATION__GEN_BASE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Base' container reference feature
GEN_ANNOTATION__REFERENCES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'References' reference list
GEN_ANNOTATION__REFERENCES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'References' reference list feature
GEN_ANNOTATION__SOURCE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Source' attribute
GEN_ANNOTATION__SOURCE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Source' attribute feature
GEN_ANNOTATION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Annotation' class
GEN_BASE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Base' class
GEN_BASE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Base' class
GEN_BASE__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_BASE__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Annotations' containment reference list feature
GEN_BASE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Base' class
GEN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Class' class
GEN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Class' class
GEN_CLASS__DYNAMIC - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Dynamic' attribute
GEN_CLASS__DYNAMIC - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Dynamic' attribute feature
GEN_CLASS__ECORE_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Class' reference
GEN_CLASS__ECORE_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Ecore Class' reference feature
GEN_CLASS__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_CLASS__GEN_FEATURES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Features' containment reference list
GEN_CLASS__GEN_FEATURES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Features' containment reference list feature
GEN_CLASS__GEN_OPERATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Operations' containment reference list
GEN_CLASS__GEN_OPERATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Operations' containment reference list feature
GEN_CLASS__GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Package' reference
GEN_CLASS__GEN_TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Type Parameters' containment reference list
GEN_CLASS__IMAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Image' attribute
GEN_CLASS__IMAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Image' attribute feature
GEN_CLASS__LABEL_FEATURE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Label Feature' reference
GEN_CLASS__LABEL_FEATURE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Label Feature' reference feature
GEN_CLASS__PROVIDER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Provider' attribute
GEN_CLASS__PROVIDER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Provider' attribute feature
GEN_CLASS_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Class' class
GEN_CLASSIFIER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Classifier' class
GEN_CLASSIFIER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Classifier' class
GEN_CLASSIFIER__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_CLASSIFIER__GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Package' reference
GEN_CLASSIFIER__GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Package' reference feature
GEN_CLASSIFIER__GEN_TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Type Parameters' containment reference list
GEN_CLASSIFIER__GEN_TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Type Parameters' containment reference list feature
GEN_CLASSIFIER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Classifier' class
GEN_DATA_TYPE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Data Type' class
GEN_DATA_TYPE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Data Type' class
GEN_DATA_TYPE__ECORE_DATA_TYPE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Data Type' reference
GEN_DATA_TYPE__ECORE_DATA_TYPE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Ecore Data Type' reference feature
GEN_DATA_TYPE__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_DATA_TYPE__GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Package' reference
GEN_DATA_TYPE__GEN_TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Type Parameters' containment reference list
GEN_DATA_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Data Type' class
GEN_DECORATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Decoration' enum
GEN_DECORATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Decoration' enum
GEN_DELEGATION_KIND - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Delegation Kind' enum
GEN_DELEGATION_KIND - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Delegation Kind' enum
GEN_ENUM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Enum' class
GEN_ENUM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Enum' class
GEN_ENUM__ECORE_DATA_TYPE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Data Type' reference
GEN_ENUM__ECORE_ENUM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Enum' reference
GEN_ENUM__ECORE_ENUM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Ecore Enum' reference feature
GEN_ENUM__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_ENUM__GEN_ENUM_LITERALS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Enum Literals' containment reference list
GEN_ENUM__GEN_ENUM_LITERALS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Enum Literals' containment reference list feature
GEN_ENUM__GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Package' reference
GEN_ENUM__GEN_TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Type Parameters' containment reference list
GEN_ENUM__TYPE_SAFE_ENUM_COMPATIBLE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Type Safe Enum Compatible' attribute
GEN_ENUM__TYPE_SAFE_ENUM_COMPATIBLE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Type Safe Enum Compatible' attribute feature
GEN_ENUM_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Enum' class
GEN_ENUM_LITERAL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Enum Literal' class
GEN_ENUM_LITERAL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Enum Literal' class
GEN_ENUM_LITERAL__ECORE_ENUM_LITERAL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Enum Literal' reference
GEN_ENUM_LITERAL__ECORE_ENUM_LITERAL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Ecore Enum Literal' reference feature
GEN_ENUM_LITERAL__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_ENUM_LITERAL__GEN_ENUM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Enum' container reference
GEN_ENUM_LITERAL__GEN_ENUM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Enum' container reference feature
GEN_ENUM_LITERAL_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Enum Literal' class
GEN_FEATURE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Feature' class
GEN_FEATURE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Feature' class
GEN_FEATURE__CHILDREN - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Children' attribute
GEN_FEATURE__CHILDREN - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Children' attribute feature
GEN_FEATURE__CREATE_CHILD - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Create Child' attribute
GEN_FEATURE__CREATE_CHILD - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Create Child' attribute feature
GEN_FEATURE__ECORE_FEATURE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Feature' reference
GEN_FEATURE__ECORE_FEATURE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Ecore Feature' reference feature
GEN_FEATURE__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_FEATURE__GEN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Class' container reference
GEN_FEATURE__GEN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Class' container reference feature
GEN_FEATURE__NOTIFY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Notify' attribute
GEN_FEATURE__NOTIFY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Notify' attribute feature
GEN_FEATURE__PROPERTY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Property' attribute
GEN_FEATURE__PROPERTY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Property' attribute feature
GEN_FEATURE__PROPERTY_CATEGORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Property Category' attribute
GEN_FEATURE__PROPERTY_CATEGORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Property Category' attribute feature
GEN_FEATURE__PROPERTY_DESCRIPTION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Property Description' attribute
GEN_FEATURE__PROPERTY_DESCRIPTION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Property Description' attribute feature
GEN_FEATURE__PROPERTY_FILTER_FLAGS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Property Filter Flags' attribute list
GEN_FEATURE__PROPERTY_FILTER_FLAGS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Property Filter Flags' attribute list feature
GEN_FEATURE__PROPERTY_MULTI_LINE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Property Multi Line' attribute
GEN_FEATURE__PROPERTY_MULTI_LINE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Property Multi Line' attribute feature
GEN_FEATURE__PROPERTY_SORT_CHOICES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Property Sort Choices' attribute
GEN_FEATURE__PROPERTY_SORT_CHOICES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Property Sort Choices' attribute feature
GEN_FEATURE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Feature' class
GEN_JDK_LEVEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen JDK Level' enum
GEN_JDK_LEVEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen JDK Level' enum
GEN_MODEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Model' class
GEN_MODEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Model' class
GEN_MODEL__ARRAY_ACCESSORS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Array Accessors' attribute
GEN_MODEL__ARRAY_ACCESSORS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Array Accessors' attribute feature
GEN_MODEL__BINARY_COMPATIBLE_REFLECTIVE_METHODS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Binary Compatible Reflective Methods' attribute
GEN_MODEL__BINARY_COMPATIBLE_REFLECTIVE_METHODS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Binary Compatible Reflective Methods' attribute feature
GEN_MODEL__BOOLEAN_FLAGS_FIELD - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Boolean Flags Field' attribute
GEN_MODEL__BOOLEAN_FLAGS_FIELD - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Boolean Flags Field' attribute feature
GEN_MODEL__BOOLEAN_FLAGS_RESERVED_BITS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Boolean Flags Reserved Bits' attribute
GEN_MODEL__BOOLEAN_FLAGS_RESERVED_BITS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Boolean Flags Reserved Bits' attribute feature
GEN_MODEL__BUNDLE_MANIFEST - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Bundle Manifest' attribute
GEN_MODEL__BUNDLE_MANIFEST - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Bundle Manifest' attribute feature
GEN_MODEL__CLASS_NAME_PATTERN - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Class Name Pattern' attribute
GEN_MODEL__CLASS_NAME_PATTERN - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Class Name Pattern' attribute feature
GEN_MODEL__CLEANUP - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Cleanup' attribute
GEN_MODEL__CLEANUP - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Cleanup' attribute feature
GEN_MODEL__CODE_FORMATTING - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Code Formatting' attribute
GEN_MODEL__CODE_FORMATTING - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Code Formatting' attribute feature
GEN_MODEL__COLOR_PROVIDERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Color Providers' attribute
GEN_MODEL__COLOR_PROVIDERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Color Providers' attribute feature
GEN_MODEL__COMMENT_FORMATTING - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Comment Formatting' attribute
GEN_MODEL__COMMENT_FORMATTING - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Comment Formatting' attribute feature
GEN_MODEL__COMPLIANCE_LEVEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Compliance Level' attribute
GEN_MODEL__COMPLIANCE_LEVEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Compliance Level' attribute feature
GEN_MODEL__CONTAINMENT_PROXIES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Containment Proxies' attribute
GEN_MODEL__CONTAINMENT_PROXIES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Containment Proxies' attribute feature
GEN_MODEL__COPYRIGHT_FIELDS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Copyright Fields' attribute
GEN_MODEL__COPYRIGHT_FIELDS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Copyright Fields' attribute feature
GEN_MODEL__COPYRIGHT_TEXT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Copyright Text' attribute
GEN_MODEL__COPYRIGHT_TEXT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Copyright Text' attribute feature
GEN_MODEL__CREATION_COMMANDS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Creation Commands' attribute
GEN_MODEL__CREATION_COMMANDS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Creation Commands' attribute feature
GEN_MODEL__CREATION_ICONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Creation Icons' attribute
GEN_MODEL__CREATION_ICONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Creation Icons' attribute feature
GEN_MODEL__CREATION_SUBMENUS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Creation Submenus' attribute
GEN_MODEL__CREATION_SUBMENUS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Creation Submenus' attribute feature
GEN_MODEL__DECORATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Decoration' attribute
GEN_MODEL__DECORATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Decoration' attribute feature
GEN_MODEL__DYNAMIC_TEMPLATES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Dynamic Templates' attribute
GEN_MODEL__DYNAMIC_TEMPLATES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Dynamic Templates' attribute feature
GEN_MODEL__EDIT_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Edit Directory' attribute
GEN_MODEL__EDIT_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Edit Directory' attribute feature
GEN_MODEL__EDIT_PLUGIN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Edit Plugin Class' attribute
GEN_MODEL__EDIT_PLUGIN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Edit Plugin Class' attribute feature
GEN_MODEL__EDIT_PLUGIN_ID - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Edit Plugin ID' attribute
GEN_MODEL__EDIT_PLUGIN_ID - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Edit Plugin ID' attribute feature
GEN_MODEL__EDIT_PLUGIN_VARIABLES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Edit Plugin Variables' attribute list
GEN_MODEL__EDIT_PLUGIN_VARIABLES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Edit Plugin Variables' attribute list feature
GEN_MODEL__EDITOR_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Editor Directory' attribute
GEN_MODEL__EDITOR_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Editor Directory' attribute feature
GEN_MODEL__EDITOR_PLUGIN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Editor Plugin Class' attribute
GEN_MODEL__EDITOR_PLUGIN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Editor Plugin Class' attribute feature
GEN_MODEL__EDITOR_PLUGIN_ID - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Editor Plugin ID' attribute
GEN_MODEL__EDITOR_PLUGIN_ID - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Editor Plugin ID' attribute feature
GEN_MODEL__EDITOR_PLUGIN_VARIABLES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Editor Plugin Variables' attribute list
GEN_MODEL__EDITOR_PLUGIN_VARIABLES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Editor Plugin Variables' attribute list feature
GEN_MODEL__FACADE_HELPER_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Facade Helper Class' attribute
GEN_MODEL__FACADE_HELPER_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Facade Helper Class' attribute feature
GEN_MODEL__FEATURE_DELEGATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Feature Delegation' attribute
GEN_MODEL__FEATURE_DELEGATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Feature Delegation' attribute feature
GEN_MODEL__FEATURE_MAP_WRAPPER_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Feature Map Wrapper Class' attribute
GEN_MODEL__FEATURE_MAP_WRAPPER_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Feature Map Wrapper Class' attribute feature
GEN_MODEL__FEATURE_MAP_WRAPPER_INTERFACE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Feature Map Wrapper Interface' attribute
GEN_MODEL__FEATURE_MAP_WRAPPER_INTERFACE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Feature Map Wrapper Interface' attribute feature
GEN_MODEL__FEATURE_MAP_WRAPPER_INTERNAL_INTERFACE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Feature Map Wrapper Internal Interface' attribute
GEN_MODEL__FEATURE_MAP_WRAPPER_INTERNAL_INTERFACE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Feature Map Wrapper Internal Interface' attribute feature
GEN_MODEL__FONT_PROVIDERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Font Providers' attribute
GEN_MODEL__FONT_PROVIDERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Font Providers' attribute feature
GEN_MODEL__FORCE_OVERWRITE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Force Overwrite' attribute
GEN_MODEL__FORCE_OVERWRITE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Force Overwrite' attribute feature
GEN_MODEL__FOREIGN_MODEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Foreign Model' attribute list
GEN_MODEL__FOREIGN_MODEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Foreign Model' attribute list feature
GEN_MODEL__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_MODEL__GEN_PACKAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Packages' containment reference list
GEN_MODEL__GEN_PACKAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Packages' containment reference list feature
GEN_MODEL__GENERATE_SCHEMA - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Generate Schema' attribute
GEN_MODEL__GENERATE_SCHEMA - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Generate Schema' attribute feature
GEN_MODEL__IMPORT_ORGANIZING - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Import Organizing' attribute
GEN_MODEL__IMPORT_ORGANIZING - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Import Organizing' attribute feature
GEN_MODEL__IMPORTER_ID - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Importer ID' attribute
GEN_MODEL__IMPORTER_ID - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Importer ID' attribute feature
GEN_MODEL__INTERFACE_NAME_PATTERN - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Interface Name Pattern' attribute
GEN_MODEL__INTERFACE_NAME_PATTERN - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Interface Name Pattern' attribute feature
GEN_MODEL__LANGUAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Language' attribute
GEN_MODEL__LANGUAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Language' attribute feature
GEN_MODEL__MINIMAL_REFLECTIVE_METHODS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Minimal Reflective Methods' attribute
GEN_MODEL__MINIMAL_REFLECTIVE_METHODS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Minimal Reflective Methods' attribute feature
GEN_MODEL__MODEL_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Model Directory' attribute
GEN_MODEL__MODEL_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Model Directory' attribute feature
GEN_MODEL__MODEL_NAME - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Model Name' attribute
GEN_MODEL__MODEL_NAME - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Model Name' attribute feature
GEN_MODEL__MODEL_PLUGIN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Model Plugin Class' attribute
GEN_MODEL__MODEL_PLUGIN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Model Plugin Class' attribute feature
GEN_MODEL__MODEL_PLUGIN_ID - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Model Plugin ID' attribute
GEN_MODEL__MODEL_PLUGIN_ID - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Model Plugin ID' attribute feature
GEN_MODEL__MODEL_PLUGIN_VARIABLES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Model Plugin Variables' attribute list
GEN_MODEL__MODEL_PLUGIN_VARIABLES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Model Plugin Variables' attribute list feature
GEN_MODEL__NON_EXTERNALIZED_STRING_TAG - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Non Externalized String Tag' attribute
GEN_MODEL__NON_EXTERNALIZED_STRING_TAG - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Non Externalized String Tag' attribute feature
GEN_MODEL__NON_NLS_MARKERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Non NLS Markers' attribute
GEN_MODEL__NON_NLS_MARKERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Non NLS Markers' attribute feature
GEN_MODEL__OPERATION_REFLECTION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Operation Reflection' attribute
GEN_MODEL__OPERATION_REFLECTION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Operation Reflection' attribute feature
GEN_MODEL__OPTIMIZED_HAS_CHILDREN - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Optimized Has Children' attribute
GEN_MODEL__OPTIMIZED_HAS_CHILDREN - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Optimized Has Children' attribute feature
GEN_MODEL__OS_GI_COMPATIBLE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'OS Gi Compatible' attribute
GEN_MODEL__OS_GI_COMPATIBLE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'OS Gi Compatible' attribute feature
GEN_MODEL__PACKED_ENUMS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Packed Enums' attribute
GEN_MODEL__PACKED_ENUMS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Packed Enums' attribute feature
GEN_MODEL__PLUGIN_KEY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Plugin Key' attribute
GEN_MODEL__PLUGIN_KEY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Plugin Key' attribute feature
GEN_MODEL__PROVIDER_ROOT_EXTENDS_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Provider Root Extends Class' attribute
GEN_MODEL__PROVIDER_ROOT_EXTENDS_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Provider Root Extends Class' attribute feature
GEN_MODEL__PUBLIC_CONSTRUCTORS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Public Constructors' attribute
GEN_MODEL__PUBLIC_CONSTRUCTORS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Public Constructors' attribute feature
GEN_MODEL__REDIRECTION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Redirection' attribute
GEN_MODEL__REDIRECTION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Redirection' attribute feature
GEN_MODEL__REFLECTIVE_DELEGATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Reflective Delegation' attribute
GEN_MODEL__REFLECTIVE_DELEGATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Reflective Delegation' attribute feature
GEN_MODEL__RICH_AJAX_PLATFORM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Rich Ajax Platform' attribute
GEN_MODEL__RICH_AJAX_PLATFORM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Rich Ajax Platform' attribute feature
GEN_MODEL__RICH_CLIENT_PLATFORM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Rich Client Platform' attribute
GEN_MODEL__RICH_CLIENT_PLATFORM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Rich Client Platform' attribute feature
GEN_MODEL__ROOT_EXTENDS_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Root Extends Class' attribute
GEN_MODEL__ROOT_EXTENDS_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Root Extends Class' attribute feature
GEN_MODEL__ROOT_EXTENDS_INTERFACE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Root Extends Interface' attribute
GEN_MODEL__ROOT_EXTENDS_INTERFACE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Root Extends Interface' attribute feature
GEN_MODEL__ROOT_IMPLEMENTS_INTERFACE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Root Implements Interface' attribute
GEN_MODEL__ROOT_IMPLEMENTS_INTERFACE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Root Implements Interface' attribute feature
GEN_MODEL__RUNTIME_COMPATIBILITY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Runtime Compatibility' attribute
GEN_MODEL__RUNTIME_COMPATIBILITY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Runtime Compatibility' attribute feature
GEN_MODEL__RUNTIME_JAR - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Runtime Jar' attribute
GEN_MODEL__RUNTIME_JAR - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Runtime Jar' attribute feature
GEN_MODEL__RUNTIME_PLATFORM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Runtime Platform' attribute
GEN_MODEL__RUNTIME_PLATFORM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Runtime Platform' attribute feature
GEN_MODEL__RUNTIME_VERSION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Runtime Version' attribute
GEN_MODEL__RUNTIME_VERSION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Runtime Version' attribute feature
GEN_MODEL__STATIC_PACKAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Static Packages' attribute list
GEN_MODEL__STATIC_PACKAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Static Packages' attribute list feature
GEN_MODEL__STYLE_PROVIDERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Style Providers' attribute
GEN_MODEL__STYLE_PROVIDERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Style Providers' attribute feature
GEN_MODEL__SUPPRESS_CONTAINMENT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Suppress Containment' attribute
GEN_MODEL__SUPPRESS_CONTAINMENT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Suppress Containment' attribute feature
GEN_MODEL__SUPPRESS_EMF_META_DATA - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Suppress EMF Meta Data' attribute
GEN_MODEL__SUPPRESS_EMF_META_DATA - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Suppress EMF Meta Data' attribute feature
GEN_MODEL__SUPPRESS_EMF_MODEL_TAGS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Suppress EMF Model Tags' attribute
GEN_MODEL__SUPPRESS_EMF_MODEL_TAGS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Suppress EMF Model Tags' attribute feature
GEN_MODEL__SUPPRESS_EMF_TYPES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Suppress EMF Types' attribute
GEN_MODEL__SUPPRESS_EMF_TYPES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Suppress EMF Types' attribute feature
GEN_MODEL__SUPPRESS_GEN_MODEL_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Suppress Gen Model Annotations' attribute
GEN_MODEL__SUPPRESS_GEN_MODEL_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Suppress Gen Model Annotations' attribute feature
GEN_MODEL__SUPPRESS_INTERFACES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Suppress Interfaces' attribute
GEN_MODEL__SUPPRESS_INTERFACES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Suppress Interfaces' attribute feature
GEN_MODEL__SUPPRESS_NOTIFICATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Suppress Notification' attribute
GEN_MODEL__SUPPRESS_NOTIFICATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Suppress Notification' attribute feature
GEN_MODEL__SUPPRESS_UNSETTABLE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Suppress Unsettable' attribute
GEN_MODEL__SUPPRESS_UNSETTABLE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Suppress Unsettable' attribute feature
GEN_MODEL__TABLE_PROVIDERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Table Providers' attribute
GEN_MODEL__TABLE_PROVIDERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Table Providers' attribute feature
GEN_MODEL__TEMPLATE_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Template Directory' attribute
GEN_MODEL__TEMPLATE_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Template Directory' attribute feature
GEN_MODEL__TEMPLATE_PLUGIN_VARIABLES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Template Plugin Variables' attribute list
GEN_MODEL__TEMPLATE_PLUGIN_VARIABLES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Template Plugin Variables' attribute list feature
GEN_MODEL__TEST_SUITE_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Test Suite Class' attribute
GEN_MODEL__TEST_SUITE_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Test Suite Class' attribute feature
GEN_MODEL__TESTS_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Tests Directory' attribute
GEN_MODEL__TESTS_DIRECTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Tests Directory' attribute feature
GEN_MODEL__TESTS_PLUGIN_ID - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Tests Plugin ID' attribute
GEN_MODEL__TESTS_PLUGIN_ID - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Tests Plugin ID' attribute feature
GEN_MODEL__TESTS_PLUGIN_VARIABLES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Tests Plugin Variables' attribute list
GEN_MODEL__TESTS_PLUGIN_VARIABLES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Tests Plugin Variables' attribute list feature
GEN_MODEL__UPDATE_CLASSPATH - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Update Classpath' attribute
GEN_MODEL__UPDATE_CLASSPATH - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Update Classpath' attribute feature
GEN_MODEL__USED_GEN_PACKAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Used Gen Packages' reference list
GEN_MODEL__USED_GEN_PACKAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Used Gen Packages' reference list feature
GEN_MODEL_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Model' class
GEN_MODEL_PACKAGE_NS_URI - Static variable in class org.eclipse.emf.ecore.util.EcoreUtil
 
GEN_OPERATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Operation' class
GEN_OPERATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Operation' class
GEN_OPERATION__ECORE_OPERATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Operation' reference
GEN_OPERATION__ECORE_OPERATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Ecore Operation' reference feature
GEN_OPERATION__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_OPERATION__GEN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Class' container reference
GEN_OPERATION__GEN_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Class' container reference feature
GEN_OPERATION__GEN_PARAMETERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Parameters' containment reference list
GEN_OPERATION__GEN_PARAMETERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Parameters' containment reference list feature
GEN_OPERATION__GEN_TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Type Parameters' containment reference list
GEN_OPERATION__GEN_TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Type Parameters' containment reference list feature
GEN_OPERATION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Operation' class
GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Package' class
GEN_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Package' class
GEN_PACKAGE__ADAPTER_FACTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Adapter Factory' attribute
GEN_PACKAGE__ADAPTER_FACTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Adapter Factory' attribute feature
GEN_PACKAGE__BASE_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Base Package' attribute
GEN_PACKAGE__BASE_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Base Package' attribute feature
GEN_PACKAGE__CHILD_CREATION_EXTENDERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Child Creation Extenders' attribute
GEN_PACKAGE__CHILD_CREATION_EXTENDERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Child Creation Extenders' attribute feature
GEN_PACKAGE__CLASS_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Class Package Suffix' attribute
GEN_PACKAGE__CLASS_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Class Package Suffix' attribute feature
GEN_PACKAGE__CONTENT_TYPE_IDENTIFIER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Content Type Identifier' attribute
GEN_PACKAGE__CONTENT_TYPE_IDENTIFIER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Content Type Identifier' attribute feature
GEN_PACKAGE__DATA_TYPE_CONVERTERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Data Type Converters' attribute
GEN_PACKAGE__DATA_TYPE_CONVERTERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Data Type Converters' attribute feature
GEN_PACKAGE__DISPOSABLE_PROVIDER_FACTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Disposable Provider Factory' attribute
GEN_PACKAGE__DISPOSABLE_PROVIDER_FACTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Disposable Provider Factory' attribute feature
GEN_PACKAGE__ECORE_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Package' reference
GEN_PACKAGE__ECORE_PACKAGE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Ecore Package' reference feature
GEN_PACKAGE__EXTENSIBLE_PROVIDER_FACTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Extensible Provider Factory' attribute
GEN_PACKAGE__EXTENSIBLE_PROVIDER_FACTORY - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Extensible Provider Factory' attribute feature
GEN_PACKAGE__FILE_EXTENSIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'File Extensions' attribute
GEN_PACKAGE__FILE_EXTENSIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'File Extensions' attribute feature
GEN_PACKAGE__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_PACKAGE__GEN_CLASSES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Classes' containment reference list
GEN_PACKAGE__GEN_CLASSES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Classes' containment reference list feature
GEN_PACKAGE__GEN_CLASSIFIERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Classifiers' reference list
GEN_PACKAGE__GEN_CLASSIFIERS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Classifiers' reference list feature
GEN_PACKAGE__GEN_DATA_TYPES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Data Types' containment reference list
GEN_PACKAGE__GEN_DATA_TYPES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Data Types' containment reference list feature
GEN_PACKAGE__GEN_ENUMS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Enums' containment reference list
GEN_PACKAGE__GEN_ENUMS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Enums' containment reference list feature
GEN_PACKAGE__GEN_MODEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Model' container reference
GEN_PACKAGE__GEN_MODEL - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Model' container reference feature
GEN_PACKAGE__GENERATE_EXAMPLE_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Generate Example Class' attribute
GEN_PACKAGE__GENERATE_EXAMPLE_CLASS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Generate Example Class' attribute feature
GEN_PACKAGE__GENERATE_MODEL_WIZARD - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Generate Model Wizard' attribute
GEN_PACKAGE__GENERATE_MODEL_WIZARD - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Generate Model Wizard' attribute feature
GEN_PACKAGE__INTERFACE_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Interface Package Suffix' attribute
GEN_PACKAGE__INTERFACE_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Interface Package Suffix' attribute feature
GEN_PACKAGE__LITERALS_INTERFACE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Literals Interface' attribute
GEN_PACKAGE__LITERALS_INTERFACE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Literals Interface' attribute feature
GEN_PACKAGE__LOAD_INITIALIZATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Load Initialization' attribute
GEN_PACKAGE__LOAD_INITIALIZATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Load Initialization' attribute feature
GEN_PACKAGE__META_DATA_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Meta Data Package Suffix' attribute
GEN_PACKAGE__META_DATA_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Meta Data Package Suffix' attribute feature
GEN_PACKAGE__MULTIPLE_EDITOR_PAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Multiple Editor Pages' attribute
GEN_PACKAGE__MULTIPLE_EDITOR_PAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Multiple Editor Pages' attribute feature
GEN_PACKAGE__NESTED_GEN_PACKAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Nested Gen Packages' containment reference list
GEN_PACKAGE__NESTED_GEN_PACKAGES - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Nested Gen Packages' containment reference list feature
GEN_PACKAGE__PREFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Prefix' attribute
GEN_PACKAGE__PREFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Prefix' attribute feature
GEN_PACKAGE__PRESENTATION_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Presentation Package Suffix' attribute
GEN_PACKAGE__PRESENTATION_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Presentation Package Suffix' attribute feature
GEN_PACKAGE__PROVIDER_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Provider Package Suffix' attribute
GEN_PACKAGE__PROVIDER_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Provider Package Suffix' attribute feature
GEN_PACKAGE__PUBLICATION_LOCATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Publication Location' attribute
GEN_PACKAGE__PUBLICATION_LOCATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Publication Location' attribute feature
GEN_PACKAGE__RESOURCE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Resource' attribute
GEN_PACKAGE__RESOURCE - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Resource' attribute feature
GEN_PACKAGE__TESTS_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Tests Package Suffix' attribute
GEN_PACKAGE__TESTS_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Tests Package Suffix' attribute feature
GEN_PACKAGE__UTILITY_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Utility Package Suffix' attribute
GEN_PACKAGE__UTILITY_PACKAGE_SUFFIX - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Utility Package Suffix' attribute feature
GEN_PACKAGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Package' class
GEN_PARAMETER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Parameter' class
GEN_PARAMETER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Parameter' class
GEN_PARAMETER__ECORE_PARAMETER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Parameter' reference
GEN_PARAMETER__ECORE_PARAMETER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Ecore Parameter' reference feature
GEN_PARAMETER__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_PARAMETER__GEN_OPERATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Operation' container reference
GEN_PARAMETER__GEN_OPERATION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Operation' container reference feature
GEN_PARAMETER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Parameter' class
GEN_PROPERTY_KIND - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Property Kind' enum
GEN_PROPERTY_KIND - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Property Kind' enum
GEN_PROVIDER_KIND - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Provider Kind' enum
GEN_PROVIDER_KIND - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Provider Kind' enum
GEN_RESOURCE_KIND - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Resource Kind' enum
GEN_RESOURCE_KIND - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Resource Kind' enum
GEN_RUNTIME_PLATFORM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Runtime Platform' enum
GEN_RUNTIME_PLATFORM - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Runtime Platform' enum
GEN_RUNTIME_VERSION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Runtime Version' enum
GEN_RUNTIME_VERSION - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Runtime Version' enum
GEN_TYPE_PARAMETER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Type Parameter' class
GEN_TYPE_PARAMETER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Type Parameter' class
GEN_TYPE_PARAMETER__ECORE_TYPE_PARAMETER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Ecore Type Parameter' reference
GEN_TYPE_PARAMETER__ECORE_TYPE_PARAMETER - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Ecore Type Parameter' reference feature
GEN_TYPE_PARAMETER__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_TYPE_PARAMETER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Type Parameter' class
GEN_TYPED_ELEMENT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The meta object id for the 'Gen Typed Element' class
GEN_TYPED_ELEMENT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage.Literals
The meta object literal for the 'Gen Typed Element' class
GEN_TYPED_ELEMENT__GEN_ANNOTATIONS - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The feature id for the 'Gen Annotations' containment reference list
GEN_TYPED_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
The number of structural features of the 'Gen Typed Element' class
GenAnnotation - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Annotation'
GENANNOTATION_KEY_DIRECTORY_URI - Static variable in class org.eclipse.emf.exporter.ModelExporter
 
GENANNOTATION_SOURCE_PREFIX - Static variable in class org.eclipse.emf.exporter.ModelExporter
 
GENANNOTATION_SOURCE_PREFIX - Static variable in class org.eclipse.emf.importer.ModelImporter
 
GENANNOTATION_SOURCE_SELECTED_EPACKAGES - Static variable in class org.eclipse.emf.exporter.ModelExporter
 
GENANNOTATION_SOURCE_SELECTED_REFERENCES - Static variable in class org.eclipse.emf.exporter.ModelExporter
 
GenAnnotationImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Annotation'
GenAnnotationImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
GenAnnotationItemProvider - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the item provider adapter for a GenAnnotation object
GenAnnotationItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenAnnotationItemProvider
This constructs an instance from a factory and a notifier
genAnnotationItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenAnnotation instances
genAnnotations - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
The cached value of the 'Gen Annotations' containment reference list
GenBase - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Base'
GenBaseGeneratorAdapter - Class in org.eclipse.emf.codegen.ecore.genmodel.generator
A base generator adapter implementation for GenModel elements.
GenBaseGeneratorAdapter() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
 
GenBaseGeneratorAdapter(GeneratorAdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
 
GenBaseImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Base'
GenBaseImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
GenBaseImpl.AnnotationFilter - Interface in org.eclipse.emf.codegen.ecore.genmodel.impl
 
GenBaseImpl.AnnotationFilterImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
 
GenBaseImpl.AnnotationFilterImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.AnnotationFilterImpl
 
GenBaseImpl.ColorInformation - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
Deprecated.
In EMF 2.2, this moved to GIFEmitter. This copy will be removed after 2.2.
GenBaseImpl.ColorInformation() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
GenBaseImpl.EclipseUtil - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. AbstractGeneratorAdapter provides an equivalents to the methods in this class. This class will be removed after 2.2.
GenBaseImpl.EclipseUtil() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.
 
GenBaseImpl.GenAnnotationCopier - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
 
GenBaseImpl.GenAnnotationCopier(ResourceSet, EObject) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenAnnotationCopier
 
GenBaseImpl.GenClassFilter - Interface in org.eclipse.emf.codegen.ecore.genmodel.impl
 
GenBaseImpl.GenConstraintFilter - Interface in org.eclipse.emf.codegen.ecore.genmodel.impl
 
GenBaseImpl.GenFeatureFilter - Interface in org.eclipse.emf.codegen.ecore.genmodel.impl
 
GenBaseImpl.GenOperationFilter - Interface in org.eclipse.emf.codegen.ecore.genmodel.impl
 
GenBaseImpl.GIFEmitter - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
Deprecated.
In EMF 2.2, this moved to GIFEmitter. This copy will be removed after 2.2.
GenBaseImpl.GIFEmitter(String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
Deprecated.
 
GenBaseImpl.UniqueNameHelper - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
 
GenBaseImpl.UniqueNameHelper() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
GenBaseImpl.UniqueNameHelper(int) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
GenBaseItemProvider - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the item provider adapter for a GenBase object
GenBaseItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
This constructs an instance from a factory and a notifier
GenBaseItemProvider.GenItemPropertyDescriptor - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
A simple extension of ItemPropertyDescriptor that forbids editing of items that will not be persisted.
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, String) - Constructor for cl